From 5c7fccfe8b5aa792f4adafa0c1281c69a8453fbc Mon Sep 17 00:00:00 2001 From: David Severwright Date: Thu, 11 Dec 2014 15:12:46 +0000 Subject: Adding option to show time since last update on dashboard. Closes #110 --- layout/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'layout/style.css') diff --git a/layout/style.css b/layout/style.css index 19ec77e..1360b36 100644 --- a/layout/style.css +++ b/layout/style.css @@ -68,6 +68,11 @@ table.summary td { text-align: right; } +table.summary td.wide { + width: 200px; + text-align: right; +} + img { border: 0; } -- cgit v1.1