From 699b595fb0ff62dfc3287ab58b649d030a528020 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 3 Sep 2016 12:37:43 +0530 Subject: [PATCH] Fix streched favicon The current favicon is vertically streched and violates branding guidelines. Reuse an existing, correct 32x32 PNG with transparency instead of .ICO file. This means that only IE version >= 11 are supported. Also use the modern format for specifying the favicon in HTML. --- CHANGELOG.md | 1 + LICENSES | 2 -- plinth/templates/base.html | 5 +++-- static/themes/default/img/favicon-32px.ico | Bin 3362 -> 0 bytes static/themes/default/img/favicon.ico | Bin 1070 -> 0 bytes 5 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 static/themes/default/img/favicon-32px.ico delete mode 100644 static/themes/default/img/favicon.ico diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e3a4984..58f090203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file. - monkeysphere: Handle new uid format of gpg2. - monkeysphere: Fixed handling of unavailable imported domains. - minetest: Fixed showing status block and diagnostics. +- Fix stretched favicon. ### Changed - dynamicdns, monkeysphere, transmission, upgrades: Use actions where diff --git a/LICENSES b/LICENSES index 2fc723b6a..357250a54 100644 --- a/LICENSES +++ b/LICENSES @@ -21,8 +21,6 @@ otherwise. - static/themes/default/img/apple-touch-icon-57px-precomposed.png :: - - static/themes/default/img/apple-touch-icon-72px-precomposed.png :: - - static/themes/default/img/apple-touch-icon.xcf :: - -- static/themes/default/img/favicon-32px.ico :: - -- static/themes/default/img/favicon.ico :: - - static/themes/default/img/freedombox-logo-200px.png :: - - static/themes/default/img/freedombox-logo-250px.png :: - - static/themes/default/img/freedombox-logo-32px.png :: - diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 8f12ee8e9..3363a9063 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -55,8 +55,9 @@ {% endblock %} - - + +