0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

New utility class for vertical centering

This commit is contained in:
John O'Nolan 2014-05-25 11:13:59 +02:00
parent af4a9de0e2
commit c04185fa3d

View file

@ -61,6 +61,11 @@
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.vertical {
display: table-cell;
vertical-align: middle;
}
/* ==========================================================================
Global Styles