aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-20 18:30:14 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-20 18:30:14 -0500
commit8dbb30d346aac45e6507d98ae3092123b8579113 (patch)
tree94b2377894134441f86f480965e2b08c47b577e5 /doc/style.css
parent7bf121889b96dd8c9f372d366a6c801830850ad6 (diff)
downloadikiwiki-8dbb30d346aac45e6507d98ae3092123b8579113.tar
ikiwiki-8dbb30d346aac45e6507d98ae3092123b8579113.tar.gz
my try at improving comment styling
Makes it look more like a blog, but not enough to be confusing, and with nothing as large as in a blog. Removal of the vertical line under the subject imho makes it easier to scan through comments as each box is a new one. Bolding the subject seems to make it stand out enough, especially as its a link now. (Also considered increasing its font size to 110%.)
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/doc/style.css b/doc/style.css
index 64b36b245..1fabf6b29 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -373,7 +373,16 @@ span.color {
padding: 2px;
}
-.comment .author { font-weight: bold; }
-.comment { border: 1px inset #999; margin: 3px; padding: 3px; }
-.comment-header { font-style: italic; }
-.comment-subject { font-weight: bold; border-bottom: 1px solid #999; }
+.comment-header {
+ font-style: italic;
+}
+.comment .author {
+ font-weight: bold;
+}
+.comment-subject {
+ font-weight: bold;
+}
+.comment {
+ border: 1px solid #aaa;
+ padding: 3px;
+}