We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1987e5a commit 081f8aaCopy full SHA for 081f8aa
CHANGELOG.md
@@ -1,5 +1,6 @@
1
### HEAD
2
3
+* Adjust CSS image-replacement code ([#1239](https://github.com/h5bp/html5-boilerplate/issues/1239)).
4
* Update HiDPI example media query ([#1127](https://github.com/h5bp/html5-boilerplate/issues/1127)).
5
6
### 4.0.2 (9 December, 2012)
css/main.css
@@ -129,7 +129,7 @@ textarea {
129
content: "";
130
display: block;
131
width: 0;
132
- height: 100%;
+ height: 150%;
133
}
134
135
/*
0 commit comments