]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
postcomment: Rename plugin to comments, use *._comment files
[ikiwiki.git] / doc / style.css
index 5787ef65e46096e763f3d3f522b5ea3f14b41933..70f31d32513e83df98a668be9276fcf15637610a 100644 (file)
@@ -12,7 +12,7 @@
        display: block;
 }
 
-.author {
+.inlineheader .author {
        margin: 0;
        font-size: 18px;
        font-weight: bold;
@@ -372,3 +372,8 @@ legend {
 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; }