Merge remote-tracking branch 'upstream/master'
[osm/vim-emu.git] / dashboard / css / main.css
1 body {
2 margin: 16px;
3 height: 100%;
4 }
5
6 #logo {
7 height: 90px;
8 text-align: right;
9 }
10
11 #content {
12 }
13
14
15 .tbl-head {
16 font-weight: bold;
17 border-bottom: 1px solid #2c3e50;
18 background-color: #c9ced3;
19 }
20
21 .tbl-head > td {
22 padding-top: 4px;
23 padding-bottom: 4px;
24 }
25
26 .tbl-row > td {
27 padding-top: 4px;
28 padding-bottom: 4px;
29
30 }
31
32 .spacer {
33 height: 20px;
34 }