diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-19 14:14:20 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-19 14:14:20 -0500 |
commit | 29cb9027f464b2cd17ecc7dd161acb062828824d (patch) | |
tree | ddf9fdc02563216ad72988a51b4f82e0cbee6e64 /doc/style.css | |
parent | 4bdeec4961b8df9df449b027e37a8b17898f2c86 (diff) | |
download | ikiwiki-29cb9027f464b2cd17ecc7dd161acb062828824d.tar ikiwiki-29cb9027f464b2cd17ecc7dd161acb062828824d.tar.gz |
fiddle with comment css classes
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/style.css b/doc/style.css index 70f31d325..64b36b245 100644 --- a/doc/style.css +++ b/doc/style.css @@ -373,7 +373,7 @@ 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 .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; } |