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
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


body {
body {
  background-color: #ff0000;
 
}
}

Latest revision as of 10:51, 14 October 2013

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

body {

}