Team:Hendrix Arkansas/css/main.css

From 2014.igem.org

(Difference between revisions)
(Created page with "- Removing wiki stuff: #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none; }")
Line 2: Line 2:
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
     display:none;
     display:none;
 +
}
 +
 +
/* Basic styling */
 +
p, td, tr {
 +
    font-family: Arial;
 +
    font-color: #000000;
}
}

Revision as of 22:32, 23 August 2014

/* Removing wiki stuff */

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;

}

/* Basic styling */ p, td, tr {

   font-family: Arial;
   font-color: #000000;

}