# HG changeset patch # User Mads Kiilerich # Date 2014-07-18 17:01:37 # Node ID 58ad7a675a7be90708620ccf151bf6c70b71ac48 # Parent 672f9d36a269783a75183c25ff9cb6a0c7adff6a old style: set max width on comments - don't make it as long as the longest line diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -4398,6 +4398,7 @@ div.rst-block pre { /** comment main **/ .comments { padding: 10px 20px; + max-width: 978px; } .comments .comment { @@ -4533,6 +4534,7 @@ form.comment-form { /** comment inline form **/ .comment-inline-form { margin: 4px; + max-width: 978px; } .comment-inline-form .submitting-overlay { display: none; @@ -4611,6 +4613,7 @@ form.comment-inline-form { padding: 0 20px 0px; } .inline-comments .comment { + max-width: 978px; border: 1px solid #ddd; -webkit-border-radius: 4px; border-radius: 4px;