From 3d5f64e11b2e521f681c819d0fbb691c3af9026c Mon Sep 17 00:00:00 2001
From: Yohan Boniface <yb@enix.org>
Date: Thu, 13 Jun 2013 21:46:46 +0200
Subject: [PATCH] IE8 compat

---
 umap/static/umap/umap.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css
index 2b14e21..0645554 100644
--- a/umap/static/umap/umap.css
+++ b/umap/static/umap/umap.css
@@ -173,6 +173,7 @@ nav h1 a {
     background-repeat: no-repeat;
     background-image: url("./umap.png");
     color: transparent;
+    font-size: 0px;
 }
 
 nav a.logout {
-- 
GitLab