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

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
Line 5: Line 5:
   background:#fcfcfc !important;
   background:#fcfcfc !important;
   color:#000 !important;
   color:#000 !important;
}
table, tbody, td, tr {
  border: red;
}
}

Revision as of 21:06, 7 June 2011

#content .thumb, 
#content *, 
#content 
{
   background:#fcfcfc !important;
   color:#000 !important;
}
table, tbody, td, tr {
   border: red;
}