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:
Alexis Wilke 2010-05-15 10:42:33 +00:00
parent b8566401fd
commit de47d2f980

View File

@ -1,11 +1,13 @@
/* $Id$ */
.simplemenu-block {
height: 21px;
}
#simplemenu {
background: #000;
color: #fff;
font:11px Verdana, Helvetica, sans-serif;
width: 100%;
z-index:9999;
text-align: left;
}
#simplemenu a {
@ -43,3 +45,6 @@
background-color: #cde;
color: #4e4e4e;
}
/* vim: ts=2 sw=2 et syntax=css
*/