From c8f4325c192f97e9c8d09e7d8ad3059be694fc4c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 11 Mar 2012 21:12:59 -0700 Subject: remove text indent on carets (not needed) and add inline replacement mixin --- docs/assets/css/bootstrap.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 1834e15eb..65b63118c 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -112,6 +112,11 @@ textarea { .clearfix:after { clear: both; } +.hide-text { + overflow: hidden; + text-indent: 100%; + white-space: nowrap; +} body { margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; @@ -1930,6 +1935,10 @@ table .span24 { } .btn { display: inline-block; + *display: inline; + /* IE7 inline-block hack */ + + *zoom: 1; padding: 4px 10px 4px; margin-bottom: 0; font-size: 13px; -- cgit v1.2.3