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.4.6-1^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c48004788df44f48afd0ab17be1a6e89ce924785;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 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;