Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 22e42bf

Browse files
committed
[fix] refs #262 update css rules
パスが間違っていたので修正した。
1 parent 5568368 commit 22e42bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scss/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ $SearchBoxWidth: 282px;
166166

167167
// rating star background image
168168
.StarCurrent {
169-
background: transparent url('../../gfx/whitegry_plus/interface/RatingStarGreen.gif') no-repeat;
169+
background: transparent url('../gfx/whitegry_plus/interface/RatingStarGreen.gif') no-repeat;
170170
}
171171

172172
// fix responsive style for global nav buttons

0 commit comments

Comments
 (0)