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 <markdotto@gmail.com>2012-01-31 11:24:35 +0400
committerMark Otto <markdotto@gmail.com>2012-01-31 11:24:35 +0400
commitd533310bd2fa157edb076f9047af8f1cff0fca05 (patch)
treea93bb202d20c116719a63f46e11eb713c90683fa /less/sprites.less
parentde994efac76aa9f3955c150115ff3ea75d084c1c (diff)
once more, overhaul the icons and use the css regex selector on our icons
Diffstat (limited to 'less/sprites.less')
-rw-r--r--less/sprites.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/sprites.less b/less/sprites.less
index c5c8fd725a..6e1f1ba9c3 100644
--- a/less/sprites.less
+++ b/less/sprites.less
@@ -14,7 +14,7 @@
// For the white version of the icons, just add the .i-white class:
// <i class="i i-inbox i-white"></i>
-.i {
+[class*="i-"] {
display: inline-block;
width: 14px;
height: 14px;