Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .mw-translate-page-info { display: none; }") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
.mw-translate-page-info { | .mw-translate-page-info { | ||
display: none; | display: none; | ||
| + | } | ||
| + | |||
| + | img { | ||
| + | max-width: 700px; | ||
| + | max-height: 700px; | ||
| + | height: auto; | ||
| + | width: auto; | ||
} | } | ||
Latest revision as of 07:32, 24 May 2017
/* CSS placed here will be applied to all skins */
.mw-translate-page-info {
display: none;
}
img {
max-width: 700px;
max-height: 700px;
height: auto;
width: auto;
}