From 365999c332df0c299867e230f8a4aff08a90876c 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 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; -- 2.39.5