diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-11-25 23:41:42 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-11-25 23:41:42 (GMT) |
commit | 7f611570d53dd483d7d8083ecae477bc87f12094 (patch) | |
tree | ea880b8bd7be6ac7c6f407d3d51cd2a2e0ede95e /www/styles | |
parent | c65e8fafc59c7bcc544a42955cb256ba940c1b50 (diff) |
make server health nicer
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/main.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/styles/main.css b/www/styles/main.css index 980ad00..806df2a 100644 --- a/www/styles/main.css +++ b/www/styles/main.css @@ -72,6 +72,19 @@ width: 100%; } +#rhctlservertable td { + vertical-align: bottom +} + +#rhctlservertable .server-name { + font-weight: bold; + font-size: 1.4em; +} + +#rhctlservertable .server-channel { + font-size: 1.1em; +} + #rhctlaudiotable h4 { margin-top: 2em; text-align: center; |