From 9eb959384b938c826c71c051acbf4ad09d82d6e8 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sun, 14 Dec 2014 16:20:42 +0100 Subject: layout: make timeago smaller and give it some opacity --- layout/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'layout') diff --git a/layout/style.css b/layout/style.css index 1360b36..9bf4c7e 100644 --- a/layout/style.css +++ b/layout/style.css @@ -69,7 +69,7 @@ table.summary td { } table.summary td.wide { - width: 200px; + width: 125px; text-align: right; } @@ -166,3 +166,8 @@ code { background-color: rgba(0,0,0,0.1); padding: 0 0.2em; } + +.timeago { + font-size: 0.7em; + opacity: 0.6; +} -- cgit v1.1