summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--public/stylesheets/base.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/base.css b/public/stylesheets/base.css
index 04cf2a7..c3ebd4a 100644
--- a/public/stylesheets/base.css
+++ b/public/stylesheets/base.css
@@ -1825,6 +1825,10 @@ ul.diff_stats small.deletions { color: #DC0000; }
color: #666;
}
+.comments .comment .body {
+ max-width: 75%;
+}
+
.comment .body ul, .page ol, .diff-comment .body ul { margin-left: 30px; }
.comment .body ul li, .diff-comment .body ul li { list-style-type: disc; }
.comment .body ol li, diff-comment .body ol li { list-style-type: decimal; }