More Wiki fixes
parent
7fb336ef18
commit
c78c59cde2
|
@ -1,5 +1,5 @@
|
||||||
This Wiki uses [[Farkup]] to mark up text.
|
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]].
|
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]].
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
border-width: 1px 1px 0 0;
|
border-width: 1px 1px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.contents {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
border: 1px dashed grey;
|
border: 1px dashed grey;
|
||||||
|
|
Loading…
Reference in New Issue