changeset 4260:58ad7a675a7b

old style: set max width on comments - don't make it as long as the longest line
author Mads Kiilerich <madski@unity3d.com>
date Fri, 18 Jul 2014 17:01:37 +0200
parents 672f9d36a269
children ac91a7ba2691
files kallithea/public/css/style.css
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Fri Jul 18 17:01:36 2014 +0200
+++ b/kallithea/public/css/style.css	Fri Jul 18 17:01:37 2014 +0200
@@ -4398,6 +4398,7 @@
 /** comment main **/
 .comments {
     padding: 10px 20px;
+    max-width: 978px;
 }
 
 .comments .comment {
@@ -4533,6 +4534,7 @@
 /** comment inline form **/
 .comment-inline-form {
     margin: 4px;
+    max-width: 978px;
 }
 .comment-inline-form .submitting-overlay {
     display: none;
@@ -4611,6 +4613,7 @@
     padding: 0 20px 0px;
 }
 .inline-comments .comment {
+    max-width: 978px;
     border: 1px solid #ddd;
     -webkit-border-radius: 4px;
     border-radius: 4px;