Skip to content

Commit

Permalink
Added vertical align top bug fix in for Safari.
Browse files Browse the repository at this point in the history
  • Loading branch information
jh3y committed Feb 17, 2014
1 parent 5a9914c commit e5816a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ img.modal-tyto-logo {
height: calc(100% - 60px);
height: -webkit-calc(100% - 60px);
display: inline-block;
vertical-align: top;
position: relative;
}
#barn .column .column-title {
Expand Down
1 change: 1 addition & 0 deletions less/barn.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
height: ~"calc(100% - 60px)";
height: ~"-webkit-calc(100% - 60px)";
display: inline-block;
vertical-align: top;
position: relative;
}
#barn .column .column-title {
Expand Down

0 comments on commit e5816a8

Please sign in to comment.