From a96221f0e1b7309e0585148e73b34c9a9b61dd85 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 16 May 2015 15:22:51 +0200 Subject: responsive: make the host page look nice on all media --- layout/style-c.css | 12 ++++++++++++ layout/style-d.css | 3 +++ 2 files changed, 15 insertions(+) diff --git a/layout/style-c.css b/layout/style-c.css index 514ea66..83c64bc 100644 --- a/layout/style-c.css +++ b/layout/style-c.css @@ -1,4 +1,16 @@ +#content { + padding-left: 5px; +} + +#footer { + padding-left: 5px; +} + .row .hostinfo { font-size: 0.7em; opacity: 0.6; } + +.plugins { + display: none; +} diff --git a/layout/style-d.css b/layout/style-d.css index e69de29..244e96a 100644 --- a/layout/style-d.css +++ b/layout/style-d.css @@ -0,0 +1,3 @@ +.graphs img { + width: 99%; +} -- cgit v1.1