aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sources/css/tyrian/less/footer.less')
-rw-r--r--sources/css/tyrian/less/footer.less10
1 files changed, 2 insertions, 8 deletions
diff --git a/sources/css/tyrian/less/footer.less b/sources/css/tyrian/less/footer.less
index 5499e44..8ec0ec9 100644
--- a/sources/css/tyrian/less/footer.less
+++ b/sources/css/tyrian/less/footer.less
@@ -6,7 +6,8 @@ footer {
padding-top: 0.5em;
padding-bottom: 1em;
.box-shadow(~"inset 0 -1px 5px 0 rgba(0,0,0,.1)");
- background-image: url('black-thing.png'), url('znurt.png');
+ background-image: url('black-thing.svg'), url('znurt.svg');
+ background-size: 150px, 100px;
background-position: right bottom, right top;
background-repeat: no-repeat;
font-size: 90%;
@@ -35,13 +36,6 @@ footer {
}
}
-@media all and (-webkit-min-device-pixel-ratio: 1.5) {
- footer {
- background-image: url('black-thing@2x.png'), url('znurt@2x.png');
- background-size: 140px 17px, 107px 79px;
- }
-}
-
footer .row {
margin-bottom: 1em;
}