Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jscoq-light
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Rousselin
jscoq-light
Commits
f1274941
Commit
f1274941
authored
3 years ago
by
Shachar Itzhaky
Browse files
Options
Downloads
Patches
Plain Diff
[bugfix] FOUC countermeasures.
parent
7fa48fb7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/inf-primes.html
+1
-0
1 addition, 0 deletions
examples/inf-primes.html
index.html
+1
-0
1 addition, 0 deletions
index.html
ui-css/landing-page.css
+4
-1
4 additions, 1 deletion
ui-css/landing-page.css
with
6 additions
and
1 deletion
examples/inf-primes.html
+
1
−
0
View file @
f1274941
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
index.html
+
1
−
0
View file @
f1274941
...
...
@@ -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"
>
...
...
This diff is collapsed.
Click to expand it.
ui-css/landing-page.css
+
4
−
1
View file @
f1274941
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment