Line 24: | Line 24: | ||
/* styling for the menu items */ | /* styling for the menu items */ | ||
.menu_item { | .menu_item { | ||
− | + | background-color:#f2f2f2; | |
width:10%; | width:10%; | ||
float:left; | float:left; | ||
Line 31: | Line 31: | ||
padding-top: 10px; | padding-top: 10px; | ||
border-bottom: 1px solid #d3d3d3; | border-bottom: 1px solid #d3d3d3; | ||
− | |||
font-weight:bold; | font-weight:bold; | ||
+ | text-align: center; | ||
color:#000000; | color:#000000; | ||
cursor: pointer; | cursor: pointer; | ||
Line 80: | Line 80: | ||
text-decoration:none; | text-decoration:none; | ||
color:#000000; | color:#000000; | ||
− | list-style:none; | + | list-style-type:none; |
cursor:pointer; | cursor:pointer; | ||
-webkit-transition: all 0.4s ease; | -webkit-transition: all 0.4s ease; |
Revision as of 04:14, 18 October 2016