mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Modification of luke-jr's proposal.
This commit is contained in:
parent
cd31123d6a
commit
d26c2241d5
8 changed files with 43 additions and 348 deletions
2
_less/bootstrap.less
vendored
2
_less/bootstrap.less
vendored
|
@ -23,5 +23,3 @@
|
|||
@import "patterns.less";
|
||||
@import "bitcoin.less";
|
||||
|
||||
// Clients
|
||||
@import "clients.less";
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
/* 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue