MediaWiki:Timeless.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 101: Line 101:
.infobox table {
.infobox table {
width: 100% !important;
width: 100% !important;
}
table tbody {
width: 100% !important;
display: table !important;
}
}
table:not(.infobox) td, table:not(.infobox) th {
table:not(.infobox) td, table:not(.infobox) th {
width: auto !important;
width: auto !important;
}
table tbody {
width: 100%;
display: table;
}
}
.thumbimage {
.thumbimage {