diff options
| author | Jacob Thornton <[email protected]> | 2012-03-14 12:00:27 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-03-14 12:00:27 -0700 |
| commit | 8e0afbeaa42dfabb75817b7fc1c677cd372c8c43 (patch) | |
| tree | 71c15f345ef24e43e353c40b8dadf6911ac5ff67 /docs/assets/css/bootstrap.css | |
| parent | 59503e71ff06d0fd065c2fb981f55f4651ebc274 (diff) | |
| download | bootstrap-8e0afbeaa42dfabb75817b7fc1c677cd372c8c43.tar.xz bootstrap-8e0afbeaa42dfabb75817b7fc1c677cd372c8c43.zip | |
update hide text to h5bp technique #2586
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 495188af7..081f97ee0 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -113,9 +113,11 @@ textarea { clear: both; } .hide-text { - overflow: hidden; - text-indent: 100%; - white-space: nowrap; + border: 0; + font: 0/0 a; + text-shadow: none; + color: transparent; + background-color: transparent; } .input-block-level { display: block; |
