Difference between revisions of "Template:Michigan Software"

(Made menu span page and also justified elements)
m (Momentarily restored for testing purposes)
Line 25: Line 25:
  
 
.navbar-collapse { padding: 0; } /* forces the nav to take full container with */
 
.navbar-collapse { padding: 0; } /* forces the nav to take full container with */
.navbar .nav li {
 
    display: table-cell;
 
    width: 1%;
 
    float: none;
 
}
 
 
.navbar .nav li a {
 
    font-weight: bold;
 
    text-align: center;
 
}
 
 
.navbar .nav li:first-child a {
 
    border-left: 0;
 
    border-radius: 3px 0 0 3px;
 
}
 
 
.navbar .nav li:last-child a {
 
    border-right: 0;
 
    border-radius: 0 3px 3px 0;
 
}
 
  
 
/********************************* DEFAULT WIKI SETTINGS  ********************************/
 
/********************************* DEFAULT WIKI SETTINGS  ********************************/

Revision as of 17:34, 15 October 2016