mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 18:26:13 +00:00
Client OS selector
This commit is contained in:
parent
8d01072588
commit
97ce274949
7 changed files with 147 additions and 13 deletions
|
@ -3,13 +3,39 @@
|
|||
* ---------------------------------------------------------------------------- */
|
||||
|
||||
.best {
|
||||
background-color: #ddffdd;
|
||||
background-color: #dfffdf;
|
||||
}
|
||||
|
||||
.good {
|
||||
background-color: #ddffff;
|
||||
background-color: #dfffff;
|
||||
}
|
||||
|
||||
.ugly {
|
||||
background-color: #ffdddd;
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue