MediaWiki:Monobook.css: Difference between revisions

From Fmfi
(New page: →‎CSS placed here will affect users of the Monobook skin: #content { background: #F3EEDB; →‎white: })
 
No edit summary
Line 2: Line 2:


#content {
#content {
     background: #F3EEDB; /* white */
     background: #FAF8F0; /* white */
}
}

Revision as of 12:58, 12 June 2007

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

#content {
    background: #FAF8F0; /* white */
}