Skip to content

Commit b59a810

Browse files
committed
Omit ./ from image path in CSS
1 parent 35c1708 commit b59a810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/stylesheets/screen.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ abbr.timeago {
125125
}
126126

127127
a.src_link {
128-
background: url("./magnify.png") no-repeat left 50%;
128+
background: url("magnify.png") no-repeat left 50%;
129129
padding-left: 18px;
130130
}
131131

0 commit comments

Comments
 (0)