Team:Freiburg/css/styles additional.css

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
<style>
<style>
-
nav > ul > li:nth-child(1) {
+
nav > ul > li:nth-child(1).active {
   background-color: #00ff00;
   background-color: #00ff00;
}
}
-
nav > ul > li:nth-child(2) {
+
nav > ul > li:nth-child(2).active {
   background-color: #453357;
   background-color: #453357;
}
}
nav li.active {
nav li.active {
-
   background-color: #444;
+
   background-color: ;
}
}
</style>
</style>
</html>
</html>

Revision as of 19:05, 7 October 2014