Jump to content

MediaWiki:Print.css: Difference between revisions

From CCDirectLink
Copy contents of Common.css
Tags: mobile web edit mobile edit
(No difference)

Revision as of 15:47, 13 August 2020

/* CSS placed here will affect the print output */

img.block-img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

table.infobox-table {
    float: right;
    clear: right;
    margin-top: 0;
}