Showing
5 changed files
with
4 additions
and
4 deletions
No preview for this file type
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > | 2 | <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > |
3 | <svg xmlns="http://www.w3.org/2000/svg"> | 3 | <svg xmlns="http://www.w3.org/2000/svg"> |
4 | <metadata> | 4 | <metadata> |
5 | -Created by FontForge 20120731 at Fri Nov 4 10:22:25 2016 | 5 | +Created by FontForge 20120731 at Fri Nov 4 18:16:33 2016 |
6 | By admin | 6 | By admin |
7 | </metadata> | 7 | </metadata> |
8 | <defs> | 8 | <defs> |
No preview for this file type
No preview for this file type
@@ -866,7 +866,7 @@ | @@ -866,7 +866,7 @@ | ||
866 | height:20px; | 866 | height:20px; |
867 | width:90px; | 867 | width:90px; |
868 | cursor:pointer; | 868 | cursor:pointer; |
869 | - background: resolve(img/home/star.png) 0 -20px repeat-x; | 869 | + background: resolve(home/star.png) 0 -20px repeat-x; |
870 | 870 | ||
871 | .star-1, .star-2, .star-3, .star-4, .star-5{ | 871 | .star-1, .star-2, .star-3, .star-4, .star-5{ |
872 | position: absolute; | 872 | position: absolute; |
@@ -877,7 +877,7 @@ | @@ -877,7 +877,7 @@ | ||
877 | width: 18px; | 877 | width: 18px; |
878 | 878 | ||
879 | &.active { | 879 | &.active { |
880 | - background: resolve(img/home/star.png) repeat-x; | 880 | + background: resolve(home/star.png) repeat-x; |
881 | } | 881 | } |
882 | } | 882 | } |
883 | .star-2{ | 883 | .star-2{ |
@@ -895,7 +895,7 @@ | @@ -895,7 +895,7 @@ | ||
895 | 895 | ||
896 | &.editable > span{ | 896 | &.editable > span{ |
897 | &:hover{ | 897 | &:hover{ |
898 | - background: resolve(img/home/star.png) repeat-x; | 898 | + background: resolve(home/star.png) repeat-x; |
899 | } | 899 | } |
900 | } | 900 | } |
901 | } | 901 | } |
-
Please register or login to post a comment