Line 22: | Line 22: | ||
/*styling for the accordion menu*/ | /*styling for the accordion menu*/ | ||
− | .accordion { | + | ul.accordion { |
background: -webkit-linear-gradient(#C0C0C0, #E6E6FA); /* Style for internet browsers */ | background: -webkit-linear-gradient(#C0C0C0, #E6E6FA); /* Style for internet browsers */ | ||
background: -moz-linear-gradient(#C0C0C0, #E6E6FA); | background: -moz-linear-gradient(#C0C0C0, #E6E6FA); | ||
Line 35: | Line 35: | ||
/* styling for the menu items */ | /* styling for the menu items */ | ||
− | .menu_item { | + | li.menu_item { |
display: table-cell; | display: table-cell; | ||
width:100%; | width:100%; | ||
Line 47: | Line 47: | ||
/* when hovering on a menu item */ | /* when hovering on a menu item */ | ||
− | .menu_item:hover { | + | li.menu_item:hover { |
color:#000000; | color:#000000; | ||
background-color: #72c9b6; | background-color: #72c9b6; |
Revision as of 10:14, 10 June 2016