]> git.0d.be Git - panikdb.git/commitdiff
wiki: use local note image
authorFrédéric Péters <fpeters@0d.be>
Sat, 20 Jun 2020 11:05:46 +0000 (13:05 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 20 Jun 2020 11:05:46 +0000 (13:05 +0200)
panikdb/static/css/style.scss
panikdb/static/images/yelp-note-important.png [new file with mode: 0644]
panikdb/static/images/yelp-note-warning.png [new file with mode: 0644]
panikdb/static/images/yelp-note.png [new file with mode: 0644]

index 103452cd684e7061c553930d1dd70dbe790397de..4694a8a08cf79247b7281dd155cf65a2e4f59c18 100644 (file)
@@ -745,7 +745,7 @@ div.wiki-section {
                margin: 1em auto;
                width: 80%;
                border: 1px solid #babdb6;
-               background: #F3F3F0 url(https://doc.entrouvert.org/wcs/dev/yelp-note.png) no-repeat 1ex 1ex;
+               background: #F3F3F0 url(../images/yelp-note.png) no-repeat 1ex 1ex;
                padding: 1ex 1ex 1ex 7ex;
                p:first-child {
                        margin-top: 0;
diff --git a/panikdb/static/images/yelp-note-important.png b/panikdb/static/images/yelp-note-important.png
new file mode 100644 (file)
index 0000000..7575baf
Binary files /dev/null and b/panikdb/static/images/yelp-note-important.png differ
diff --git a/panikdb/static/images/yelp-note-warning.png b/panikdb/static/images/yelp-note-warning.png
new file mode 100644 (file)
index 0000000..d4a82ec
Binary files /dev/null and b/panikdb/static/images/yelp-note-warning.png differ
diff --git a/panikdb/static/images/yelp-note.png b/panikdb/static/images/yelp-note.png
new file mode 100644 (file)
index 0000000..6c9a9fe
Binary files /dev/null and b/panikdb/static/images/yelp-note.png differ