]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
table: Find links in external files in scan pass.
[ikiwiki.git] / doc / style.css
index 70f31d32513e83df98a668be9276fcf15637610a..81a260afd78ef97a18d9ef4727c12627cc37bd00 100644 (file)
@@ -373,7 +373,17 @@ span.color {
        padding: 2px;
 }
 
-.comments-display .author { font-weight: bold; }
-.comments-display { border: 1px inset #999; margin: 3px; padding: 3px; }
-.comments-header { font-style: italic; }
-.comments-subject { font-weight: bold; border-bottom: 1px solid #999; }
+.comment-header {
+       font-style: italic;
+       margin-top: .3em;
+}
+.comment .author {
+       font-weight: bold;
+}
+.comment-subject {
+       font-weight: bold;
+}
+.comment {
+       border: 1px solid #aaa;
+       padding: 3px;
+}