MediaWiki:Print.css: Difference between revisions
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 */ | ||
span img{ | |||
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;
}