From: Simon McVittie Date: Sun, 21 Sep 2008 18:37:52 +0000 (+0100) Subject: style.css: reduce the scope of the .author rule to when it's nested in .inlineheader X-Git-Tag: 2.71~154 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/446740cfbb621200ba8f7262a06959dbe24e2d8f?ds=sidebyside;hp=-c style.css: reduce the scope of the .author rule to when it's nested in .inlineheader 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. --- 446740cfbb621200ba8f7262a06959dbe24e2d8f diff --git a/doc/style.css b/doc/style.css index 5787ef65e..9086c5023 100644 --- a/doc/style.css +++ b/doc/style.css @@ -12,7 +12,7 @@ display: block; } -.author { +.inlineheader .author { margin: 0; font-size: 18px; font-weight: bold;