mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
52e9a1cedf
commit
64a1210ebb
@ -21,7 +21,6 @@ div#sidemenu-bg {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 175px;
|
width: 175px;
|
||||||
z-index: -1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#adminmenu {
|
ul#adminmenu {
|
||||||
|
@ -922,13 +922,16 @@ strong .post-com-count {
|
|||||||
html, body {
|
html, body {
|
||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpwrap {
|
#wpwrap {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpcontent {
|
#wpcontent {
|
||||||
padding-bottom: 80px;
|
padding-bottom: 80px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
@ -936,8 +939,7 @@ html, body {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
height: 75px;
|
height: 75px;
|
||||||
margin-top: -75px;
|
margin-top: -75px;
|
||||||
position: absolute;
|
position: relative;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer p {
|
#footer p {
|
||||||
|
Loading…
Reference in New Issue
Block a user