mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 08:00:32 +00:00
Merge "Add padding and center text in infobox caption
"
This commit is contained in:
commit
add1ca4174
|
@ -51,6 +51,11 @@ FIXME: Review all of these hacks to see if they still apply.
|
|||
flex: 1 1 100%;
|
||||
flex-flow: column nowrap;
|
||||
|
||||
caption {
|
||||
padding: 10px 10px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
th, td {
|
||||
vertical-align: top;
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in a new issue