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

Delta Between Two Patch Sets: chrome/content/ui/firstRun.html

Issue 11039060: first run page redesign (Closed)
Left Patch Set: chinese version added Created Sept. 23, 2013, 1:43 p.m.
Right Patch Set: improve after wladimirs code review Created Oct. 4, 2013, 4:50 p.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <http://adblockplus.org/>, 3 - This file is part of Adblock Plus <http://adblockplus.org/>,
4 - Copyright (C) 2006-2013 Eyeo GmbH 4 - Copyright (C) 2006-2013 Eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 <li> 52 <li>
53 <div class="feature-social-image"></div> 53 <div class="feature-social-image"></div>
54 <h4 class="i18n_firstRun_feature_social"></h4> 54 <h4 class="i18n_firstRun_feature_social"></h4>
55 </li> 55 </li>
56 <li> 56 <li>
57 <div class="feature-tracking-image"></div> 57 <div class="feature-tracking-image"></div>
58 <h4 class="i18n_firstRun_feature_tracking"></h4> 58 <h4 class="i18n_firstRun_feature_tracking"></h4>
59 </li> 59 </li>
60 </ul> 60 </ul>
61 61
62 <div id="can-do-more-expanded" class="hide fade"> 62 <div id="can-do-more-expanded">
63 <ul id="features"> 63 <ul id="features">
64 <li id="feature-malware" class="feature"> 64 <li id="feature-malware" class="feature">
65 <div class="feature-image feature-malware-image"></div> 65 <div class="feature-image feature-malware-image"></div>
66 <div class="feature-description"> 66 <div class="feature-description">
67 <div class="feature-description-textblock"> 67 <div class="feature-description-textblock">
68 <h3 class="i18n_firstRun_feature_malware feature-title"></h3> 68 <h3 class="i18n_firstRun_feature_malware feature-title"></h3>
69 <span class="i18n_firstRun_feature_malware_description"></span> 69 <span class="i18n_firstRun_feature_malware_description"></span>
70 </div> 70 </div>
71 <div id="toggle-malware" class="toggle"> 71 <div id="toggle-malware" class="toggle">
72 <div class="i18n_firstRun_toggle_on toggle-on"></div> 72 <div class="i18n_firstRun_toggle_on toggle-on"></div>
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 <footer> 155 <footer>
156 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> 156 <a id="contributors" class="i18n_firstRun_contributor_credits"></a>
157 </footer> 157 </footer>
158 158
159 159
160 <div id="glass-pane"> 160 <div id="glass-pane">
161 <iframe id="share-popup" scrolling="no"></iframe> 161 <iframe id="share-popup" scrolling="no"></iframe>
162 </div> 162 </div>
163 </body> 163 </body>
164 </html> 164 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld