From cfc1c8a8cd69e86dc70a48766cd7cd318537dee3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 31 Jan 2012 13:16:11 -0800 Subject: clean up responsive media queries and docs css --- docs/assets/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7d519a608..7babce5eb 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1112,7 +1112,7 @@ table .span12 { width: 924px; margin-left: 0; } -[class*="icon-"] { +[class^="icon-"] { display: inline-block; width: 14px; height: 14px; @@ -1122,7 +1122,7 @@ table .span12 { background-repeat: no-repeat; *margin-right: .3em; } -[class*="icon-"]:last-child { +[class^="icon-"]:last-child { *margin-left: 0; } .icon-white { -- cgit v1.2.3