Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: includes/contact.html

Issue 29588588: Issue 5848 - Fix vertical alignment on .heading-icon images in help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Rebased Created Oct. 26, 2017, 10:29 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | static/scss/components/_aside-icon.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/contact.html
===================================================================
--- a/includes/contact.html
+++ b/includes/contact.html
@@ -12,34 +12,34 @@
{{contact-social[heading] Get in touch}}
</h3>
<p>
{{contact-social-description[paragraph] Drop us a line on Twitter or Facebook and get your question answered ASAP.}}
</p>
</header>
<ul class="horizontal-list">
<li>
- <a href="https://www.facebook.com/adblockplus">
- <img class="heading-icon" src="/img/png/logo-facebook.png" srcset="/img/svg/logo-facebook.svg 2x"
+ <a class="aside-icon-container" href="https://www.facebook.com/adblockplus">
+ <img src="/img/png/logo-facebook.png" srcset="/img/svg/logo-facebook.svg 2x"
alt="{{facebook-logo[Image alt text] Rounded blue square Facebook glyph}}">
- {{facebook[Brand name] Facebook}}
+ <span>{{facebook[Brand name] Facebook}}</span>
</a>
</li>
<li>
- <a href="https://twitter.com/AdblockPlus">
- <img class="heading-icon" src="/img/png/logo-twitter.png" srcset="/img/svg/logo-twitter.svg 2x"
+ <a class="aside-icon-container" href="https://twitter.com/AdblockPlus">
+ <img src="/img/png/logo-twitter.png" srcset="/img/svg/logo-twitter.svg 2x"
alt="{{ftwitter-logo[Image alt text] Blue Twitter glyph}}">
- {{twitter[Brand name] Twitter}}
+ <span>{{twitter[Brand name] Twitter}}</span>
</a>
</li>
<li>
- <a href="mailto:support@adblockplus.org">
- <img class="heading-icon" src="/img/png/email-icon.png" srcset="/img/svg/email-icon.svg 2x"
+ <a class="aside-icon-container" href="mailto:support@adblockplus.org">
+ <img src="/img/png/email-icon.png" srcset="/img/svg/email-icon.svg 2x"
alt="{{email-icon[Image alt text] Blue envelope}}">
- {{email[Link text] Email}}
+ <span>{{email[Link text] Email}}</span>
</a>
</li>
</ul>
</section>
<section class="column one-half section">
<header class="underlined">
<h3 class="h4">
{{contact-developer[heading] Looking for developer support?}}
« no previous file with comments | « no previous file | static/scss/components/_aside-icon.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld