[tor-commits] [metrics-web/master] Fix display in IE.

karsten at torproject.org karsten at torproject.org
Mon Dec 4 10:04:57 UTC 2017


commit 8d9b28f4a836bea28ca4b050f232f52d1000578d
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Mon Dec 4 10:36:22 2017 +0100

    Fix display in IE.
    
    Patch written by irl, reviewed by RaBe.
---
 website/src/main/resources/web/css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/main/resources/web/css/style.css b/website/src/main/resources/web/css/style.css
index 6770c84..2652faf 100644
--- a/website/src/main/resources/web/css/style.css
+++ b/website/src/main/resources/web/css/style.css
@@ -7,7 +7,7 @@ body {
     background-image:none !important;
 }
 body #wrapper {
-    display:initial !important;
+    display:block !important;
 }
 
 



More information about the tor-commits mailing list