From 4d480fe2c3efaf38a936485ed1bb3b3c3cce41eb Mon Sep 17 00:00:00 2001 From: Samuel Denis-D'Ortun Date: Sat, 21 May 2016 17:43:07 -0400 Subject: [PATCH] Update server title font size Closes #272 --- static/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 37ebf4bc..c306cb96 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -285,6 +285,17 @@ legend { } /* Status page */ + +h2 { + font-size: 16px; + line-height: 12px; +} + +h2 small { + font-size: 18px; +} + + .offline, .online { display: inline-block; width: 100%;