From: Michal Lupečka Date: Thu, 20 Dec 2018 15:03:19 +0000 (+0100) Subject: graph legend at right top corner X-Git-Tag: v3.2.1~15^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40c0fda769f62d5b660dec24b9603149aafffa17;p=thirdparty%2Fknot-resolver.git graph legend at right top corner --- diff --git a/modules/http/static/kresd.css b/modules/http/static/kresd.css index 98035d22b..48040e411 100644 --- a/modules/http/static/kresd.css +++ b/modules/http/static/kresd.css @@ -35,5 +35,9 @@ body { } .spark-legend { - display: inline-block; -} \ No newline at end of file + display: inline-block; +} + +.dygraph-legend { + text-align: right; +}