Skip to content

Commit 9bbe113

Browse files
committed
plugins.jquery.com: fix 404 for background image
1 parent 2afdc68 commit 9bbe113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/plugins.jquery.com/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ a {
108108
.github-activity .info-block .number {
109109
border-top-left-radius: 4px;
110110
border-top-right-radius: 4px;
111-
background: black url('images/dark-grey-tile.png');
111+
background: black url('/jquery-wp-content/themes/jquery/images/dark-grey-tile.png');
112112
padding: 2px 10px;
113113
color: white;
114114
font: bold 3em/1em "klavika-web", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

0 commit comments

Comments
 (0)