Skip to content

Commit e5816a8

Browse files
committedFeb 17, 2014
Added vertical align top bug fix in for Safari.
1 parent 5a9914c commit e5816a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎css/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ img.modal-tyto-logo {
213213
height: calc(100% - 60px);
214214
height: -webkit-calc(100% - 60px);
215215
display: inline-block;
216+
vertical-align: top;
216217
position: relative;
217218
}
218219
#barn .column .column-title {

‎less/barn.less

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
height: ~"calc(100% - 60px)";
1717
height: ~"-webkit-calc(100% - 60px)";
1818
display: inline-block;
19+
vertical-align: top;
1920
position: relative;
2021
}
2122
#barn .column .column-title {

0 commit comments

Comments
 (0)
Please sign in to comment.