MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: #ca-history { display:none!important; } #ca-talk { display:none!important; }" |
No edit summary |
||
| Line 2: | Line 2: | ||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
/* To make images responsive */ | |||
.res-img img { | |||
max-width:100%; | |||
height:auto; | |||
} | |||
img { | |||
max-width:100%; | |||
height:auto; | |||
} | |||
Latest revision as of 16:42, 22 November 2019
/* CSS placed here will be applied to all skins */
#ca-history { display:none!important; }
#ca-talk { display:none!important; }
/* To make images responsive */
.res-img img {
max-width:100%;
height:auto;
}
img {
max-width:100%;
height:auto;
}