aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-08-17 16:37:48 -0400
committerJoey Hess <joey@kitenet.net>2010-08-17 16:37:48 -0400
commit20ecef4d024f751481645db3aa68d098e1251b19 (patch)
tree0db3170c51ae5ee8efbf24006a0b4c3bcea97b58 /doc/style.css
parent9744c11f806cc72436b1d7b813fc194136e60db0 (diff)
downloadikiwiki-20ecef4d024f751481645db3aa68d098e1251b19.tar
ikiwiki-20ecef4d024f751481645db3aa68d098e1251b19.tar.gz
style.css: Use relative, not absolute font sizes. Thanks, Giuseppe Bilotta.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/style.css b/doc/style.css
index 66d962bd6..fa4b2a38a 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -14,7 +14,7 @@ nav {
.header {
margin: 0;
- font-size: 22px;
+ font-size: 140%;
font-weight: bold;
line-height: 1em;
display: block;
@@ -22,7 +22,7 @@ nav {
.inlineheader .author {
margin: 0;
- font-size: 18px;
+ font-size: 112%;
font-weight: bold;
display: block;
}