0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Add vertical table alignment class

This commit is contained in:
Paul Adam Davis 2014-06-25 12:37:01 +01:00
parent 3cf952e125
commit 97ddf069ca
2 changed files with 12 additions and 1 deletions

View file

@ -6,6 +6,7 @@
* Globals
* Helpers
* Floats
* Table Layout
* Box
* Main
*/
@ -46,6 +47,16 @@ body {
}
/* ==========================================================================
Table Layout
========================================================================== */
.vertical {
display: table-cell;
vertical-align: middle;
}
/* ==========================================================================
Box
========================================================================== */

File diff suppressed because one or more lines are too long