MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
m Make it responsive |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
} | } | ||
.noautonum .tocnumber:: | .noautonum .tocnumber { display: none; } | ||
@media screen { | |||
.mw-page-container { | |||
min-width: 0; | |||
} | |||
} | |||
@media all { | |||
.mw-logo { | |||
min-width: 0; | |||
} | |||
} | |||
.mw-file-description > img { | |||
max-width: 100%; | |||
height: auto; | |||
} |