Template:CSS/home

From 2014.igem.org

(Difference between revisions)
Line 18: Line 18:
#content {
#content {
     border: none;}
     border: none;}
 +
 +
/* Removes "teams" from the menubar */
 +
#menubar > ul > li:last-child {
 +
    display: none;}
 +
/* Resizes the menubar to fix the links (default is 400px) */
 +
#menubar {
 +
    width: auto;}

Revision as of 13:32, 28 May 2014