MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .mw-body .mw-indicator { display: none; } →To make images responsive: .res-img img { max-width:100%; height:auto; }") |
(No difference)
|
Latest revision as of 01:50, 12 April 2024
/* CSS placed here will be applied to all skins */
.mw-body .mw-indicator {
display: none;
}
/* To make images responsive */
.res-img img {
max-width:100%;
height:auto;
}