diff --git a/themes/brand.jquery.org/images/dark-grey-tile.png b/themes/brand.jquery.org/images/dark-grey-tile.png deleted file mode 100644 index da41e675..00000000 Binary files a/themes/brand.jquery.org/images/dark-grey-tile.png and /dev/null differ diff --git a/themes/jquery.org/images/dark-grey-tile.png b/themes/jquery.org/images/dark-grey-tile.png deleted file mode 100644 index f1c1ad3d..00000000 Binary files a/themes/jquery.org/images/dark-grey-tile.png and /dev/null differ diff --git a/themes/jquery.org/style.css b/themes/jquery.org/style.css index cc5dd792..844d86e2 100755 --- a/themes/jquery.org/style.css +++ b/themes/jquery.org/style.css @@ -655,7 +655,7 @@ nav#main ul { } .dark-callout-box { - background-image: url(images/dark-grey-tile.png); + background-image: url(../jquery/images/dark-grey-tile.png); border-bottom: 10px solid #c1c1c1; border-top: 10px solid #c1c1c1; text-align: center; diff --git a/themes/plugins.jquery.com/style.css b/themes/plugins.jquery.com/style.css index fe9b5445..f1fb096a 100755 --- a/themes/plugins.jquery.com/style.css +++ b/themes/plugins.jquery.com/style.css @@ -108,7 +108,7 @@ a { .github-activity .info-block .number { border-top-left-radius: 4px; border-top-right-radius: 4px; - background: black url('images/dark-grey-tile.png'); + background: black url(../jquery/images/dark-grey-tile.png); padding: 2px 10px; color: white; font: bold 3em/1em "klavika-web", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; @@ -234,7 +234,7 @@ a { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; padding: 12px 15px 5px; - background: url('images/dark-grey-tile.png'); + background: url(../jquery/images/dark-grey-tile.png); } .jquery-plugin .toolbox a.download { @@ -371,7 +371,7 @@ a { .jquery-plugin .versions table thead tr { border-radius: 8px 8px 0 0; - background: black url('images/dark-grey-tile.png'); + background: black url(../jquery/images/dark-grey-tile.png); } .jquery-plugin .versions table thead th.version-head {