mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-13 06:58:40 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user