From 8a571df24897c8a0272e81b2534598cc13ee08c4 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 7 Jun 2016 14:55:38 +0100 Subject: [PATCH] Revert "Fix appicon font styling." This doesn't actually work - there seems to be something funky about the way the runtime renders mfizz icons on Windows. This reverts commit 5bbaf7841eeb005ab52356a7e7ac855910cefb16. --- web/pgadmin/static/css/overrides.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pgadmin/static/css/overrides.css b/web/pgadmin/static/css/overrides.css index c034629b3..7453b2679 100755 --- a/web/pgadmin/static/css/overrides.css +++ b/web/pgadmin/static/css/overrides.css @@ -8,7 +8,6 @@ body { .app-icon { vertical-align: middle; - font-style: normal !important; font-size: 25px; }