From 9f7a419e2a832d479482981c880709bd3d90adac Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Sun, 12 Aug 2018 10:42:26 +0200 Subject: [PATCH] Fix bad CSS indentation --- OOMAnalyser.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/OOMAnalyser.html b/OOMAnalyser.html index f0fd2ae..e6c5bff 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -68,13 +68,13 @@ } .notify-warning { - color: #9F6000; - background-color: #FEEFB3; - } - .notify-error { - color: #D8000C; - background-color: #FFD2D2; - } + color: #9F6000; + background-color: #FEEFB3; + } + .notify-error { + color: #D8000C; + background-color: #FFD2D2; + } /* Zebra-Layout */ tr:nth-child(odd) td:nth-child(2), tr:nth-child(odd) td:nth-child(3) {