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/bootstrap.zip | Bin 55120 -> 55230 bytes docs/assets/css/bootstrap-responsive.css | 5 +++++ docs/assets/css/bootstrap.css | 9 +++++++++ 3 files changed, 14 insertions(+) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index be630ee80..6ef4b1910 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 48bb004ed..14df20d4a 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -18,6 +18,11 @@ .clearfix:after { clear: both; } +.hide-text { + overflow: hidden; + text-indent: 100%; + white-space: nowrap; +} .hidden { display: none; visibility: hidden; 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