]> git.parisson.com Git - telemeta.git/commitdiff
finally fix an old bug on marker and cursor SVG height with a simple css rule (fix...
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 14 Nov 2014 00:07:40 +0000 (01:07 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 14 Nov 2014 00:10:33 +0000 (01:10 +0100)
telemeta/static/telemeta/css/telemeta.css

index c11e2ac0bd923682fbfd840fcb12e36e7a084b03..589891fff07423eb87a46d05433c674ead5e8d25 100644 (file)
@@ -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;