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 edit summary
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
imgbox{
span img{
float: right;
  max-height: 500px;
  max-height: 500px;
  max-width: 500px;
  max-width: 500px;
}
}

Revision as of 18:04, 8 July 2021

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