MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
.welcome-table th { | .welcome-table th { | ||
text-align: center; | text-align: center; | ||
} | |||
.welcome-table td[rowspan] img { | |||
width: 100%; | |||
height: auto; | |||
max-width: 100%; | |||
} | } | ||
| Line 28: | Line 34: | ||
display: block !important; | display: block !important; | ||
width: 100% !important; | width: 100% !important; | ||
} | |||
.welcome-table td[rowspan] img { | |||
width: 100%; | |||
height: auto; | |||
} | } | ||
} | } | ||