13 lines
170 B
CSS
13 lines
170 B
CSS
/*
|
|
places the side bar at the left
|
|
depends on global settings in layout.css
|
|
*/
|
|
|
|
#patternOuter {
|
|
margin-left:16em;
|
|
}
|
|
#patternSideBar {
|
|
width:16em;
|
|
margin-left:-16em;
|
|
}
|