Skip to content

Commit d0c2370

Browse files
committed
jquery: Update sponsor line (commit 2016 live hack)
These two files were modified directly on the server on 21 Dec 2016, but never committed back to Git, leading to the git clone at `jquery-blogs:/var/www/blog.jquery.com/wp-content/themes/` being in a dirty state. This change effectively matches jquery/jquery-wp-content@9b9edd507b73.
1 parent ca74a2d commit d0c2370

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

jquery/css/base.css

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2518,22 +2518,16 @@ footer p.copyright span.sponsor-line {
25182518
margin-top: 1em;
25192519
}
25202520

2521-
footer p.copyright a.mt-link {
2522-
background: url(../images/logo-mediatemple.png) left top no-repeat;
2523-
padding-left: 31px;
2524-
}
2525-
2526-
footer p.copyright a.mc-link {
2527-
background: url(../images/logo-maxcdn.png) left top no-repeat;
2528-
padding-left: 24px;
2521+
footer p.copyright a.do-link {
2522+
background: url(../images/logo-do.png) left top no-repeat;
2523+
padding-left: 17px;
2524+
padding-bottom: 10px;
25292525
}
25302526

2531-
footer p.copyright a.wp-link {
2532-
background: url(../images/logo-wordpress.png) left top no-repeat;
2527+
footer p.copyright a.sp-link {
2528+
background: url(../images/logo-sp.png) left top no-repeat;
25332529
padding-left: 19px;
2534-
padding-top: 1px;
2535-
display: inline-block;
2536-
height: 16px;
2530+
padding-bottom: 10px;
25372531
}
25382532

25392533
.footer-site-links li {

jquery/footer-bottom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<p class="copyright">
5353
Copyright <?php echo date('Y'); ?> <a href="https://jquery.org/team/">The jQuery Foundation</a>.
5454
<a href="https://jquery.org/license/">jQuery License</a>
55-
<span class="sponsor-line"><a href="http://mediatemple.net" rel="noindex,nofollow" class="mt-link">Web hosting by Media Temple</a> | <a href="http://www.maxcdn.com" rel="noindex,nofollow" class="mc-link">CDN by MaxCDN</a> | <a href="http://wordpress.org/" class="wp-link">Powered by WordPress</a> | Thanks: <a href="https://jquery.org/members/">Members</a>, <a href="https://jquery.org/sponsors/">Sponsors</a></span>
55+
<span class="sponsor-line"><a href="http://digitalocean.com" rel="nofollow" class="do-link">Web hosting by Digital Ocean</a> | <a href="http://www.stackpath.com" rel="nofollow" class="sp-link">CDN by StackPath</a></span>
5656
</p>
5757
</div>
5858

jquery/images/logo-do.png

327 Bytes
Loading

jquery/images/logo-sp.png

228 Bytes
Loading

0 commit comments

Comments
 (0)