]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove margin from left side of navs since it's no longer being set
authorMark Otto <otto@github.com>
Tue, 16 Jul 2013 18:49:04 +0000 (11:49 -0700)
committerMark Otto <otto@github.com>
Tue, 16 Jul 2013 18:49:04 +0000 (11:49 -0700)
docs/assets/css/bootstrap.css
less/navs.less

index 0bd1dba158be9d22a6f795d3ac7cba6b5693dcd2..83e16a613cc186b672a74e1b012ec68c2fd89eeb 100644 (file)
@@ -2531,7 +2531,6 @@ button.close {
 .nav {
   padding-left: 0;
   margin-bottom: 0;
-  margin-left: 0;
   list-style: none;
 }
 
index 1b1e18ed0a0f307aa7b11f3c4273af2318488a61..87780a156fc8bcf8c29bdbdfce643ed3cf8f0cae 100644 (file)
@@ -7,7 +7,6 @@
 // --------------------------------------------------
 
 .nav {
-  margin-left: 0;
   margin-bottom: 0;
   padding-left: 0; // Override default ul/ol
   list-style: none;