Skip to content
Snippets Groups Projects
Commit f1274941 authored by Shachar Itzhaky's avatar Shachar Itzhaky
Browse files

[bugfix] FOUC countermeasures.

parent 7fa48fb7
Branches
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
<meta name="description" content="An Online IDE for the Coq Theorem Prover" />
<link rel="icon" href="../ui-images/favicon.png">
<style>body { visibility: hidden; } /* FOUC avoidance */</style>
<link rel="stylesheet" type="text/css" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../ui-css/landing-page.css">
<script src="../ui-js/jscoq-loader.js"></script>
......
......@@ -6,6 +6,7 @@
<meta name="description" content="An Online IDE for the Coq Theorem Prover" />
<link rel="icon" href="ui-images/favicon.png">
<style>body { visibility: hidden; } /* FOUC avoidance */</style>
<link rel="stylesheet" type="text/css" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="ui-css/landing-page.css">
......
......@@ -89,3 +89,6 @@ table.doc-actions th, table.doc-actions td {
table.doc-actions td {
padding-bottom: .25em;
}
/* FOUC avoidance */
body { visibility: visible; }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment