Difference between revisions of "Template:Pasteur Paris"

Line 173: Line 173:
 
                     padding-right: 15px;
 
                     padding-right: 15px;
 
                     width: 70%;
 
                     width: 70%;
                 }`
+
                 }
 +
              /*Submenus are not displayed as default*/
 +
.navbar navbar-default navbar-fixed-top li ul {
 +
display: none;
 +
}
 +
 
 +
    /*Submenus are displayed when hovering the menu button */
 +
.navbar navbar-default navbar-fixed-top li:hover ul {
 +
/*display: inline-block; */
 +
display: block;
 +
position: absolute;
 +
float:right;
 +
}
  
 
/*Pour mettre les logos sponsors en noir et blanc */
 
/*Pour mettre les logos sponsors en noir et blanc */

Revision as of 09:32, 16 June 2015