User:Sifuentes anita

From 2014.igem.org

(Difference between revisions)
Line 131: Line 131:
/*styling the links inside the submenus */
/*styling the links inside the submenus */
-
#submenuoptions {
+
.submenuoptions {
                                 list-style-type: none;
                                 list-style-type: none;
}
}
 +
/* change the color of the links */
ul.submenuoptions li a{
ul.submenuoptions li a{
-
color:red;
+
color:red;
-
}
+
  list-style-type: none;
 +
}
 +
 
ul.submenuoptions li:hover a, ul.submenuoptions li:hover {
ul.submenuoptions li:hover a, ul.submenuoptions li:hover {
background-color: #c1dfa6;
background-color: #c1dfa6;
-
text-decoration: none;
+
text-decoration: none;
}
}

Revision as of 19:42, 7 January 2015

left

right

Retrieved from "http://2014.igem.org/User:Sifuentes_anita"