dash-docs/_less/clients.less
2012-04-10 18:34:33 -04:00

41 lines
559 B
Text

/* Clients.less
* Styles used on the Clients page
* ---------------------------------------------------------------------------- */
.best {
background-color: #dfffdf;
}
.good {
background-color: #dfffff;
}
.ugly {
background-color: #ffdfdf;
}
#oslist {
border-right: 1px solid black;
vertical-align: top;
width: 14ex;
}
#oslist ul {
list-style-type: none;
width: 12ex;
}
#oslist,#oslist ul {
margin: 0;
padding: 0;
}
#oslist li a {
padding: 1ex;
display: block;
width: 100%;
}
th.clients:first-child {
max-width: 16ex;
}