MediaWiki:Common.css: Difference between revisions

From Bittylicious
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color: #ff0000; }")
 
No edit summary
Line 3: Line 3:
body {
body {
   background-color: #ff0000;
   background-color: #ff0000;
  width: 50%;
}
}

Revision as of 10:51, 14 October 2013

/* CSS placed here will be applied to all skins */

body {
  background-color: #ff0000;
  width: 50%;
}