Add padding and center text in infobox `caption`

Bug: T168861
Change-Id: Ibdbd25ce6e93a8cb363e24887bde09bc81880e40
This commit is contained in:
Volker E 2019-03-04 23:57:44 -08:00 committed by Jan Drewniak
parent 9067705cf8
commit 644cc45f6f
1 changed files with 5 additions and 0 deletions

View File

@ -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;