Copying some styles from Mobile.css
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
Undo revision 17679 by Saucy (talk)
Tag: Undo
 
(3 intermediate revisions 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;
}
}