Team:UT Dallas/test/page.css

From 2013.igem.org

(Difference between revisions)
Line 17: Line 17:
border:0px;
border:0px;
}
}
 +
h1.firstHeading {
 +
    display: none;
 +
}
 +
 +
#catlinks {display: none;}
 +
#contentSub {display: none;}

Revision as of 18:53, 21 August 2013

body {

       background-color: #ffffff;
       margin: 0; padding: 0;

font-family: 'Scada', sans-serif; }

  1. top-section

{ display: none; }

  1. content {

padding: 0px 0px 0px 0px; width:1024px; margin: 15px auto 15px; background: none repeat scroll 0 0 transparent; border:0px; } h1.firstHeading {

   display: none;

}

  1. catlinks {display: none;}
  2. contentSub {display: none;}