Reformatted with spaces instead of tabs as expected in Drupal.
Removed the z-index which was moved to the CSS template instead.
This commit is contained in:
parent
b8566401fd
commit
de47d2f980
@ -1,11 +1,13 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
.simplemenu-block {
|
||||||
|
height: 21px;
|
||||||
|
}
|
||||||
#simplemenu {
|
#simplemenu {
|
||||||
background: #000;
|
background: #000;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font:11px Verdana, Helvetica, sans-serif;
|
font:11px Verdana, Helvetica, sans-serif;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index:9999;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
#simplemenu a {
|
#simplemenu a {
|
||||||
@ -43,3 +45,6 @@
|
|||||||
background-color: #cde;
|
background-color: #cde;
|
||||||
color: #4e4e4e;
|
color: #4e4e4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* vim: ts=2 sw=2 et syntax=css
|
||||||
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user