Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-02-11 12:07:05 +0400
committerMark Otto <markotto@twitter.com>2012-02-11 12:07:05 +0400
commit722c75d1b19fbb9ed98be0afa54f4f79c9f7ee48 (patch)
tree31d5058ebb951d784544e50b677209eb51e63828 /less/sprites.less
parenta63663a3b6309e98068a79b863b0f77031e5035e (diff)
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/sprites.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 ce76688443..a7741661ea 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;