Difference between revisions of "Team:UCSC/CSS-2"

Line 367: Line 367:
 
   height: 1000px; /* big enough to hold list of any size */
 
   height: 1000px; /* big enough to hold list of any size */
 
   width: 10vw;
 
   width: 10vw;
   min-width: 225px;
+
   min-width: 200px;
 
   padding: 5px;
 
   padding: 5px;
 
   padding-left: 1vw;
 
   padding-left: 1vw;
 
   text-align: right;
 
   text-align: right;
 +
  font-size: 80%;
 
   transition: .3s;
 
   transition: .3s;
 
}
 
}
Line 410: Line 411:
 
.float-toc li, .float-page-list li {
 
.float-toc li, .float-page-list li {
 
   list-style-type: none;
 
   list-style-type: none;
 +
  margin: 0;
 
}
 
}
  

Revision as of 00:57, 20 September 2018