From 63fafe49f30fa9968bb60b939c4ecbeefbdf8ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Sat, 31 Jan 2015 14:09:53 +0100 Subject: [PATCH] table font changed to helvetica --- src/notehub/css.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/notehub/css.clj b/src/notehub/css.clj index b58aec3..2993c61 100644 --- a/src/notehub/css.clj +++ b/src/notehub/css.clj @@ -232,7 +232,8 @@ [:table { :width "100%" :border-collapse "collapse" - }] + } + helvetica] [:th { :padding (em 0.3) :line-height (em 2.5)