Skip to content

Commit 0a80b0a

Browse files
committed
Merge pull request #42 from pespantelis/master
Fix the path of icons
2 parents e06ebd7 + 9ea8a7c commit 0a80b0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/assets/sass/content/_docs.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114

115115
.icon {
116116
content: '';
117-
background: url("../img/search_icon.png") center center no-repeat;
117+
background: url("/assets/img/search_icon.png") center center no-repeat;
118118
position: absolute;
119119
right: 12px;
120120
top: 9px;
@@ -127,7 +127,7 @@
127127

128128
#search-wrapper.not-empty {
129129
.icon {
130-
background: url("../img/cross_icon.png") center center no-repeat;
130+
background: url("/assets/img/cross_icon.png") center center no-repeat;
131131
cursor: pointer;
132132
}
133133

0 commit comments

Comments
 (0)