Merge "Add padding and center text in infobox caption"

This commit is contained in:
jenkins-bot 2019-03-12 19:57:04 +00:00 committed by Gerrit Code Review
commit add1ca4174

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;