mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 19:52:01 +03:00
Add vertical table alignment class
This commit is contained in:
parent
3cf952e125
commit
97ddf069ca
@ -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
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
2
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
2
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user