From f3cebbc50180e7462eaa870dba8e991d6c360980 Mon Sep 17 00:00:00 2001 From: Diego Valerio Camarda Date: Wed, 15 Apr 2015 00:39:45 +0200 Subject: [PATCH] retina fix --- src/main/webapp/resources/css/commons_2x.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/resources/css/commons_2x.css b/src/main/webapp/resources/css/commons_2x.css index 420da68..1bad799 100644 --- a/src/main/webapp/resources/css/commons_2x.css +++ b/src/main/webapp/resources/css/commons_2x.css @@ -8,7 +8,7 @@ div#logoBanner div#logo { background-image: url(../img/logo-header-lodview@2x.png); } - footer { + footer #linkBack { background-image: url(../img/logo-footer-lodview@2x.png); } div#directs .value>div:not (.value ), div#bnodes .valuecnt>div:not (.value ), div#inverses .value>div:not (.value ) { @@ -26,4 +26,4 @@ #widgets>div#images>a { background-image: url(../img/segnaposto-immagine@2x.png); } -} \ No newline at end of file +}