From 56d0ceee2e9e324d78ed88d60d7bce108a0b32dd Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 24 Aug 2006 20:45:09 +0000 Subject: * Make all pages pull in a local.css style sheet, if present. This won't be included in ikiwiki, but can be created to make local styling changes w/o needing to merge in every new change to the distributed style.css. --- basewiki/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'basewiki') diff --git a/basewiki/style.css b/basewiki/style.css index ef7f23c18..0dfab6e77 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -1,3 +1,9 @@ +/* ikiwiki style sheet */ + +/* Note that instead of modifying this style sheet, you can instead create + * a local.css in your wiki, and override or change settings in this one. + */ + .header { margin: 0; font-size: 22px; -- cgit v1.2.3