diff options
Diffstat (limited to 'menu.css')
-rw-r--r-- | menu.css | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +nav { + position: relative; + z-index: 1; +} + nav > ul { width: 900px; display: table; @@ -38,8 +43,8 @@ nav li { } nav li:before { - content: ""; - margin-left: 0px; + content: "" !important; + margin-left: 0px !important; } nav a { |