From: Mark Otto Date: Tue, 16 Jul 2013 18:49:04 +0000 (-0700) Subject: remove margin from left side of navs since it's no longer being set X-Git-Tag: v3.0.0-rc1~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5967ef64a3b91b76b6e1ac6e7e61c8306a954f4a;p=thirdparty%2Fbootstrap.git remove margin from left side of navs since it's no longer being set --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 0bd1dba158..83e16a613c 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2531,7 +2531,6 @@ button.close { .nav { padding-left: 0; margin-bottom: 0; - margin-left: 0; list-style: none; } diff --git a/less/navs.less b/less/navs.less index 1b1e18ed0a..87780a156f 100644 --- a/less/navs.less +++ b/less/navs.less @@ -7,7 +7,6 @@ // -------------------------------------------------- .nav { - margin-left: 0; margin-bottom: 0; padding-left: 0; // Override default ul/ol list-style: none;