From 3a40e00a2a6c4efcbeceac4515a43829f481b79c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Tue, 23 Dec 2014 18:38:09 +0100 Subject: [PATCH] styling fixed --- resources/public/js/themes.js | 2 +- resources/public/styles/main.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/public/js/themes.js b/resources/public/js/themes.js index 908c65b..3529a66 100644 --- a/resources/public/js/themes.js +++ b/resources/public/js/themes.js @@ -39,7 +39,7 @@ var themes = { }, foreground: { normal: '#93a1a1', - halftone: '#eee8d5' + halftone: '#839191' }, link: { fresh: '#cb4b16', diff --git a/resources/public/styles/main.less b/resources/public/styles/main.less index 6cfaec8..842b16d 100644 --- a/resources/public/styles/main.less +++ b/resources/public/styles/main.less @@ -198,6 +198,7 @@ th { td { border-top: 1px dotted @foreground_halftone; padding: 0.3em; + line-height: 2.5em; } .middot { padding: 0.5em;