MediaWiki:Print.css: Difference between revisions

From Heroes for Hire Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will affect the print output: imgbox{ float: right; max-height: 500px; max-width: 500px; }"
(No difference)

Revision as of 18:03, 8 July 2021

/* CSS placed here will affect the print output */
imgbox{
 float: right;
 max-height: 500px;
 max-width: 500px;
}