16 lines
165 B
CSS
16 lines
165 B
CSS
|
body {
|
||
|
padding-top: 60px;
|
||
|
padding-bottom: 40px;
|
||
|
}
|
||
|
|
||
|
.tablenum {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.nowrap {
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
line-height: 1.1;
|
||
|
}
|