From f18921c4067bd89e3515f4e344b592619445ccf3 Mon Sep 17 00:00:00 2001
From: Thomas Gelf <thomas@gelf.net>
Date: Tue, 16 Jun 2015 01:28:12 +0200
Subject: [PATCH] monitoring/css: no special styling for h3

---
 modules/monitoring/public/css/module.less | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less
index 7534ea0ac..39c8d157d 100644
--- a/modules/monitoring/public/css/module.less
+++ b/modules/monitoring/public/css/module.less
@@ -198,17 +198,6 @@ table.avp {
         }
     }
 
-    h3 {
-        font-weight: normal;
-        color: white;
-        border: none;
-        text-transform: uppercase;
-        background-color: #aaa;
-        display: block;
-        padding: 0.2em 1em 0.2em 1em;
-        font-size: 0.9em;
-    }
-
     .autosubmit-warning {
         display: none;
     }