From 94e7bc87a1b052abc5f886a4ac02a76bcdfa5c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Franti=C5=A1ek=20Bu=C4=8D=C3=ADk?= Date: Wed, 1 Sep 2021 09:21:09 +0200 Subject: [PATCH] fix: fix bootstrap glyphicons mapping (#21) --- .../src/main/webapp/WEB-INF/tags/footer.tag | 3 +- .../img/glyphicons-halflings-white.png | Bin .../img/glyphicons-halflings.png | Bin .../{bootstrap2 => bootstrap}/js/bootstrap.js | 0 .../js/bootstrap.min.js | 0 .../webapp/resources/css/bootstrap.min.css | 2 +- .../webapp/resources/images/heart_mode@2x.png | Bin 1742 -> 0 bytes .../images/openid_connect_large@2x.png | Bin 52062 -> 0 bytes .../images/openid_connect_small@2x.png | Bin 4953 -> 0 bytes .../main/webapp/resources/js/lib/retina.js | 182 ------------------ 10 files changed, 2 insertions(+), 185 deletions(-) rename openid-connect-server-webapp/src/main/webapp/resources/{bootstrap2 => bootstrap}/img/glyphicons-halflings-white.png (100%) rename openid-connect-server-webapp/src/main/webapp/resources/{bootstrap2 => bootstrap}/img/glyphicons-halflings.png (100%) rename openid-connect-server-webapp/src/main/webapp/resources/{bootstrap2 => bootstrap}/js/bootstrap.js (100%) rename openid-connect-server-webapp/src/main/webapp/resources/{bootstrap2 => bootstrap}/js/bootstrap.min.js (100%) delete mode 100644 openid-connect-server-webapp/src/main/webapp/resources/images/heart_mode@2x.png delete mode 100644 openid-connect-server-webapp/src/main/webapp/resources/images/openid_connect_large@2x.png delete mode 100644 openid-connect-server-webapp/src/main/webapp/resources/images/openid_connect_small@2x.png delete mode 100644 openid-connect-server-webapp/src/main/webapp/resources/js/lib/retina.js diff --git a/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/footer.tag b/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/footer.tag index 2b95de6dc..83d0cb17c 100644 --- a/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/footer.tag +++ b/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/footer.tag @@ -15,14 +15,13 @@ - + -