aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/absolute_sizes_in_default_CSS.mdwn
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/bugs/absolute_sizes_in_default_CSS.mdwn
parent9744c11f806cc72436b1d7b813fc194136e60db0 (diff)
downloadikiwiki-20ecef4d024f751481645db3aa68d098e1251b19.tar
ikiwiki-20ecef4d024f751481645db3aa68d098e1251b19.tar.gz
style.css: Use relative, not absolute font sizes. Thanks, Giuseppe Bilotta.
Diffstat (limited to 'doc/bugs/absolute_sizes_in_default_CSS.mdwn')
-rw-r--r--doc/bugs/absolute_sizes_in_default_CSS.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/absolute_sizes_in_default_CSS.mdwn b/doc/bugs/absolute_sizes_in_default_CSS.mdwn
index 5cf70d6ee..bb3c0c7a0 100644
--- a/doc/bugs/absolute_sizes_in_default_CSS.mdwn
+++ b/doc/bugs/absolute_sizes_in_default_CSS.mdwn
@@ -1,5 +1,7 @@
While toying around with some font sizes on my persona ikiwiki I discovered that some font sizes in the default CSS are fixed rather than relative. Here's a git patch that replaces them with relative font sizes (assuming the default 12pt/16px base font size recommended by the W3C):
+[[done]] --[[Joey]]
+
<pre>
From 01c14db255bbb727d8dd1e72c3f6f2f25f07e757 Mon Sep 17 00:00:00 2001
From: Giuseppe Bilotta &lt;giuseppe.bilotta@gmail.com&gt;