Team:SydneyUni Australia/Templates/Nav-CSS

From 2013.igem.org

(Difference between revisions)
(Created page with "#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none;} #top-section { border: none; height: 0px;} #content { border: none;...")
Line 9: Line 9:
#menubar > ul > li:last-child {
#menubar > ul > li:last-child {
     display: none;}
     display: none;}
-
/* Resizes the menubar to fik the links (default is 400px) */
+
/* Resizes the menubar to fix the links (default is 400px) */
#menubar {
#menubar {
     width: auto;}
     width: auto;}

Revision as of 02:44, 24 July 2013

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

/* Removes "teams" from the menubar */

  1. menubar > ul > li:last-child {
   display: none;}

/* Resizes the menubar to fix the links (default is 400px) */

  1. menubar {
   width: auto;}