Template:Team:TU-Munich/TUM13 Style

From 2013.igem.org

(Difference between revisions)
Line 97: Line 97:
div#menu {
div#menu {
     background: #88FF88 !important;
     background: #88FF88 !important;
 +
}
 +
 +
div#menu ul {
 +
    list-style: none !important;
}
}
Line 102: Line 106:
     margin: 0px auto !important;
     margin: 0px auto !important;
     width: 59.375em !important;
     width: 59.375em !important;
 +
    height: 1.875em !important;
}
}
div#menu > ul > li {
div#menu > ul > li {
     float: left !important;
     float: left !important;
 +
}
 +
 +
div#menu > ul > li > ul {
 +
    display: none !important;
 +
}
 +
 +
div#menu > ul > li:hover > ul {
 +
    display: block !important;
}
}

Revision as of 18:44, 3 May 2013