Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Created page with "CSS placed here will be applied to all skins: .res-img img { max-width: 100%; height: auto; }"
 
No edit summary
Line 5: Line 5:
     height: auto;
     height: auto;
}
}
.page-Episode* #contentSub { display: none }

Revision as of 22:20, 4 May 2021

/* CSS placed here will be applied to all skins */

.res-img img {
    max-width: 100%;
    height: auto;
}

.page-Episode* #contentSub { display: none }