From c9c56ddba1f366d52de56aebad9839a02c3b7ae1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 14 Nov 2014 01:07:40 +0100 Subject: [PATCH] finally fix an old bug on marker and cursor SVG height with a simple css rule (fix #98) --- telemeta/static/telemeta/css/telemeta.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/telemeta/static/telemeta/css/telemeta.css b/telemeta/static/telemeta/css/telemeta.css index c11e2ac0..589891ff 100644 --- a/telemeta/static/telemeta/css/telemeta.css +++ b/telemeta/static/telemeta/css/telemeta.css @@ -33,6 +33,11 @@ a:hover { a img { border: none; } +svg { + width: 100%; + height: 100%; +} + .rst-content h1 { font-size: 1.2em; font-weight: bold; -- 2.39.5