datenspuren 2016 css: relative link to logo

This commit is contained in:
Astro 2016-06-24 00:24:17 +02:00
parent da4633429f
commit 530de85369
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ article dl dd a {
z-index: 3;
width: 800px;
height: 800px;
background-image: url(/2016/images/logo.png);
background-image: url(../images/logo.png);
background-position: -180px -230px;
background-repeat: no-repeat;
}