From 439f58c519492c7244a0b72461d4890eec3631fe Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Mon, 3 Feb 2014 18:21:00 +0100 Subject: [PATCH] minor ui improvement --- src/notehub/handler.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/notehub/handler.clj b/src/notehub/handler.clj index 40b56bb..a8b2a86 100644 --- a/src/notehub/handler.clj +++ b/src/notehub/handler.clj @@ -126,7 +126,8 @@ (let [stats (:statistics resp) statistics (get-message :statistics)] (layout statistics - [:h2.central-element statistics ": " (api/derive-title (:note resp))] + [:h2.central-element (api/derive-title (:note resp))] + [:h3.central-element.helvetica statistics] [:table#stats.helvetica.central-element (map #(when (% stats)