Skip to content

Commit

Permalink
Add vertical centering for iframe
Browse files Browse the repository at this point in the history
Remove gap between the `iframe` elements and the bottom
of their containers by vertically centering them.

Close h5bp/html5-boilerplate#1613
  • Loading branch information
slavanga authored and alrra committed Oct 11, 2014
1 parent fc2fc13 commit 593f76f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### HEAD

* Add vertical centering for `iframe`
([#1613](https://github.com/h5bp/html5-boilerplate/issues/1613)).
* Change the outdated browser prompt classname to `browserupgrade`
([#1608](https://github.com/h5bp/html5-boilerplate/issues/1608)).
* Update to Normalize.css 3.0.2.
Expand Down
1 change: 1 addition & 0 deletions dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ hr {

audio,
canvas,
iframe,
img,
svg,
video {
Expand Down
1 change: 1 addition & 0 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ hr {

audio,
canvas,
iframe,
img,
svg,
video {
Expand Down

0 comments on commit 593f76f

Please sign in to comment.