summaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-11-18 10:17:18 +0000
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-12-11 21:14:02 +0000
commit3d4aa065d6a689a017c98e7ea8b80da0b65ae361 (patch)
treefbea950b7fc2098e039366bbd6c20fc7deec23a2 /doc/style.css
parent3c9ccb406b2260c149be387508a097fe6fdb3c93 (diff)
postcomment: Rename plugin to comments, use *._comment files
The PageSpec is still called "postcomment" since that's what it means.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/style.css b/doc/style.css
index 21ea9492c..70f31d325 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -373,7 +373,7 @@ span.color {
padding: 2px;
}
-.postcomment-display .author { font-weight: bold; }
-.postcomment-display { border: 1px inset #999; margin: 3px; padding: 3px; }
-.postcomment-header { font-style: italic; }
-.postcomment-subject { font-weight: bold; border-bottom: 1px solid #999; }
+.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; }