Team:Tuebingen

From 2013.igem.org

(Difference between revisions)
Line 33: Line 33:
}
}
ul#menu li.backLava {
ul#menu li.backLava {
-
     position:absolute; /* this is automatically added by lavaLamp, if not set, but let's set it for good practice */
+
     position:absolute; !important /* this is automatically added by lavaLamp, if not set, but let's set it for good practice */
-
     z-index:3; /* 3 levels higher than all normal elements */
+
     z-index:3; !important /* 3 levels higher than all normal elements */
-
     background-color:#fc0;
+
     background-color:#fc0; !important
-
     border:2px solid brown;
+
     border:2px solid brown; !important
}
}
</style>
</style>
Line 53: Line 53:
<ul id="menu">
<ul id="menu">
-
<li><span>Fun</span></li> !important
+
<li><span>Fun</span></li>  
-
<li><span>with</span></li> !important
+
<li><span>with</span></li>
-
<li><span>jQuery</span></li> !important
+
<li><span>jQuery</span></li>
-
<li><span>LavaLamp</span></li> !important
+
<li><span>LavaLamp</span></li>
</ul>
</ul>

Revision as of 16:28, 12 August 2013

Return to iGEM Main Page.

iGEM 2013: Team Tübingen