First step in reorganizing the installation of the musrfit documentation (further commits will follow)
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
/*
|
||||
places the side bar at the left
|
||||
depends on global settings in layout.css
|
||||
*/
|
||||
|
||||
#patternOuter {
|
||||
margin-left:16em;
|
||||
}
|
||||
#patternSideBar {
|
||||
width:16em;
|
||||
margin-left:-16em;
|
||||
}
|
Reference in New Issue
Block a user