Team:Virginia/Notebook

From 2014.igem.org

(Difference between revisions)
Line 12: Line 12:
</style>
</style>
-
/* Removes "teams" from the menubar */
+
menubar > ul > li:last-child {
-
#menubar > ul > li:last-child {
+
     display: none;}
     display: none;}
-
/* Resizes the menubar to fik the links (default is 400px) */
+
 
-
#menubar {
+
menubar {
     width: auto;}
     width: auto;}
</head>
</head>
</html>
</html>

Revision as of 17:45, 13 June 2014

menubar > ul > li:last-child { display: none;} menubar { width: auto;}