Commit 8e0afbea authored by Jacob Thornton's avatar Jacob Thornton

update hide text to h5bp technique #2586

parent 59503e71
...@@ -19,9 +19,11 @@ ...@@ -19,9 +19,11 @@
clear: both; clear: both;
} }
.hide-text { .hide-text {
overflow: hidden; border: 0;
text-indent: 100%; font: 0/0 a;
white-space: nowrap; text-shadow: none;
color: transparent;
background-color: transparent;
} }
.input-block-level { .input-block-level {
display: block; display: block;
......
...@@ -113,9 +113,11 @@ textarea { ...@@ -113,9 +113,11 @@ textarea {
clear: both; clear: both;
} }
.hide-text { .hide-text {
overflow: hidden; border: 0;
text-indent: 100%; font: 0/0 a;
white-space: nowrap; text-shadow: none;
color: transparent;
background-color: transparent;
} }
.input-block-level { .input-block-level {
display: block; display: block;
......
...@@ -98,13 +98,15 @@ ...@@ -98,13 +98,15 @@
white-space: nowrap; white-space: nowrap;
} }
// New image replacement // CSS image replacement
// ------------------------- // -------------------------
// Source: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ // Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757
.hide-text { .hide-text {
overflow: hidden; border: 0;
text-indent: 100%; font: 0/0 a;
white-space: nowrap; text-shadow: none;
color: transparent;
background-color: transparent;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment