mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
Add vertical table alignment class
This commit is contained in:
parent
a9a00f9b4a
commit
ad91618cb2
@ -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
|
||||
========================================================================== */
|
||||
|
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
2
core/client/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