diff options
| author | amid2887 <[email protected]> | 2012-10-01 14:32:51 +0700 |
|---|---|---|
| committer | amid2887 <[email protected]> | 2012-10-01 14:32:51 +0700 |
| commit | 46764a71650f751820c0968bd33458f03dac0387 (patch) | |
| tree | 8b6a62e49950c8e2fa0f1bf7994818a6198c2db3 | |
| parent | a2690c6d86e97655e87c77be59a0f252101b3a09 (diff) | |
| download | bootstrap-46764a71650f751820c0968bd33458f03dac0387.tar.xz bootstrap-46764a71650f751820c0968bd33458f03dac0387.zip | |
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..
| -rw-r--r-- | less/navs.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less index 0836cd512..1944f8441 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 |
