X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/3c9ccb406b2260c149be387508a097fe6fdb3c93..09af90e7753267884618e435cba3465916256e09:/doc/style.css diff --git a/doc/style.css b/doc/style.css index 21ea9492c..81a260afd 100644 --- a/doc/style.css +++ b/doc/style.css @@ -373,7 +373,17 @@ 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; } +.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; +}