From c78c59cde2092f6739acd264de2c38b7e0c3f058 Mon Sep 17 00:00:00 2001 From: Slava Pestov <slava@slava-pestovs-macbook-pro.local> Date: Mon, 22 Sep 2008 00:42:37 -0500 Subject: [PATCH] More Wiki fixes --- extra/webapps/wiki/initial-content/Wiki Help.txt | 2 +- extra/webapps/wiki/wiki.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/webapps/wiki/initial-content/Wiki Help.txt b/extra/webapps/wiki/initial-content/Wiki Help.txt index 9c65876377..f7e357c860 100644 --- a/extra/webapps/wiki/initial-content/Wiki Help.txt +++ b/extra/webapps/wiki/initial-content/Wiki Help.txt @@ -1,5 +1,5 @@ This Wiki uses [[Farkup]] to mark up text. -Two special article names are recognized by the Wiki: [[Sidebar]] and [[Footer]]. They do not exist by default, but if you create them, they will be visible on every page. +Two special article names are recognized by the Wiki: [[Contents]] and [[Footer]]. They do not exist by default, but if you create them, they will be visible on every page. The Wiki supports hierarchical article organization. You can separate components in article names with slashes, and Wiki links only display the last component. An example: [[Factor/Features]]. diff --git a/extra/webapps/wiki/wiki.css b/extra/webapps/wiki/wiki.css index 67000ae63c..7315b132d2 100644 --- a/extra/webapps/wiki/wiki.css +++ b/extra/webapps/wiki/wiki.css @@ -38,7 +38,7 @@ border-width: 1px 1px 0 0; } -.sidebar { +.contents { padding: 4px; margin: 4px; border: 1px dashed grey;