From bbf9b28f6ec2dbacfb82e32d1d5bdd051912a6b1 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 11 May 2017 11:45:13 +0200 Subject: [PATCH] Display comments date smaller --- public/css/style.css | 7 ++++++- templates/view.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index e66e1a65..db605fde 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -377,4 +377,9 @@ footer { position: relative; top: -0.5rem; float: right; -} \ No newline at end of file +} + +.comment-date { + font-size: smaller; + width: auto; /* Undo bootstrap's fixed width */ +} diff --git a/templates/view.html b/templates/view.html index cb4c01f5..be3cc185 100644 --- a/templates/view.html +++ b/templates/view.html @@ -93,7 +93,7 @@ {{.Username}} {{end}} -
+
{{.Date}}