Difference between revisions of "Template:Amsterdam"

(Undo revision 31489 by Hugo pH (talk))
(Undo revision 31466 by Tamar (talk))
Line 32: Line 32:
 
#menuContainer  {  
 
#menuContainer  {  
 
float:left;
 
float:left;
width: 100%;
+
width: 134px;
 
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: block;
+
list-style: none;
 
margin-left:0px;
 
margin-left:0px;
 
}
 
}
Line 136: Line 136:
 
#menuContainer ul li {  
 
#menuContainer ul li {  
 
text-align: center;
 
text-align: center;
display: inline;
+
display: block;
 
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;
+
/*display: inline-block; */
 +
display: block;  
 
position: absolute;  
 
position: absolute;  
 
float:right;
 
float:right;

Revision as of 15:01, 30 June 2015