mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
change downarea paths to our repo #243
This commit is contained in:
parent
6de9f3dd39
commit
40bb3e6638
3 changed files with 2 additions and 4 deletions
|
@ -341,7 +341,6 @@ h1 .fe-bell, h1 .fe-no-bell {
|
||||||
.fe-audio {
|
.fe-audio {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
left: 0;
|
|
||||||
}
|
}
|
||||||
.fe-audio:before {
|
.fe-audio:before {
|
||||||
content: "\e9fc";
|
content: "\e9fc";
|
||||||
|
|
|
@ -340,7 +340,6 @@ h1 .fe-bell, h1 .fe-no-bell {
|
||||||
.fe-audio {
|
.fe-audio {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
left: 0;
|
|
||||||
}
|
}
|
||||||
.fe-audio:before {
|
.fe-audio:before {
|
||||||
content: "\e9fc";
|
content: "\e9fc";
|
||||||
|
|
|
@ -9,8 +9,8 @@ curl -o js/lightbox/baguetteBox.css -L https://github.com/feimosi/baguetteBox.js
|
||||||
curl -o js/lightbox/baguetteBox.js -L https://github.com/feimosi/baguetteBox.js/raw/dev/dist/baguetteBox.min.js
|
curl -o js/lightbox/baguetteBox.js -L https://github.com/feimosi/baguetteBox.js/raw/dev/dist/baguetteBox.min.js
|
||||||
|
|
||||||
# https://github.com/fatihege/downarea (MIT license)
|
# https://github.com/fatihege/downarea (MIT license)
|
||||||
curl -o js/markdown/downarea.css -L https://github.com/fatihege/downarea/raw/main/src/downarea.min.css
|
curl -o js/markdown/downarea.css -L https://codeberg.org/PieFed/downarea2/raw/branch/main/src/downarea.css
|
||||||
curl -o js/markdown/downarea.js -L https://github.com/fatihege/downarea/raw/main/src/downarea.min.js
|
curl -o js/markdown/downarea.js -L https://codeberg.org/PieFed/downarea2/raw/branch/main/src/downarea.js
|
||||||
|
|
||||||
# https://htmx.org/ (Zero-Clause BSD)
|
# https://htmx.org/ (Zero-Clause BSD)
|
||||||
curl -o js/htmx.min.js -L https://unpkg.com/htmx.org@2.0.0
|
curl -o js/htmx.min.js -L https://unpkg.com/htmx.org@2.0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue