aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-30 23:24:35 -0800
committerMark Otto <[email protected]>2012-01-30 23:24:35 -0800
commitd533310bd2fa157edb076f9047af8f1cff0fca05 (patch)
treea93bb202d20c116719a63f46e11eb713c90683fa /less
parentde994efac76aa9f3955c150115ff3ea75d084c1c (diff)
downloadbootstrap-d533310bd2fa157edb076f9047af8f1cff0fca05.tar.xz
bootstrap-d533310bd2fa157edb076f9047af8f1cff0fca05.zip
once more, overhaul the icons and use the css regex selector on our icons
Diffstat (limited to '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 c5c8fd725..6e1f1ba9c 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;