From 163e6770038ff8824cf16307498f9d78eca9e757 Mon Sep 17 00:00:00 2001 From: Ucrash <35695734+GDUcrash@users.noreply.github.com> Date: Thu, 17 Oct 2019 16:39:26 +0300 Subject: [PATCH] Fix icons on the API documentation page again --- assets/api.css | 2 +- assets/showmore-ic.svg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 assets/showmore-ic.svg diff --git a/assets/api.css b/assets/api.css index 2c74534..c1cf19a 100644 --- a/assets/api.css +++ b/assets/api.css @@ -92,7 +92,7 @@ quote{ width: 25px; height: 25px; margin-bottom: -8px; - background-image: url('media/showmore-ic.svg'); + background-image: url('showmore-ic.svg'); background-size: cover; transition: transform 0.25s ease; } diff --git a/assets/showmore-ic.svg b/assets/showmore-ic.svg new file mode 100644 index 0000000..3da4230 --- /dev/null +++ b/assets/showmore-ic.svg @@ -0,0 +1 @@ + \ No newline at end of file