Difference between revisions of "Template:Amsterdam"
m (delete entrepreneurship) |
|||
Line 32: | Line 32: | ||
#menuContainer { | #menuContainer { | ||
float:left; | float:left; | ||
− | width: | + | width: 100%; |
padding: 20px 0px; | padding: 20px 0px; | ||
border-top: 14px solid #565656; | border-top: 14px solid #565656; | ||
Line 129: | Line 129: | ||
/* Sets the style for lists inside menuContainer */ | /* Sets the style for lists inside menuContainer */ | ||
#menuContainer ul { | #menuContainer ul { | ||
− | list-style: | + | list-style: block; |
margin-left:0px; | margin-left:0px; | ||
} | } | ||
Line 136: | Line 136: | ||
#menuContainer ul li { | #menuContainer ul li { | ||
text-align: center; | text-align: center; | ||
− | display: | + | display: inline; |
width: 100%; | width: 100%; | ||
height:30px; | height:30px; | ||
Line 157: | Line 157: | ||
/*Submenus are displayed when hovering the menu button */ | /*Submenus are displayed when hovering the menu button */ | ||
#menuContainer li:hover ul { | #menuContainer li:hover ul { | ||
− | + | display: none; | |
− | + | ||
position: absolute; | position: absolute; | ||
float:right; | float:right; |
Revision as of 14:29, 30 June 2015