22,717
edits
mNo edit summary |
mNo edit summary |
||
Line 55: | Line 55: | ||
/* Width fixes */ | /* Width fixes */ | ||
:not(td) > table.wikitable:not(.mw-collapsible), :not(td) > table.darker { | |||
width: auto !important; | width: auto !important; | ||
display: block !important; | display: block !important; | ||
Line 63: | Line 62: | ||
min-width: 150px !important; | min-width: 150px !important; | ||
} | } | ||
table[border="1"] { | |||
width: auto !important; | width: auto !important; | ||
display: block !important; | display: block !important; | ||
overflow: auto !important; | overflow: auto !important; | ||
} | } | ||
table[border="1"] > tbody { | |||
display: table !important; | display: table !important; | ||
width: calc(100% - 1px) !important; | width: calc(100% - 1px) !important; | ||
} | } | ||
table[border="1"][style*="border-collapse"], | |||
:not(td) > table.wikitable:not(.mw-collapsible) { | |||
border-width: 0 !important; | border-width: 0 !important; | ||
} | } | ||
table.wikitable img, table[border="1"] img, table.darker img { | |||
min-width: 15px !important; | min-width: 15px !important; | ||
max-width: 100% !important; | max-width: 100% !important; |