diff options
| author | Mark Otto <[email protected]> | 2012-01-30 23:24:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-30 23:24:35 -0800 |
| commit | d533310bd2fa157edb076f9047af8f1cff0fca05 (patch) | |
| tree | a93bb202d20c116719a63f46e11eb713c90683fa /less | |
| parent | de994efac76aa9f3955c150115ff3ea75d084c1c (diff) | |
| download | bootstrap-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.less | 2 |
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; |
