]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/css.mdwn
First cut at the revert plugin.
[ikiwiki.git] / doc / css.mdwn
index 20790b3d191ab0ebdd95a66bb918f3db66e7b920..35db57b0c05a6e12bc439308a4016ad1e54af910 100644 (file)
@@ -9,6 +9,9 @@ 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 [[theme_plugin|plugins/theme]] provides some prepackaged themes in an
+easy to use way.
+
 The [[css_market]] page is an attempt to collect user contributed local.css
 files.
 
@@ -16,3 +19,6 @@ files.
 
 The [[plugins/meta]] plugin can be used to add additional style sheets to a
 page.
+
+The [[plugins/localstyle]] plugin can be used to override the toplevel
+[[local.css]] for a whole section of the wiki.