- #199715, remove absolute positioning to improve theme and CSS attaching compatibility
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
/* $Id$ */
|
||||
|
||||
body.simplemenu-enabled {
|
||||
margin-top: 21px;
|
||||
}
|
||||
#simplemenu {
|
||||
background:#000;
|
||||
color:#fff;
|
||||
font:11px Verdana, Helvetica, sans-serif;
|
||||
left:0;
|
||||
position:absolute;
|
||||
top:0;
|
||||
width:100%;
|
||||
z-index:9999;
|
||||
text-align:left;
|
||||
|
@@ -1,16 +1,10 @@
|
||||
/* $Id$ */
|
||||
|
||||
body.simplemenu-enabled {
|
||||
margin-top: 21px;
|
||||
}
|
||||
#simplemenu {
|
||||
background:#ddd;
|
||||
color:#333;
|
||||
border-bottom:1px solid #999;
|
||||
font:11px Verdana, Helvetica, sans-serif;
|
||||
left:0;
|
||||
position:absolute;
|
||||
top:0;
|
||||
width:100%;
|
||||
z-index:9999;
|
||||
text-align:left;
|
||||
|
Reference in New Issue
Block a user