X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/07c9cddb50856d8f94c9618187227027a27fe4c8..aecc45bd20d19f6870ffb4b0ebcf33fe8afc5685:/doc/style.css diff --git a/doc/style.css b/doc/style.css index 70f31d325..81a260afd 100644 --- a/doc/style.css +++ b/doc/style.css @@ -373,7 +373,17 @@ 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-header { + font-style: italic; + margin-top: .3em; +} +.comment .author { + font-weight: bold; +} +.comment-subject { + font-weight: bold; +} +.comment { + border: 1px solid #aaa; + padding: 3px; +}