Add vertical table alignment class

This commit is contained in:
Paul Adam Davis 2014-06-25 12:37:01 +01:00
parent a9a00f9b4a
commit ad91618cb2
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