Fixed route to menu background image

stable
Jesús Espino 2014-06-03 16:13:38 +02:00
parent 007746e30b
commit 75e1087010
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.menu {
width: 90px;
background-image: url("/images/menu.png");
background-image: url("../images/menu.png");
background-attachment: fixed;
background-position: left bottom;
flex-wrap: wrap;