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

Side by Side Diff: pages/features.html

Issue 29323119: Issue 2839 - adjust templates for middle size screens (Closed)
Patch Set: Created July 30, 2015, 4 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
OLDNEW
1 title=Adblock Plus Features 1 title=Adblock Plus Features
2 2
3 <head> 3 <head>
4 <link class="cssfx" href="/css/topics.css" rel="stylesheet"> 4 <link class="cssfx" href="/css/topics.css" rel="stylesheet">
5 <link class="cssfx" href="/css/topics-desktop.css" media="(min-width: 40.5em)" r el="stylesheet"> 5 <link class="cssfx" href="/css/topics-desktop.css" media="(min-width: 1000px)" r el="stylesheet">
6 <link href="/css/topics-mobile.css" media="screen and (max-width: 40.5em)" rel= "stylesheet"> 6 <link href="/css/topics-mobile.css" media="(max-width: 1000px)" rel="stylesheet" >
7 <link class="cssfx" href="/css/features.css" rel="stylesheet"> 7 <link class="cssfx" href="/css/features.css" rel="stylesheet">
8 <meta content="{{s1 Adblock Plus Features}}" name="title"> 8 <meta content="{{s1 Adblock Plus Features}}" name="title">
9 <meta content="{{s2 Adblock Plus can do more than just block ads; it can disable unwanted tracking, protect against malware and remove social media buttons.}}" name="description"> 9 <meta content="{{s2 Adblock Plus can do more than just block ads; it can disable unwanted tracking, protect against malware and remove social media buttons.}}" name="description">
10 <meta content="{{s1 Adblock Plus Features}}" property="og:title"> 10 <meta content="{{s1 Adblock Plus Features}}" property="og:title">
11 <meta content="{{s2 Adblock Plus can do more than just block ads; it can disable unwanted tracking, protect against malware and remove social media buttons.}}" property="og:description"> 11 <meta content="{{s2 Adblock Plus can do more than just block ads; it can disable unwanted tracking, protect against malware and remove social media buttons.}}" property="og:description">
12 </head> 12 </head>
13 13
14 <div id="toc"> 14 <div id="toc">
15 <a class="topic-small" href="#adblocking"> 15 <a class="topic-small" href="#adblocking">
16 <div class="feature-adblocking sprite"></div> 16 <div class="feature-adblocking sprite"></div>
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 <div class="feature-typo sprite"></div> 144 <div class="feature-typo sprite"></div>
145 <a name="typo"> 145 <a name="typo">
146 <h3>{{s10 Typo Protection}}</h3> 146 <h3>{{s10 Typo Protection}}</h3>
147 </a> 147 </a>
148 <div class="description"> 148 <div class="description">
149 {{s38 A feature of Adblock Plus for Firefox, typo protection <a href="/blo g/type-correction-feature-removed">was removed in Adblock Plus version 2.3</a>. If you miss this feature, you can get it back by 149 {{s38 A feature of Adblock Plus for Firefox, typo protection <a href="/blo g/type-correction-feature-removed">was removed in Adblock Plus version 2.3</a>. If you miss this feature, you can get it back by
150 installing our <a href="http://urlfixer.org">URL Fixer</a> extension.}} 150 installing our <a href="http://urlfixer.org">URL Fixer</a> extension.}}
151 </div> 151 </div>
152 </div> 152 </div>
153 </div> 153 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld