From f27489c4b5d4f77bf3f487c9ac95b1f605e32583 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Fri, 19 Sep 2014 17:49:17 +0200 Subject: [PATCH] relative path to x.png Avoid 404s when the dashboard isn't served on / --- lib/riemann/dash/views/css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/riemann/dash/views/css.scss b/lib/riemann/dash/views/css.scss index 8c2e67f..e945313 100644 --- a/lib/riemann/dash/views/css.scss +++ b/lib/riemann/dash/views/css.scss @@ -324,7 +324,7 @@ html,table { min-height: 400px; } #simplemodal-container a.modalCloseImg { - background:url(/x.png) no-repeat; /* adjust url as required */ + background:url(x.png) no-repeat; /* adjust url as required */ width:25px; height:29px; display:inline;