aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}
}