From ff5959638bb374358a2c3bd11bca17b93155317a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delobelle?= Date: Fri, 24 Mar 2017 20:32:04 +0100 Subject: [PATCH] fix missing bracket --- kfet/static/kfet/css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/kfet/static/kfet/css/index.css b/kfet/static/kfet/css/index.css index bb49230d..563d3839 100644 --- a/kfet/static/kfet/css/index.css +++ b/kfet/static/kfet/css/index.css @@ -544,6 +544,7 @@ thead .tooltip { -moz-column-count: 5; /* Firefox */ column-count: 5; } +} .help-block { padding-top: 15px;