From a82cad86ec3348edc4cdfaf6ac1a10968db79940 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 16 May 2015 15:06:56 +0200 Subject: responsive: make the overview page look nice on all media --- layout/style-c.css | 4 ++++ layout/style.css | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'layout') diff --git a/layout/style-c.css b/layout/style-c.css index e69de29..514ea66 100644 --- a/layout/style-c.css +++ b/layout/style-c.css @@ -0,0 +1,4 @@ +.row .hostinfo { + font-size: 0.7em; + opacity: 0.6; +} diff --git a/layout/style.css b/layout/style.css index 2df30cf..156e8c5 100644 --- a/layout/style.css +++ b/layout/style.css @@ -67,6 +67,10 @@ a:hover { width: 20em; } +.row .hostinfo { + float: left; +} + .row .field { float: left; width: 3.4em; -- cgit v1.1