Base css fix for FF2, IE6 still needs work
git-svn-id: https://develop.svn.wordpress.org/trunk@8787 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
33228d225d
commit
0c8f3abe13
@ -21,7 +21,6 @@ div#sidemenu-bg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 175px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
ul#adminmenu {
|
||||
|
@ -922,13 +922,16 @@ strong .post-com-count {
|
||||
html, body {
|
||||
height:100%;
|
||||
}
|
||||
|
||||
#wpwrap {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#wpcontent {
|
||||
padding-bottom: 80px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#footer {
|
||||
@ -936,8 +939,7 @@ html, body {
|
||||
font-size: 12px;
|
||||
height: 75px;
|
||||
margin-top: -75px;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#footer p {
|
||||
|
Loading…
Reference in New Issue
Block a user