Fix docUrl and pageUrl in the Footer & image path (#1514)

* Fix docUrl and pageUrl in the Footer

* Fix katex-comparison.gif path

* Fix typo in the url to `supported`
This commit is contained in:
ylemkimon
2018-07-30 02:40:10 +09:00
committed by Erik Demaine
parent edede0867d
commit cd80db5ded
2 changed files with 6 additions and 4 deletions

View File

@@ -163,7 +163,7 @@ body {
}
.main .comparison {
background-image: url(../../img/katex-comparison.gif);
background-image: url(../img/katex-comparison.gif);
background-position: 50% 50%;
background-size: cover;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);