From 64ac705c1e9808ee6d3e5d7d6a07514f2e125f99 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 12 Mar 2014 22:09:17 -0400 Subject: Refresh the board only when it's necessary and add a link on the task title --- assets/css/app.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'assets/css') diff --git a/assets/css/app.css b/assets/css/app.css index 93321c2e..274c11a3 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -523,6 +523,10 @@ div.task a:hover { text-decoration: underline; } +div.task-title a { + font-weight: normal; +} + #infos, div.task { position: relative; -- cgit v1.2.3