Module:Infobox/styles.css: Difference between revisions
Use display table-caption for captions |
For completeness.. use table-row-group for tbody element |
||
Line 70: | Line 70: | ||
display: table-caption !important; | display: table-caption !important; | ||
} | } | ||
body.skin--responsive .infobox-table > tbody | body.skin--responsive .infobox-table > tbody { | ||
display: table-row-group; | |||
} | |||
body.skin--responsive .infobox-table tr { | body.skin--responsive .infobox-table tr { | ||
display: table-row !important; | display: table-row !important; |