From 4109ef94fd53a03fd8f402e1baed18d27c5c4f42 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 28 Oct 2006 23:41:39 +0000 Subject: * Add a default stylesheet entry for the pagecloud. * Add examples page with some examples of things that can be done using ikiwiki, like a weblog. The examples can be copied into a user's wiki for a quick start, without needing to learn everything about how to put them together. --- basewiki/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'basewiki/style.css') diff --git a/basewiki/style.css b/basewiki/style.css index 2947851f4..0334670e1 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -83,6 +83,13 @@ td.changelog { font-style: italic; } +.pagecloud { + padding: 10px 10px; + border: 1px solid #aaa; + background: #eee; + color: black !important; +} + /* Used for adding a blog page. */ #blogform { padding: 10px 10px; -- cgit v1.2.3