diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-23 00:04:19 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-23 00:04:19 +0000 |
commit | 1f2f64e834c4b61dd72115ee443f93b0039f3750 (patch) | |
tree | 227fcf91feb12a7b2a1c55ff904e743008545217 /doc | |
parent | 67d56b9d61d32ba33f62eb5a4908ab94e4c6bcee (diff) | |
download | ikiwiki-1f2f64e834c4b61dd72115ee443f93b0039f3750.tar ikiwiki-1f2f64e834c4b61dd72115ee443f93b0039f3750.tar.gz |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/css.mdwn | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/css.mdwn b/doc/css.mdwn index 73a38226f..8c804db00 100644 --- a/doc/css.mdwn +++ b/doc/css.mdwn @@ -1,8 +1,11 @@ ## Using CSS with ikiwiki -Ikiwiki comes with two CSS stylesheets: style.css, local.css. The idea is -to customize the second one overriding the first one and defining brand new -rendering rules. +Ikiwiki comes with two CSS stylesheets: [[style.css]] and [[local.css]]. +The idea is to customize the second one overriding the first one and +defining brand new rendering rules. + +While ikiwiki's default use of stylesheets is intentionally quite plain and +minimalistic, CSS allows creating any kind of look you can dream up. The [[css_market]] page is an attempt to collect user contributed local.css files. |