Skip to content

Commit d5dcaf5

Browse files
AdrianoCaheteMauricioFauth
authored andcommitted
Update favicons with preview v2
1 parent b5c31de commit d5dcaf5

File tree

8 files changed

+7
-1
lines changed

8 files changed

+7
-1
lines changed
15.2 KB
Loading

pmaweb/static/apple-icon-180x180.png

16.7 KB
Loading

pmaweb/static/css/mobile.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
border: none;
4646
position: relative;
4747
background-color: transparent;
48+
outline: 0;
4849
}
4950

5051
.menuHandle .nav-icon {
@@ -156,7 +157,7 @@
156157
.card-list {
157158
width: auto;
158159
}
159-
160+
160161
.copyright > span {
161162
display: none;
162163
}

pmaweb/static/favicon-16x16.png

1.22 KB
Loading

pmaweb/static/favicon-32x32.png

2.35 KB
Loading

pmaweb/static/favicon-96x96.png

8.02 KB
Loading

pmaweb/static/favicon.ico

-7.23 KB
Binary file not shown.

pmaweb/templates/base.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
<link rel="stylesheet" type="text/css" href="{% static 'bootstrap/css/modal.css' %}" />
2828
{% endcompress %}
2929
<link rel="stylesheet" media="screen and (max-width: 900px)" href="{% static 'css/mobile.css' %}" />
30+
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'apple-icon-180x180.png' %}">
31+
<link rel="icon" type="image/png" sizes="192x192" href="{% static 'android-icon-192x192.png' %}">
32+
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'favicon-32x32.png' %}">
33+
<link rel="icon" type="image/png" sizes="96x96" href="{% static 'favicon-96x96.png' %}">
34+
<link rel="icon" type="image/png" sizes="16x16" href="{% static 'favicon-16x16.png' %}">
3035
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon" />
3136
<link rel="icon" href="{% static 'favicon.ico' %}" type="image/x-icon" />
3237
{% if page_title %}

0 commit comments

Comments
 (0)