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

Unified Diff: firstRun.html

Issue 29326238: Issue 3031 - Add Adblock Browser section to First Run Page (Closed)
Patch Set: Reverted back to table-cell Created Sept. 16, 2015, 2:11 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | firstRun.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firstRun.html
===================================================================
--- a/firstRun.html
+++ b/firstRun.html
@@ -39,9 +39,23 @@
<section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning warning" hidden="true"></section>
<div id="content">
- <section id="acceptable-ads">
- <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2>
- <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation"></p>
+ <section id="general">
+ <div id="acceptable-ads-block">
+ <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2>
+ <p id="acceptable-ads-explanation" class="i18n_firstRun_acceptableAdsExplanation"></p>
+ </div>
+ <div id="abb-promotion-block">
+ <h2 class="i18n_firstRun_abbPromotionHeadline"></h2>
+ <a href="https://adblockbrowser.org/?ref=frp">
+ <div>
+ <img src="skin/abb-logo.png" alt="Adblock Browser logo" />
+ </div>
+ <div>
+ <div class="i18n_firstRun_abbButtonTitle title"></div>
+ <div class="i18n_firstRun_abbButtonSubtitle subtitle"></div>
+ </div>
+ </a>
+ </div>
</section>
« no previous file with comments | « no previous file | firstRun.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld