diff options
author | Vitaly Takmazov | 2016-09-05 01:03:36 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-09-05 01:03:36 +0300 |
commit | 7523a0a69ebe45afc98394f52ce14ac530ca9b18 (patch) | |
tree | 9c2b9709193404f4083feacdf2090945aab271bb /juick-www/src/main/static/style.css | |
parent | 6ff862fc0a5dfd418dbe171afb79ef9d7f2dd4ba (diff) |
add other icons
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r-- | juick-www/src/main/static/style.css | 10 |
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; |