Copying some styles from Mobile.css
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
table.infobox {
table.infobox {
display: table;
display: table;
table-layout: fixed;
}
 
table.infobox caption {
display: table-caption;
caption-side: top;
}
}