MediaWiki:Common.css: Difference between revisions

    From LHDB
    No edit summary
    Tag: Reverted
    No edit summary
    Tag: Manual revert
    Line 3: Line 3:
    max-width:100vw;
    max-width:100vw;
    height:auto;
    height:auto;
    }
    .mw-content-ltr .mw-parser-output>ul, .mw-content-rtl .mw-parser-output>ul {
    margin: 0 !important;
    }
    .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
    margin: 0 !important;
    }
    }

    Revision as of 10:13, 17 October 2024

    /* CSS placed here will be applied to all skins */
    .res-img img {
    	max-width:100vw;
    	height:auto;
    }