Introduction
Introduction Statistics Contact Development Disclaimer Help
fix previous commit: explicitly set body to display: block - firefox-fix-web - …
git clone git://git.codemadness.org/firefox-fix-web
Log
Files
Refs
README
LICENSE
---
commit 230e5dbe064f1c274a8275a2b526545eff548559
parent 7bddacc618ed270254f131df808bbd2c6282798e
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 8 Sep 2018 20:31:46 +0200
fix previous commit: explicitly set body to display: block
Diffstat:
M extension/global/anim.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/extension/global/anim.css b/extension/global/anim.css
@@ -5,5 +5,5 @@ body > * {
}
body {
- display: initial !important;
+ display: block !important;
}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.