mirror of
https://github.com/sigmasternchen/webcli
synced 2025-03-15 06:08:54 +00:00
smaller cells
This commit is contained in:
parent
27722613fb
commit
ce50006684
1 changed files with 3 additions and 3 deletions
|
@ -27,11 +27,11 @@ table {
|
|||
}
|
||||
table tr td {
|
||||
font-size: 10px;
|
||||
min-width: 6px;
|
||||
max-width: 6px;
|
||||
min-width: 4px;
|
||||
max-width: 4px;
|
||||
overflow: visible;
|
||||
text-align: center;
|
||||
height: 20px;
|
||||
height: 12px;
|
||||
color: #fff;
|
||||
font-family: dejavu;
|
||||
border: 1px solid #000;
|
||||
|
|
Loading…
Reference in a new issue