diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-09 13:12:14 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-09 13:39:05 -0500 |
commit | 1fec2fdd20f04bae4f48980e04681bfa608db99e (patch) | |
tree | 493bb99aeb25169a56165bcb0f9d9f1d58ae0490 /doc | |
parent | 73a296732149d20f9f03d6b8c9177733bea7b619 (diff) |
add a pointer to meta
Diffstat (limited to 'doc')
-rw-r--r-- | doc/css.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/css.mdwn b/doc/css.mdwn index 5b6b9e1af..20790b3d1 100644 --- a/doc/css.mdwn +++ b/doc/css.mdwn @@ -3,7 +3,7 @@ ## Using CSS with ikiwiki Ikiwiki comes with two CSS stylesheets: [[style.css]] and [[local.css]]. -The idea is to customize the second one overriding the first one and +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 @@ -11,3 +11,8 @@ 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. + +## Per-page CSS + +The [[plugins/meta]] plugin can be used to add additional style sheets to a +page. |