]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/style.css
Record another couple of pending bugfixes
[git.ikiwiki.info.git] / doc / style.css
index 64b36b2459c36301a4c03772392529a4cef8e516..1fabf6b29fcbbab0aff9459fd1cc44b11816bea5 100644 (file)
@@ -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;
+}