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;