aboutsummaryrefslogtreecommitdiff
path: root/basewiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-10-28 23:41:39 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-10-28 23:41:39 +0000
commit4109ef94fd53a03fd8f402e1baed18d27c5c4f42 (patch)
tree324badd702e5890d3c5966ea1e5d8a3a22abded6 /basewiki
parent74b5fb09aae8166b3614c206a9e7e4a227cd9a16 (diff)
downloadikiwiki-4109ef94fd53a03fd8f402e1baed18d27c5c4f42.tar
ikiwiki-4109ef94fd53a03fd8f402e1baed18d27c5c4f42.tar.gz
* 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.
Diffstat (limited to 'basewiki')
-rw-r--r--basewiki/style.css7
1 files changed, 7 insertions, 0 deletions
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;