Skip to content

Commit 9b9edd5

Browse files
committed
Footer: Update sponsor line
1 parent f521f94 commit 9b9edd5

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

themes/jquery/css/base.css

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2489,24 +2489,14 @@ footer p.copyright span.sponsor-line {
24892489
margin-top: 1em;
24902490
}
24912491

2492-
footer p.copyright a.mt-link {
2493-
background: url(../images/logo-mediatemple.png) left top no-repeat;
2494-
padding-left: 31px;
2492+
footer p.copyright a.do-link {
2493+
background: url(../images/logo-do.png) left top no-repeat;
2494+
padding-left: 17px;
24952495
}
24962496

2497-
footer p.copyright a.mc-link {
2498-
background: url(../images/logo-maxcdn.png) left top no-repeat;
2499-
padding-left: 24px;
2500-
padding-top: 2px;
2501-
padding-bottom: 2px;
2502-
}
2503-
2504-
footer p.copyright a.wp-link {
2505-
background: url(../images/logo-wordpress.png) left top no-repeat;
2497+
footer p.copyright a.sp-link {
2498+
background: url(../images/logo-sp.png) left top no-repeat;
25062499
padding-left: 19px;
2507-
padding-top: 1px;
2508-
display: inline-block;
2509-
height: 16px;
25102500
}
25112501

25122502
.footer-site-links li {

themes/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="nofollow" class="mt-link">Web hosting by Media Temple</a> | <a href="http://www.maxcdn.com" rel="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

themes/jquery/images/logo-do.png

327 Bytes
Loading

themes/jquery/images/logo-sp.png

354 Bytes
Loading

0 commit comments

Comments
 (0)