Base css fix for FF2, IE6 still needs work

git-svn-id: http://svn.automattic.com/wordpress/trunk@8787 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-09-01 00:14:04 +00:00
parent 52e9a1cedf
commit 64a1210ebb
2 changed files with 4 additions and 3 deletions

View File

@ -21,7 +21,6 @@ div#sidemenu-bg {
position: absolute;
top: 0;
width: 175px;
z-index: -1;
}
ul#adminmenu {

View File

@ -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 {