1 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):
4 From 01c14db255bbb727d8dd1e72c3f6f2f25f07e757 Mon Sep 17 00:00:00 2001
5 From: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
6 Date: Tue, 17 Aug 2010 00:48:24 +0200
7 Subject: [PATCH] Use relative font-sizes
10 doc/style.css | 4 ++--
11 1 files changed, 2 insertions(+), 2 deletions(-)
13 diff --git a/doc/style.css b/doc/style.css
14 index 66d962b..fa4b2a3 100644
17 @@ -14,7 +14,7 @@ nav {
26 @@ -22,7 +22,7 @@ nav {
28 .inlineheader .author {