From 905b0f24998dbf09c073ff2a987c4fb049da5aac Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Thu, 4 Aug 2016 14:10:48 +0200 Subject: [PATCH] Apply time style to author The author is mentioned right below the time so it makes sense to give them the same style. --- css/HtmlFormat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/HtmlFormat.css b/css/HtmlFormat.css index 430e15d9..2b8ddd5f 100644 --- a/css/HtmlFormat.css +++ b/css/HtmlFormat.css @@ -71,7 +71,7 @@ section > div.content { } -section > time { +section > time, section > p.author { color: #888; font-size: 80%;