| OLD | NEW | 
|---|
| 1 <aside id="contact" class="section-accent"> | 1 <aside id="contact" class="section-accent"> | 
| 2   <div class="container tablet-width"> | 2   <div class="container"> | 
| 3 | 3 | 
| 4     <h2 class="h2 ta-center underlined"> | 4     <h2 class="h2 ta-center underlined"> | 
| 5       {{contact-heading[heading] Still looking for help?}} | 5       {{contact-heading[heading] Still looking for help?}} | 
| 6     </h2> | 6     </h2> | 
| 7 | 7 | 
| 8     <div class="row"> | 8     <div class="row"> | 
| 9       <section class="column one-half section"> | 9       <section class="column one-half section"> | 
| 10         <header class="underlined"> | 10         <header class="underlined"> | 
| 11           <h3 class="h4"> | 11           <h3 class="h4"> | 
| 12             {{contact-social[heading] Get in touch}} | 12             {{contact-social[heading] Get in touch}} | 
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 53             <a href="https://adblockplus.org/forum"> | 53             <a href="https://adblockplus.org/forum"> | 
| 54               {{contact-developer-support-link[link] Developer Support}} | 54               {{contact-developer-support-link[link] Developer Support}} | 
| 55             </a> | 55             </a> | 
| 56           </li> | 56           </li> | 
| 57         </ul> | 57         </ul> | 
| 58       </section> | 58       </section> | 
| 59     </div> | 59     </div> | 
| 60 | 60 | 
| 61   </div><!-- .container --> | 61   </div><!-- .container --> | 
| 62 </aside> | 62 </aside> | 
| OLD | NEW | 
|---|