MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
/* replace the book in the background with something else */ | /* replace the book in the background with something else */ | ||
body { background: | body { background: White; } | ||
/* changes the background of pre areas */ | /* changes the background of pre areas */ | ||
pre { | pre { | ||
background: | background: White ; | ||
} | } | ||
/** </nowiki></pre> */ | /** </nowiki></pre> */ |
Revision as of 10:16, 30 April 2010
/** <pre><nowiki> */ /* replace the book in the background with something else */ body { background: White; } /* changes the background of pre areas */ pre { background: White ; } /** </nowiki></pre> */