From: Guillaume Pellerin Date: Fri, 14 Nov 2014 00:07:40 +0000 (+0100) Subject: finally fix an old bug on marker and cursor SVG height with a simple css rule (fix... X-Git-Tag: 1.5.0rc1~27^2~21^2~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=365999c332df0c299867e230f8a4aff08a90876c;p=telemeta.git finally fix an old bug on marker and cursor SVG height with a simple css rule (fix #98) --- diff --git a/telemeta/static/telemeta/css/telemeta.css b/telemeta/static/telemeta/css/telemeta.css index e8871be8..cb3b9fb6 100644 --- a/telemeta/static/telemeta/css/telemeta.css +++ b/telemeta/static/telemeta/css/telemeta.css @@ -45,6 +45,11 @@ a:hover { a img { border: none; } +svg { + width: 100%; + height: 100%; +} + .rst-content h1 { font-size: 1.2em; font-weight: bold;