aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-01 10:27:13 -0700
committerMark Otto <[email protected]>2012-10-01 10:27:13 -0700
commitc77d4266c0ff1708c582d2c7d4fe5a777d274cdf (patch)
tree49a15bc4f51095ca8965a203ca6bcbbc86e1ced5
parentda43c7c27cb08a76775ad64b5caa210630d0c2cd (diff)
parent46764a71650f751820c0968bd33458f03dac0387 (diff)
downloadbootstrap-c77d4266c0ff1708c582d2c7d4fe5a777d274cdf.tar.xz
bootstrap-c77d4266c0ff1708c582d2c7d4fe5a777d274cdf.zip
Merge pull request #5369 from amid2887/2.1.2-wip
Add missing icon class definition for navs.less
-rw-r--r--less/navs.less3
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