]> git.parisson.com Git - telemeta.git/commitdiff
fix home map width
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 18 Mar 2015 22:41:16 +0000 (23:41 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 18 Mar 2015 22:41:16 +0000 (23:41 +0100)
telemeta/static/telemeta/css/telemeta.css
telemeta/templates/telemeta/home.html

index ed3410178616b32b376a2c14e5cf8d8a3c13e296..935c6d05cec4a2ec32f6d63b1bf40bb36f33c022 100644 (file)
@@ -1001,7 +1001,7 @@ a.image-link {
     -moz-border-radius: 8px 0px 8px 8px;
     -webkit-border-radius: 8px 0px 8px 8px;
     border-radius: 8px 0px 8px 8px;
-    width: 396%;
+    width: 392px;
 }
 
 .home-content .module {
index 9c0684288d762ae5ef9f29267b471fefcb5086bd..0bd400852a3d10570cba5c20ff4a29be165d8ec8 100644 (file)
@@ -25,7 +25,7 @@
     {% trans "Geo Navigator" %}</h3>
     <div style="background-color: white;" align="center">
     <a class="image-link" href="{% url "telemeta-geo-continents" %}">
-    <img class="map-thumbnail" src="{{ STATIC_URL }}telemeta/images/world2.png" alt="{% trans "Open the geographic navigator" %}" style="width:398px" /></a>
+    <img class="map-thumbnail" src="{{ STATIC_URL }}telemeta/images/world2.png" alt="{% trans "Open the geographic navigator" %}"/></a>
     </div>
 </div>