Skip to content

Commit 7a3fcb2

Browse files
committed
Footer: Fix sponsor logo padding
1 parent dfa6399 commit 7a3fcb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/jquery/css/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2491,12 +2491,12 @@ footer p.copyright span.sponsor-line {
24912491

24922492
footer p.copyright a.do-link {
24932493
background: url(../images/logo-do.png) left top no-repeat;
2494-
padding-left: 17px;
2494+
padding: 2px 0 2px 17px;
24952495
}
24962496

24972497
footer p.copyright a.sp-link {
24982498
background: url(../images/logo-sp.png) left top no-repeat;
2499-
padding-left: 19px;
2499+
padding: 2px 0 2px 19px;
25002500
}
25012501

25022502
.footer-site-links li {

0 commit comments

Comments
 (0)