New favicon for new tracker UI
- Legacy-Id: 1953
This commit is contained in:
parent
e4a64b993a
commit
7471e7ea7a
|
@ -48,9 +48,9 @@ IETF = {};
|
|||
IETF.user_groups = { {% for group in user.groups.all %}"{{group}}":true{% if not forloop.last %}, {%endif%}{%endfor%} };
|
||||
</script>
|
||||
{% ifnotequal server_mode "production" %}
|
||||
<link rel="icon" href="/images/ietf-dev-icon.bmp" />
|
||||
<link rel="icon" href="/images/ietfdt-icon-red.ico" />
|
||||
{% else %}
|
||||
<link rel="icon" href="/images/ietf-icon.bmp" />
|
||||
<link rel="icon" href="/images/ietfdt-icon.ico" />
|
||||
{% endifnotequal %}
|
||||
</head>
|
||||
<body class="yui-skin-sam" {% block bodyAttrs %}{%endblock%}>
|
||||
|
|
BIN
static/images/ietfdt-icon-red.ico
Normal file
BIN
static/images/ietfdt-icon-red.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
static/images/ietfdt-icon.ico
Normal file
BIN
static/images/ietfdt-icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
static/images/ietfdt-icon.xcf
Normal file
BIN
static/images/ietfdt-icon.xcf
Normal file
Binary file not shown.
Loading…
Reference in a new issue