m |
|||
Line 13: | Line 13: | ||
/* Wrapper for the menu */ | /* Wrapper for the menu */ | ||
.menu_wrapper { | .menu_wrapper { | ||
− | width: | + | width:auto; |
− | height: | + | height:100px; |
position:fixed; | position:fixed; | ||
padding:0px; | padding:0px; | ||
Line 65: | Line 65: | ||
/* styling for the li that are the menu items */ | /* styling for the li that are the menu items */ | ||
.menu_items li { | .menu_items li { | ||
− | width: | + | width:auto; |
margin-top:-2px; | margin-top:-2px; | ||
padding: 15px 0px 15px 15px ; | padding: 15px 0px 15px 15px ; | ||
− | display: | + | display:inline; |
border-bottom: 1px solid #d3d3d3; | border-bottom: 1px solid #d3d3d3; | ||
text-align:left; | text-align:left; | ||
Line 136: | Line 136: | ||
background-color:#000000; | background-color:#000000; | ||
color: #72c9b6; | color: #72c9b6; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Revision as of 15:33, 14 June 2016