Skip to content

Commit 593f76f

Browse files
slavangaalrra
authored andcommitted
Add vertical centering for iframe
Remove gap between the `iframe` elements and the bottom of their containers by vertically centering them. Close h5bp/html5-boilerplate#1613
1 parent fc2fc13 commit 593f76f

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### HEAD
22

3+
* Add vertical centering for `iframe`
4+
([#1613](https://github.com/h5bp/html5-boilerplate/issues/1613)).
35
* Change the outdated browser prompt classname to `browserupgrade`
46
([#1608](https://github.com/h5bp/html5-boilerplate/issues/1608)).
57
* Update to Normalize.css 3.0.2.

Diff for: dist/css/main.css

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ hr {
5252

5353
audio,
5454
canvas,
55+
iframe,
5556
img,
5657
svg,
5758
video {

Diff for: src/css/main.css

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ hr {
5050

5151
audio,
5252
canvas,
53+
iframe,
5354
img,
5455
svg,
5556
video {

0 commit comments

Comments
 (0)