aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2015-11-12 01:07:07 +0300
committerGravatar Vitaly Takmazov2015-11-12 01:07:07 +0300
commit509b88fba3b0cd08b0300e4123d5a06021b2834a (patch)
tree051f6c1a6d0a54116cfb3333575ab0e1fe4086e2 /src
parentf8356e51d21eb19216f6806720a113fd8baacb8f (diff)
fix @2x size
Diffstat (limited to 'src')
-rw-r--r--src/main/webapp/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/webapp/style.css b/src/main/webapp/style.css
index f980f14d..c327a8b7 100644
--- a/src/main/webapp/style.css
+++ b/src/main/webapp/style.css
@@ -24,6 +24,7 @@ background: url("//i.juick.com/logo.png") no-repeat; }
@media screen and (-webkit-min-device-pixel-ratio: 2) {
#logo a {
background: url("//i.juick.com/logo_2x.png") no-repeat;
+ background-size: cover;
}
}
nav#global { float: left; }