From 081073823592cb5054f405a568ae61162df15e93 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 29 Nov 2016 00:21:19 +0100 Subject: [PATCH] css: remove obsolete normalization --- public/css/module.less | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/public/css/module.less b/public/css/module.less index 9dc16f0..589246d 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -1,33 +1,4 @@ -/* Normalize CSS */ - -.content { - a { - font-weight: normal; - color: inherit; - } - - .text-small { - color: inherit; - font-size: inherit; - } - - p a { - color: @icinga-blue; - text-decoration: underline; - } - -} -.controls h1 a { - color: inherit; - float: right; - font-weight: normal; -} - -.controls h1 form { - display: inline; -} - .action-bar a { color: @icinga-blue; &:hover::before { @@ -36,10 +7,6 @@ margin-right: 1em; } -h1 a:focus { - outline: none; -} - div.bp { margin-bottom: 4px; }