Difference between revisions of "Template:NYU Shanghai"

Line 93: Line 93:
 
#menuContainer a {
 
#menuContainer a {
 
    display: block;
 
    display: block;
                             width: 100px;
+
                             top: 0;
 +
                            bottom: 0;
 
}
 
}
  
 
/* Sets the style for lists inside menuContainer  */
 
/* Sets the style for lists inside menuContainer  */
 
#menuContainer ul {  
 
#menuContainer ul {  
    list-style-type: none;
+
    margin:0;
                            margin: 0;
+
    padding:0;
                            padding: 0;
+
    list-style:none;
 +
    background:transparent;
 +
    z-index:100;
 
}
 
}
  
 
/*Styles the list items to become menu buttons */
 
/*Styles the list items to become menu buttons */
 
#menuContainer ul li {  
 
#menuContainer ul li {  
    display: inline;
+
    float:left;  
                            float: left;
+
    padding:0;
 +
    margin:0;
 +
    width:127px;
 +
    margin-top:13px;
 +
    line-height:27px;
 +
    height:27px;
 +
    font-size:15px;
 +
    font-weight:600;
 +
    background:transparent;
 +
    font-weight:normal;
 +
    z-index:100;
 
}
 
}
  

Revision as of 22:28, 24 May 2015