aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-11 00:07:05 -0800
committerMark Otto <[email protected]>2012-02-11 00:07:05 -0800
commit722c75d1b19fbb9ed98be0afa54f4f79c9f7ee48 (patch)
tree31d5058ebb951d784544e50b677209eb51e63828 /less
parenta63663a3b6309e98068a79b863b0f77031e5035e (diff)
downloadbootstrap-722c75d1b19fbb9ed98be0afa54f4f79c9f7ee48.tar.xz
bootstrap-722c75d1b19fbb9ed98be0afa54f4f79c9f7ee48.zip
update selectors for icons to include matcher for icon class in middle of class attr, remove docs mention of requiring icon-* first
Diffstat (limited to 'less')
-rw-r--r--less/sprites.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/sprites.less b/less/sprites.less
index ce7668844..a7741661e 100644
--- a/less/sprites.less
+++ b/less/sprites.less
@@ -14,7 +14,8 @@
// For the white version of the icons, just add the .icon-white class:
// <i class="icon-inbox icon-white"></i>
-[class^="icon-"] {
+[class^="icon-"],
+[class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;