Difference between revisions of "Template:Michigan Software"

m (Momentarily restored for testing purposes)
m (Momentarily restored for testing purposes)
Line 26: Line 26:
 
.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%;
+
.navbar .nav li a {
     float: none;
+
     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;
 +
}
  
  

Revision as of 17:35, 15 October 2016