From d533310bd2fa157edb076f9047af8f1cff0fca05 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Jan 2012 23:24:35 -0800 Subject: once more, overhaul the icons and use the css regex selector on our icons --- less/sprites.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less') 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-"] { display: inline-block; width: 14px; height: 14px; -- cgit v1.2.3