MediaWiki:Print.css: Difference between revisions

From CCDirectLink
Copy contents of Common.css
Tags: mobile web edit mobile edit
 
No edit summary
 
Line 11: Line 11:
     clear: right;
     clear: right;
     margin-top: 0;
     margin-top: 0;
}
table.infobox-table th {
    white-space: nowrap;
}
}

Latest revision as of 20:53, 14 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;
}

table.infobox-table th {
    white-space: nowrap;
}