Add some basic stylesheet rules for smcvpostcomment
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Sun, 21 Sep 2008 18:42:38 +0000 (19:42 +0100)
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Thu, 11 Dec 2008 21:14:01 +0000 (21:14 +0000)
doc/style.css

index 9086c5023a9465ffc24242629cf9da40ba49c74e..a30c5556f5674d324a39b25374a02016f64ff8e7 100644 (file)
@@ -372,3 +372,8 @@ legend {
 span.color {
        padding: 2px;
 }
+
+.smcvpostcomment-page .author { font-weight: bold; }
+.smcvpostcomment-page { border: 1px inset #999; margin: 3px; padding: 3px; }
+.smcvpostcomment-header { font-style: italic; }
+.smcvpostcomment-subject { font-weight: bold; border-bottom: 1px solid #999; }