aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/static/teleterm.css
blob: ad6a8a70729f4457abdef0945c22ae37f529ca51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.list td, .list th {
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
}

.grid {
    font-family: monospace;
    background-color: black;
    color: white;
    border-collapse: collapse;
    border: 4px solid black;
}

.grid .row .cell {
    min-width: 1ch;
    max-width: 1ch;
    min-height: 1ex;
    padding: 0px;
}