small ui cleanup
This commit is contained in:
parent
23151260a1
commit
f801a6ee69
1 changed files with 14 additions and 1 deletions
|
|
@ -480,11 +480,24 @@ th, tr, td {
|
|||
white-space: nowrap;
|
||||
flex-direction: column;
|
||||
padding: 8px 0 3px 0;
|
||||
border-top: 1px dashed black;
|
||||
border-top: 1px dashed #aaa;
|
||||
}
|
||||
#help th, #help td {
|
||||
font-family: monospace;
|
||||
}
|
||||
#help td label {
|
||||
font-weight: bold;
|
||||
}
|
||||
#help-left {
|
||||
padding-right: 5px;
|
||||
border-right: 1px dashed #aaa;
|
||||
}
|
||||
#help-left .title {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
#help-right {
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
.dev-type {
|
||||
font-family: 'Russo One', sans-serif;
|
||||
|
|
|
|||
Loading…
Reference in a new issue