From e5d50088a38732c1901263b4fb366dc5f51d4495 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sat, 15 Mar 2014 22:35:53 +0100 Subject: Fix navbar CSS bug in Chrome --- website/assets/css/style.css | 5 +++++ website/index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'website') diff --git a/website/assets/css/style.css b/website/assets/css/style.css index bb390c9..59371ff 100644 --- a/website/assets/css/style.css +++ b/website/assets/css/style.css @@ -92,3 +92,8 @@ iframe { border: none; overflow: hidden; } + +/* display only once linked resources are loaded to prevent buggy pre-rendering */ +body { + display: block !important; +} diff --git a/website/index.html b/website/index.html index fc9066c..62456f8 100644 --- a/website/index.html +++ b/website/index.html @@ -15,7 +15,7 @@ -
+