diff options
author | Pacien TRAN-GIRARD | 2014-03-15 22:35:53 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-03-15 22:35:53 +0100 |
commit | e5d50088a38732c1901263b4fb366dc5f51d4495 (patch) | |
tree | e8b1af3a2cec89d3909cad117ac5cf26faa2381d /website/index.html | |
parent | 0f38204f2fd8322d87d58d5644448e0eed4c54ce (diff) | |
download | esieequest-e5d50088a38732c1901263b4fb366dc5f51d4495.tar.gz |
Fix navbar CSS bug in Chrome
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
15 | <link rel="stylesheet" href="/assets/css/marketing.css"> | 15 | <link rel="stylesheet" href="/assets/css/marketing.css"> |
16 | <link rel="stylesheet" href="/assets/css/style.css"> | 16 | <link rel="stylesheet" href="/assets/css/style.css"> |
17 | </head> | 17 | </head> |
18 | <body> | 18 | <body style="display: none;"> |
19 | <div class="header"> | 19 | <div class="header"> |
20 | <div class="home-menu pure-menu pure-menu-open pure-menu-horizontal pure-menu-fixed"> | 20 | <div class="home-menu pure-menu pure-menu-open pure-menu-horizontal pure-menu-fixed"> |
21 | <a class="pure-menu-heading" href="#">ESIEEquest</a> | 21 | <a class="pure-menu-heading" href="#">ESIEEquest</a> |