summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap
diff options
context:
space:
mode:
authorAshus <github.com@ashus.net>2019-10-09 23:17:59 +0200
committerAshus <github.com@ashus.net>2019-10-09 23:26:45 +0200
commit39ae339051ac8ed9477ffd62f4068992120b7a1a (patch)
tree23f9d4150abcdc0da22131ad7eb26c13ac0977b2 /themes/luci-theme-bootstrap
parent6fb5fd3bdab64ba6d3a4db06358969ec4517c5fa (diff)
Replaced an old icon with a new one, format changed from ICO to PNG to make it even smaller.
- references #2251 Signed-off-by: Ashus <github.com@ashus.net>
Diffstat (limited to 'themes/luci-theme-bootstrap')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.icobin1150 -> 0 bytes
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.pngbin0 -> 733 bytes
-rw-r--r--themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm2
3 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.ico b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.ico
deleted file mode 100644
index 77a138ba0..000000000
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.png b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.png
new file mode 100644
index 000000000..d6eaa4bc4
--- /dev/null
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.png
Binary files differ
diff --git a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm
index 697c5c7bf..de1fd73f0 100644
--- a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm
+++ b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm
@@ -139,7 +139,7 @@
<meta name="viewport" content="initial-scale=1.0">
<link rel="stylesheet" href="<%=media%>/cascade.css">
<link rel="stylesheet" media="only screen and (max-device-width: 854px)" href="<%=media%>/mobile.css" type="text/css" />
- <link rel="shortcut icon" href="<%=media%>/favicon.ico">
+ <link rel="shortcut icon" href="<%=media%>/favicon.png">
<% if node and node.css then %>
<link rel="stylesheet" href="<%=resource%>/<%=node.css%>">
<% end -%>