mirror of
https://github.com/sigmasternchen/webcli
synced 2025-03-15 22:28: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 {
|
table tr td {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
min-width: 6px;
|
min-width: 4px;
|
||||||
max-width: 6px;
|
max-width: 4px;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 20px;
|
height: 12px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: dejavu;
|
font-family: dejavu;
|
||||||
border: 1px solid #000;
|
border: 1px solid #000;
|
||||||
|
|
Loading…
Reference in a new issue