Showing
1 changed file
with
2 additions
and
2 deletions
@@ -282,12 +282,12 @@ html { | @@ -282,12 +282,12 @@ html { | ||
282 | } | 282 | } |
283 | 283 | ||
284 | .now-tip { | 284 | .now-tip { |
285 | - background: url("/home/family/now-tip.png"); | 285 | + background-image: resolve("home/family/now-tip.png"); |
286 | background-size: 100%; | 286 | background-size: 100%; |
287 | } | 287 | } |
288 | 288 | ||
289 | .mars-tip { | 289 | .mars-tip { |
290 | - background: url("/home/family/mars-tip.png"); | 290 | + background-image: resolve("home/family/mars-tip.png"); |
291 | background-size: 100%; | 291 | background-size: 100%; |
292 | } | 292 | } |
293 | } | 293 | } |
-
Please register or login to post a comment