Add cache buster to logo

pull/934/head
Lukas Reschke 8 years ago
parent c5c71c668d
commit e5827798a1
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
  1. 4
      core/css/header.css

@ -68,7 +68,7 @@
}
#header .logo {
background-image: url('../img/logo-icon.svg');
background-image: url('../img/logo-icon.svg?v=1');
background-repeat: no-repeat;
background-size: 175px;
background-position: center;
@ -80,7 +80,7 @@
#header .logo-icon {
/* display logo so appname can be shown next to it */
display: inline-block;
background-image: url('../img/logo-icon.svg');
background-image: url('../img/logo-icon.svg?v=1');
background-repeat: no-repeat;
background-position: center center;
width: 62px;

Loading…
Cancel
Save