Showing
6 changed files
with
2 additions
and
2 deletions
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
@@ -38,12 +38,12 @@ | @@ -38,12 +38,12 @@ | ||
38 | text-align: center; | 38 | text-align: center; |
39 | font-size: 22px; | 39 | font-size: 22px; |
40 | color: #fff; | 40 | color: #fff; |
41 | - background: resolve("../img/me/employ/rank.png") no-repeat; | 41 | + background: resolve("me/employ/rank.png") no-repeat; |
42 | background-position: center top; | 42 | background-position: center top; |
43 | background-size: auto 100%; | 43 | background-size: auto 100%; |
44 | 44 | ||
45 | &.top { | 45 | &.top { |
46 | - background: resolve("../img/me/employ/rank-t.png") no-repeat; | 46 | + background: resolve("me/employ/rank-t.png") no-repeat; |
47 | background-position: center top; | 47 | background-position: center top; |
48 | background-size: 100%; | 48 | background-size: 100%; |
49 | line-height: 54px; | 49 | line-height: 54px; |
-
Please register or login to post a comment