]> 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 5787ef65e46096e763f3d3f522b5ea3f14b41933..81a260afd78ef97a18d9ef4727c12627cc37bd00 100644 (file)
@@ -12,7 +12,7 @@
        display: block;
 }
 
-.author {
+.inlineheader .author {
        margin: 0;
        font-size: 18px;
        font-weight: bold;
@@ -372,3 +372,18 @@ legend {
 span.color {
        padding: 2px;
 }
+
+.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;
+}