Team:Johns Hopkins-Software/Templates/cssindex

From 2012.igem.org

(Difference between revisions)
Line 32: Line 32:
#bodyContent
#bodyContent
{
{
 +
    color: #000;
     border: none;
     border: none;
}
}

Revision as of 02:21, 14 September 2012

  • {
   border: none;

}

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;}
  1. top-section {
   border: none;
   height: 0px;}
  1. content {
   border: none;
   

}

  1. globalWrapper

{

   background: #000;
   border: none;

}

body {

   background: #000;

}

table {

   background: #000;
   border: none;

}

  1. bodyContent

{

   color: #000;
   border: none;

}