Merge commit 'refs/merge-requests/3' of git://gitorious.org/conservancy/website into merge-requests/denver
I originally had those settings that Denver's changed because of a tutorial I read about handling a sidebar suggested them. I've accepted Denver's change, but am concerned that some browsers may not work.
This commit is contained in:
commit
1fa2a78cbe
1 changed files with 1 additions and 9 deletions
|
@ -86,14 +86,10 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
|
||||||
background: #fffff;
|
background: #fffff;
|
||||||
margin-left: 210px;
|
margin-left: 210px;
|
||||||
margin-right: 50px;
|
margin-right: 50px;
|
||||||
padding-bottom: 32767px;
|
|
||||||
margin-bottom: -32767px;
|
|
||||||
}
|
}
|
||||||
#container #sidebar {
|
#container #sidebar {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
float: left;
|
float: left;
|
||||||
padding-bottom: 32767px;
|
|
||||||
margin-bottom: -32767px;
|
|
||||||
background-color: #ccd4a3;
|
background-color: #ccd4a3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -147,14 +143,10 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
|
||||||
|
|
||||||
.column-small {
|
.column-small {
|
||||||
width: 31%;
|
width: 31%;
|
||||||
padding-bottom: 32767px;
|
|
||||||
margin-bottom: -32767px;
|
|
||||||
}
|
}
|
||||||
.column-large {
|
.column-large {
|
||||||
margin-left: 35%;
|
margin-left: 35%;
|
||||||
margin-right: 50px;
|
margin-right: 50px;
|
||||||
padding-bottom: 32767px;
|
|
||||||
margin-bottom: -32767px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-left { float: left; }
|
.column-left { float: left; }
|
||||||
|
@ -237,4 +229,4 @@ body.conservancy-donate #navbar ul li.donate a /* NO COMMA HERE! */
|
||||||
color: #000033;
|
color: #000033;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: #fff url(/img/nav-bg-up.png) top repeat-x;
|
background: #fff url(/img/nav-bg-up.png) top repeat-x;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue