From: amid2887 Date: Mon, 1 Oct 2012 07:32:51 +0000 (+0700) Subject: Add missing icon class definition for navs.less X-Git-Tag: v2.2.0^2~58^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5369%2Fhead;p=thirdparty%2Fbootstrap.git Add missing icon class definition for navs.less add missing icon class definition for navs: '[class*=" icon-"]' P.S. Sorry for 2 pull requests with the same problem.. --- diff --git a/less/navs.less b/less/navs.less index 0836cd5120..1944f84415 100644 --- a/less/navs.less +++ b/less/navs.less @@ -67,7 +67,8 @@ text-shadow: 0 -1px 0 rgba(0,0,0,.2); background-color: @linkColor; } -.nav-list [class^="icon-"] { +.nav-list [class^="icon-"], +.nav-list [class*=" icon-"] { margin-right: 2px; } // Dividers (basically an hr) within the dropdown