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

Delta Between Two Patch Sets: pages/about/index.html

Issue 29438582: Issue 5135 - Reduce font size and padding on smaller screens on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Left Patch Set: Handle responsive styling Created June 22, 2017, 3:27 p.m.
Right Patch Set: Fix alignment of hr under headings Created July 6, 2017, 10:25 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 title=What are Acceptable Ads? 1 title=What are Acceptable Ads?
2 description=Acceptable Ads are nonintrusive ad formats that are accepted by ad b locking users and allow content creators to monetize their content. 2 description=Acceptable Ads are nonintrusive ad formats that are accepted by ad b locking users and allow content creators to monetize their content.
3 custom=1 3 custom=1
4 4
5 <? include about/style ?>
6
7 <div class="container"> 5 <div class="container">
8 <h1>{{what-are-acceptable-ads-heading[What are Acceptable Ads heading] What ar e Acceptable Ads?}}</h1> 6 <h1>{{what-are-acceptable-ads-heading[What are Acceptable Ads heading] What ar e Acceptable Ads?}}</h1>
9 <hr> 7 <hr>
10 <div class="row"> 8 <div class="row section">
11 <div class="col-6 expand-on-tablet"> 9 <div class="col-6 expand-on-tablet">
12 <? include about/what-are-acceptable-ads ?> 10 <? include about/what-are-acceptable-ads ?>
13 </div> 11 </div>
14 </div> 12 </div>
15 </div> 13 </div>
16 14
17 <div class="bg-accent section"> 15 <div class="bg-accent section">
18 <div class="container center"> 16 <div class="container center">
19 <? include about/treating-people-with-respect ?> 17 <? include about/treating-people-with-respect ?>
20 </div> 18 </div>
21 </div> 19 </div>
22 20
23 <div class="container section"> 21 <div class="container section">
24 <h2>{{acceptable-ads-heading[Acceptable Ads... heading] Acceptable Ads...}}</h 2> 22 <h2>{{acceptable-ads-heading[Acceptable Ads... heading] Acceptable Ads...}}</h 2>
25 <div class="row"> 23 <div class="row">
26 <div class="col-6 push-6"> 24 <div class="col-6 push-6">
27 <img class="block" alt="{{acceptable-ads-image-alt(Acceptable Ads... image alt text) Acceptable Ads promotional image}}" src="/img/png/what-is-acceptablea ds.png" /> 25 <img class="block" alt="{{acceptable-ads-image-alt(Acceptable Ads... image alt text) Acceptable Ads promotional image}}" src="/img/png/what-is-acceptablea ds.png" />
28 </div> 26 </div>
29 <div class="col-6 pull-6"> 27 <div class="col-6 pull-6">
30 <? include about/acceptable-ads-are ?> 28 <? include about/acceptable-ads-are ?>
31 </div> 29 </div>
32 </div> 30 </div>
33 </div> 31 </div>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld