]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
comments: remove linkuser(), it's been integrated into preprocess() now
[ikiwiki.git] / doc / style.css
index 595a38dfa5bf43c5e411f538be8fd747d1eb9a23..64b36b2459c36301a4c03772392529a4cef8e516 100644 (file)
@@ -12,7 +12,7 @@
        display: block;
 }
 
-.author {
+.inlineheader .author {
        margin: 0;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 0;
 }
 
+div.inlinecontent {
+       margin-top: .4em;
+}
+
 .actions li {
        display: inline;
        padding: .2em .4em;
@@ -368,3 +372,8 @@ legend {
 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; }