]> 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:07:40 +0000 (01:07 +0100)
telemeta/static/telemeta/css/telemeta.css

index e8871be876390a820d85000b087d8eab837123c1..cb3b9fb60c8af7244b5027649943435225d1225a 100644 (file)
@@ -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;