Update server title font size Closes #272
parent
678537cee5
commit
4d480fe2c3
|
@ -285,6 +285,17 @@ legend {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Status page */
|
/* Status page */
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 small {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.offline, .online {
|
.offline, .online {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue