Difference between revisions of "MediaWiki:Print.css"

From Beds24 Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect the print output: body{color: red;}")
 
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
  
body{color: red;}
+
body{
 +
background-color: #ececec;}

Revision as of 16:23, 13 February 2013

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

body{
background-color: #ececec;}