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

Side by Side Diff: pages/requirements.tmpl

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 | « pages/opera.md ('k') | pages/safari.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 title=Adblock Plus system requirements 1 title=Adblock Plus system requirements
2 2
3 {%- macro browser_versions(browser_name, internal_name, versions) %} 3 {%- macro browser_versions(browser_name, internal_name, versions) %}
4 <h2 id="{{ internal_name }}">{{ browser_name }}</h2> 4 <h2 id="{{ internal_name }}">{{ browser_name }}</h2>
5 <ul> 5 <ul>
6 {%- set versions = versions or get_browser_versions(internal_name) %} 6 {%- set versions = versions or get_browser_versions(internal_name) %}
7 {%- if versions.previous %} 7 {%- if versions.previous %}
8 <li>{{ browser_name }} {{ versions.previous }}</li> 8 <li>{{ browser_name }} {{ versions.previous }}</li>
9 {%- endif %} 9 {%- endif %}
10 <li>{{ browser_name }} {{ versions.current }}</li> 10 <li>{{ browser_name }} {{ versions.current }}</li>
(...skipping 15 matching lines...) Expand all
26 26
27 {{ browser_versions("Opera", "opera") }} 27 {{ browser_versions("Opera", "opera") }}
28 28
29 <h2 id="safari">Safari</h2> 29 <h2 id="safari">Safari</h2>
30 <ul> 30 <ul>
31 <li>Safari 6</li> 31 <li>Safari 6</li>
32 <li>Safari 7</li> 32 <li>Safari 7</li>
33 <li>Safari 8</li> 33 <li>Safari 8</li>
34 <li>Safari 9</li> 34 <li>Safari 9</li>
35 <li>Safari 10</li> 35 <li>Safari 10</li>
36 <li>Safari 11</li>
37 </ul> 36 </ul>
38 37
39 <h2 id="internet-explorer">Internet Explorer</h2> 38 <h2 id="internet-explorer">Internet Explorer</h2>
40 <ul> 39 <ul>
41 <li>Internet Explorer 8</li> 40 <li>Internet Explorer 8</li>
42 <li>Internet Explorer 9</li> 41 <li>Internet Explorer 9</li>
43 <li>Internet Explorer 10</li> 42 <li>Internet Explorer 10</li>
44 <li>Internet Explorer 11</li> 43 <li>Internet Explorer 11</li>
45 </ul> 44 </ul>
46 45
47 {{ browser_versions("Yandex.Browser", "yandex") }} 46 {{ browser_versions("Yandex.Browser", "yandex") }}
48 47
49 {{ browser_versions("Firefox Mobile", "fennec", firefox_versions) }} 48 {{ browser_versions("Firefox Mobile", "fennec", firefox_versions) }}
49
50 {{ browser_versions("SeaMonkey", "seamonkey") }}
51
52 {{ browser_versions("Thunderbird", "thunderbird") }}
OLDNEW
« no previous file with comments | « pages/opera.md ('k') | pages/safari.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld