aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r--juick-www/src/main/static/style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css
index 858aa8bb..454389e7 100644
--- a/juick-www/src/main/static/style.css
+++ b/juick-www/src/main/static/style.css
@@ -73,11 +73,11 @@ body>header a {
white-space: nowrap;
overflow: hidden;
border: 0;
- background: url("//i.juick.com/logo.png") no-repeat;
+ background: url("logo.png") no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
#logo a {
- background: url("//i.juick.com/logo_2x.png") no-repeat;
+ background: url("logo@2x.png") no-repeat;
background-size: cover;
}
}
@@ -432,7 +432,7 @@ q {
display: inline-block;
width: 16px;
height: 16px;
- background: url(//static.juick.com/toolbar-icons.png) no-repeat;
+ background: url("toolbar-icons.png") no-repeat;
vertical-align: middle;
margin: 5px;
}
@@ -559,7 +559,7 @@ q {
display: inline-block;
width: 16px;
height: 16px;
- background: url(//static.juick.com/toolbar-icons.png) no-repeat;
+ background: url("toolbar-icons.png") no-repeat;
vertical-align: middle;
margin: 5px 0;
}
@@ -674,7 +674,7 @@ q {
display: block;
width: 32px;
height: 32px;
- background-image: url(//static.juick.com/sharesocial.png);
+ background-image: url("sharesocial.png");
}
.dialogtxt {
background: #EEEEE5;