aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-09-21 19:37:52 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-12-11 21:14:01 +0000
commit446740cfbb621200ba8f7262a06959dbe24e2d8f (patch)
tree89b34ae0f1013d581fde16319d90ebcbaf97a815 /doc/style.css
parentf77f7a02a6f235e02c4729f6f56e7c43bd8a33fb (diff)
downloadikiwiki-446740cfbb621200ba8f7262a06959dbe24e2d8f.tar
ikiwiki-446740cfbb621200ba8f7262a06959dbe24e2d8f.tar.gz
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.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css2
1 files changed, 1 insertions, 1 deletions
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;