diff options
| author | Mark Otto <[email protected]> | 2012-03-11 21:12:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-11 21:12:59 -0700 |
| commit | c8f4325c192f97e9c8d09e7d8ad3059be694fc4c (patch) | |
| tree | edbeebb70a8699da38bf506443b14ef4921d27f6 /docs/assets/css/bootstrap-responsive.css | |
| parent | 67714d8347d635ab1cd25c1312d14ec2973b0944 (diff) | |
| download | bootstrap-c8f4325c192f97e9c8d09e7d8ad3059be694fc4c.tar.xz bootstrap-c8f4325c192f97e9c8d09e7d8ad3059be694fc4c.zip | |
remove text indent on carets (not needed) and add inline replacement mixin
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
