aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-01-05 20:53:43 +0100
committerAlex Legler <alex@a3li.li>2015-01-05 20:53:43 +0100
commit8d97b9a1547ec419bae48334a6c183448bf3fcb8 (patch)
tree051a193d19aede4c33d892da0580cf2139fb8036
parentClean up Grunt tasks (diff)
downloadtyrian-theme-8d97b9a1547ec419bae48334a6c183448bf3fcb8.tar.gz
tyrian-theme-8d97b9a1547ec419bae48334a6c183448bf3fcb8.tar.bz2
tyrian-theme-8d97b9a1547ec419bae48334a6c183448bf3fcb8.zip
Also adapt footer background paths
-rw-r--r--sources/css/tyrian/less/footer.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/css/tyrian/less/footer.less b/sources/css/tyrian/less/footer.less
index 6e43c2b..5a19ec0 100644
--- a/sources/css/tyrian/less/footer.less
+++ b/sources/css/tyrian/less/footer.less
@@ -3,14 +3,14 @@ footer {
padding-top: 1em;
padding-bottom: 1em;
.box-shadow(~"inset 0 -1px 15px 0 rgba(0,0,0,.15)");
- background-image: url("../img/black-thing.png"), url("../img/znurt.png");
+ background-image: url('black-thing.png'), url('img/znurt.png');
background-position: right bottom, right top;
background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
footer {
- background-image: url('../img/black-thing@2x.png'), url("../img/znurt@2x.png");
+ background-image: url('black-thing@2x.png'), url('znurt@2x.png');
background-size: 140px 17px, 107px 79px;
}
}