MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
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; | |||
} |