Template:Debrecen-Hungary secret

From 2010.igem.org

(Difference between revisions)
Line 68: Line 68:
   padding: 0;
   padding: 0;
   margin: 0;
   margin: 0;
-
   font-size: 1em;
+
   font-size: 1 em;
   float: left;
   float: left;
   background: black;
   background: black;
-
   text-align: center;
+
   text-align: left;
   width: 130px;
   width: 130px;
   position: relative; /* Sets the positioning context for each drop-down menu. */
   position: relative; /* Sets the positioning context for each drop-down menu. */
Line 93: Line 93:
div.MenuBar ul li a:hover ul.DropDownMenu {
div.MenuBar ul li a:hover ul.DropDownMenu {
   display: block;
   display: block;
-
   width: 10em; /* Drop-down menu width.
+
   width: 12.5em; /* Drop-down menu width.
                   Use MenuTailor.css to customize. */
                   Use MenuTailor.css to customize. */
   height: 1em;
   height: 1em;
Line 107: Line 107:
div.MenuBar ul li:hover ul.DropDownMenu li a,
div.MenuBar ul li:hover ul.DropDownMenu li a,
div.MenuBar ul li a:hover ul.DropDownMenu li a {
div.MenuBar ul li a:hover ul.DropDownMenu li a {
-
   width: 10em; /* Keep it sync with the drop-down menu width.
+
   width: 12.5em; /* Keep it sync with the drop-down menu width.
                             Use MenuTailor.css to customize. */
                             Use MenuTailor.css to customize. */
   height: 1em;
   height: 1em;

Revision as of 14:05, 23 October 2010