Difference between revisions of "User:Cheridy/common.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(Created page with "#content { background:#fff !important; color:#000 !important; }")
 
Line 1: Line 1:
#content {
#content * {
   background:#fff !important;
   background:#ddd !important;
   color:#000 !important;
   color:#000 !important;
}
}

Revision as of 18:19, 3 November 2010

#content * {
   background:#ddd !important;
   color:#000 !important;
}