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

File diff suppressed because one or more lines are too long