Skip to content

Commit 081f8aa

Browse files
committed
Adjust CSS image-replacement
Make sure that any text-highlight, or other factors that may break the illusion, are far enough outside the element to be unnoticed. Fix h5bpgh-1239
1 parent 1987e5a commit 081f8aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### HEAD
22

3+
* Adjust CSS image-replacement code ([#1239](https://github.com/h5bp/html5-boilerplate/issues/1239)).
34
* Update HiDPI example media query ([#1127](https://github.com/h5bp/html5-boilerplate/issues/1127)).
45

56
### 4.0.2 (9 December, 2012)

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ textarea {
129129
content: "";
130130
display: block;
131131
width: 0;
132-
height: 100%;
132+
height: 150%;
133133
}
134134

135135
/*

0 commit comments

Comments
 (0)