]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add missing icon class definition for navs.less 5369/head
authoramid2887 <amid2887@yandex.ru>
Mon, 1 Oct 2012 07:32:51 +0000 (14:32 +0700)
committeramid2887 <amid2887@yandex.ru>
Mon, 1 Oct 2012 07:32:51 +0000 (14:32 +0700)
add missing icon class definition for navs:
'[class*=" icon-"]'

P.S. Sorry for 2 pull requests with the same problem..

less/navs.less

index 0836cd5120bca11d8e5a98d8999a50774867f89a..1944f8441549a9220321f96cbd9181fd2429cf89 100644 (file)
@@ -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