aboutsummaryrefslogtreecommitdiff
path: root/menu.css
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-02-19 00:56:36 +0100
committerJoris Guyonvarch2015-02-19 00:56:36 +0100
commit77f5d045e212a3d40f12f004ab23b01f425775c4 (patch)
tree98a5f1ad31298425f4a4aa664e9f00c0530705d1 /menu.css
parentd2788afdf5ae553df909e5a0403a5ed9db25baf8 (diff)
downloadmakeup-77f5d045e212a3d40f12f004ab23b01f425775c4.tar.gz
makeup-77f5d045e212a3d40f12f004ab23b01f425775c4.tar.bz2
makeup-77f5d045e212a3d40f12f004ab23b01f425775c4.zip
Styling ordered lists
Diffstat (limited to 'menu.css')
-rw-r--r--menu.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/menu.css b/menu.css
index 393f617..51d777c 100644
--- a/menu.css
+++ b/menu.css
@@ -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 {