From 193bd948d7e628f1b0544f9b7b0304cdd1067a4a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 20 Nov 2014 10:58:58 +0100 Subject: fix multiple bugs --- css/content.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css/content.css') diff --git a/css/content.css b/css/content.css index 718f0c729..0fdb088a7 100644 --- a/css/content.css +++ b/css/content.css @@ -79,9 +79,9 @@ } #app-content .finished-auto-paging #articles:after { - background-image: url('../img/rss.svg'); - background-size: 26px; - background-position: calc(50% - 13px) calc(50% - 13px); + background-image: url('../img/logo-icon.svg'); + background-size: 62px 34px; + background-position: calc(50% - 31px) calc(50% - 17px); } /** -- cgit v1.2.3