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

Side by Side Diff: includes/features.html

Issue 29722659: Fixes #36 - Adjusted heading font-sizes and line-heights (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created March 14, 2018, 1:33 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « includes/cross-promotion.tmpl ('k') | includes/footer.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <div class="container text-center content">
2 <div class="row item-group">
3 <div class="column one-third item">
4 <img
5 height="90px"
6 width="90px"
7 src="/img/feature-fast.png"
8 srcset="/img/feature-fast.svg 2x"
9 alt="{{ feature-faster-alt[alt text] Rocket }}">
10 <h2 class="item-heading">{{ feature-faster-heading[heading] Faster, More E njoyable Browsing }}</h2>
11 <p class="item-body">{{ feature-faster-body Block ads that interrupt your browsing experience. Say goodbye to video ads, pop-ups, flashing banners and mor e. Blocking these annoyances means pages load faster. }}</p>
12 </div>
13 <div class="column one-third item">
14 <img
15 height="90px"
16 width="90px"
17 src="/img/feature-safe.png"
18 srcset="/img/feature-safe.svg 2x"
19 alt="{{ feature-safe-alt[alt text] Padlock }}">
20 <h2 class="item-heading">{{ feature-safe-heading[heading] Keep Your Data A nd Devices Safe }}</h2>
21 <p class="item-body">{{ feature-safe-body With Adblock Plus avoiding track ing and malware is easy. Blocking intrusive ads reduces the risk of "malvertizin g" infections. Blocking tracking stops companies following your online activity. }}</p>
22 </div>
23 <div class="column one-third item">
24 <img
25 height="90px"
26 width="90px"
27 src="/img/feature-aa.png"
28 srcset="/img/feature-aa.svg 2x"
29 alt="{{ feature-aa-alt[alt text] Checkmark in an octagon }}">
30 <h2 class="item-heading">{{ feature-aa-heading[heading] Not All Ads Are Ba d }}</h2>
31 <p class="item-body">{{ feature-aa-body Websites need money to stay free. Support them by allowing Acceptable Ads (enabled by default). Want to hide all a ds? No problem. <a href="acceptable-ads#optout">Learn how</a> }}</p>
32 </div>
33 </div>
34 </div>
OLDNEW
« no previous file with comments | « includes/cross-promotion.tmpl ('k') | includes/footer.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld