1. style change so that when window of person level vis is reduced we try to nicely place the sidebar content. there is still a style bug remaianing but need to talk with Nick C before implementing the fix.
This commit is contained in:
parent
4482d2556d
commit
32f9572442
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
||||||
|
|
||||||
/* ----------------- body start --------------------------- */
|
/* ----------------- body start --------------------------- */
|
||||||
#body{
|
#body{
|
||||||
width:900px; margin:0 auto; position:relative;
|
min-width:800px;
|
||||||
|
margin:0 auto;
|
||||||
|
position:relative;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
#bodyPannel{
|
#bodyPannel{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue