MediaWiki:Common.css: Difference between revisions
Appearance
Neverendingo (talk | contribs) No edit summary |
m Make it responsive |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
input.oo-ui-inputWidget-input { | input.oo-ui-inputWidget-input { | ||
height: 2.5em; | height: 2.5em; | ||
} | |||
.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; | |||
} | } |