update of the docu which now describes the RRF option.

This commit is contained in:
2016-01-22 16:16:29 +01:00
parent a35884b86c
commit d0da0dd063
21 changed files with 2193 additions and 4494 deletions

View File

@ -1,12 +1 @@
/*
places the side bar at the left
depends on global settings in layout.css
*/
#patternOuter {
margin-left:16em;
}
#patternSideBar {
width:16em;
margin-left:-16em;
}
#patternOuter{margin-left:16em}#patternSideBar{width:16em;margin-left:-16em}