Commit 5967ef64 authored by Mark Otto's avatar Mark Otto

remove margin from left side of navs since it's no longer being set

parent 522004e6
...@@ -2531,7 +2531,6 @@ button.close { ...@@ -2531,7 +2531,6 @@ button.close {
.nav { .nav {
padding-left: 0; padding-left: 0;
margin-bottom: 0; margin-bottom: 0;
margin-left: 0;
list-style: none; list-style: none;
} }
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
// -------------------------------------------------- // --------------------------------------------------
.nav { .nav {
margin-left: 0;
margin-bottom: 0; margin-bottom: 0;
padding-left: 0; // Override default ul/ol padding-left: 0; // Override default ul/ol
list-style: none; list-style: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment