MediaWiki:MonoBook.css: Difference between revisions

From PAWS Lab
Jump to navigation Jump to search
Zrisha (talk | contribs)
Created page with "CSS placed here will affect users of the MonoBook skin: body{ background-image: none; } #globalWrapper{ background-image: none; }"
 
Zrisha (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the MonoBook skin */
/* CSS placed here will affect users of the MonoBook skin */
body{
  background-image: none;
}
#globalWrapper{
  background-image: none;
}

Latest revision as of 01:01, 14 January 2019

/* CSS placed here will affect users of the MonoBook skin */