Showing
2 changed files
with
5 additions
and
3 deletions
@@ -22,9 +22,9 @@ | @@ -22,9 +22,9 @@ | ||
22 | 22 | ||
23 | .dollar { | 23 | .dollar { |
24 | display: inline-block; | 24 | display: inline-block; |
25 | - width: 24px; | ||
26 | - height: 24px; | ||
27 | - background: url("/home/yoho-coin/dollar.png") center center; | 25 | + width: 22px; |
26 | + height: 22px; | ||
27 | + background: resolve("home/yoho-coin/dollar.png") no-repeat; | ||
28 | background-size: 100% 100%; | 28 | background-size: 100% 100%; |
29 | } | 29 | } |
30 | } | 30 | } |
-
Please register or login to post a comment