Skip to content

Commit 07a89f2

Browse files
committed
plugins.jquery.com: fix 404s for dark-grey-tile.png
1 parent 1b03efd commit 07a89f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

themes/jquery.org/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ nav#main ul {
655655
}
656656

657657
.dark-callout-box {
658-
background-image: url(images/dark-grey-tile.png);
658+
background-image: url(../jquery/images/dark-grey-tile.png);
659659
border-bottom: 10px solid #c1c1c1;
660660
border-top: 10px solid #c1c1c1;
661661
text-align: center;

themes/plugins.jquery.com/style.css

Lines changed: 3 additions & 3 deletions
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/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;
@@ -234,7 +234,7 @@ a {
234234
border-bottom-left-radius: 8px;
235235
border-bottom-right-radius: 8px;
236236
padding: 12px 15px 5px;
237-
background: url('images/dark-grey-tile.png');
237+
background: url(../jquery/images/dark-grey-tile.png);
238238
}
239239

240240
.jquery-plugin .toolbox a.download {
@@ -371,7 +371,7 @@ a {
371371

372372
.jquery-plugin .versions table thead tr {
373373
border-radius: 8px 8px 0 0;
374-
background: black url('images/dark-grey-tile.png');
374+
background: black url(../jquery/images/dark-grey-tile.png);
375375
}
376376

377377
.jquery-plugin .versions table thead th.version-head {

0 commit comments

Comments
 (0)