1,813
edits
mNo edit summary |
mNo edit summary |
||
Line 101: | Line 101: | ||
.infobox table { | .infobox table { | ||
width: 100% !important; | width: 100% !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 { |