From 7b724cea3ab9df7a02512398d73708f525601b4d Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Sun, 17 Feb 2019 19:35:56 +0000 Subject: [PATCH] Whitespace and other cleanups Signed-off-by: Julius Volz --- web/ui/static/css/graph.css | 1 - web/ui/static/css/prom_console.css | 2 +- web/ui/templates/_base.html | 14 +++++++------- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/web/ui/static/css/graph.css b/web/ui/static/css/graph.css index 22c787be5f..11b8511cd5 100644 --- a/web/ui/static/css/graph.css +++ b/web/ui/static/css/graph.css @@ -200,6 +200,5 @@ input[name="end_input"], input[name="range_input"] { } li.active, .dropdown-item:focus, .dropdown-item:hover { - /* color: #fff; */ background-color: steelblue; } diff --git a/web/ui/static/css/prom_console.css b/web/ui/static/css/prom_console.css index 34e6fca2dc..e5b8be7f9e 100644 --- a/web/ui/static/css/prom_console.css +++ b/web/ui/static/css/prom_console.css @@ -167,7 +167,7 @@ a.prom_graph_link { font-size: 0.8em; border-radius: 0; height: 29px; - border-color:#ccc; + border-color: #ccc; } .prom_graph_timecontrol_group .input { diff --git a/web/ui/templates/_base.html b/web/ui/templates/_base.html index 6c8dc68bdd..4c25adba59 100644 --- a/web/ui/templates/_base.html +++ b/web/ui/templates/_base.html @@ -1,12 +1,12 @@ - - - - {{ pageTitle }} - - - + + + + {{ pageTitle }} + + +