style.css: reduce the scope of the .author rule to when it's nested in .inlineheader
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Sun, 21 Sep 2008 18:37:52 +0000 (19:37 +0100)
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Thu, 11 Dec 2008 21:14:01 +0000 (21:14 +0000)
In the initial template for blog-style comments, I don't want the author
name to be quite as large and prominent as the author of a blog post - I
expect that comments will be rather short, so the author name stands out
better for a given font size.

doc/style.css

index 5787ef65e46096e763f3d3f522b5ea3f14b41933..9086c5023a9465ffc24242629cf9da40ba49c74e 100644 (file)
@@ -12,7 +12,7 @@
        display: block;
 }
 
-.author {
+.inlineheader .author {
        margin: 0;
        font-size: 18px;
        font-weight: bold;