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

Unified Diff: firstRun.html

Issue 29329048: Issue 1292 - Optimized first-run page share section for smaller screens (Closed)
Patch Set: Created Dec. 3, 2015, 3:10 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 | skin/firstRun.css » ('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
@@ -43,11 +43,11 @@
<div id="content">
<section id="general">
- <div id="acceptable-ads-block">
+ <div id="acceptable-ads-block" class="block">
<h2 class="i18n_firstRun_acceptableAdsHeadline"></h2>
<p id="acceptable-ads-explanation" class="i18n_firstRun_acceptableAdsExplanation"></p>
</div>
- <div id="abb-promotion-block">
+ <div id="abb-promotion-block" class="block">
<h2 class="i18n_firstRun_abbPromotionHeadline"></h2>
<a href="https://adblockbrowser.org/?ref=frp">
<div>
@@ -65,12 +65,12 @@
<section id="share">
<h2 id="share-headline" class="i18n_firstRun_share_headline"></h2>
- <div id="donate-block">
+ <div class="block">
<a id="donate" class="i18n_firstRun_donate" target="_blank"></a>
<span id="donate-label" class="i18n_firstRun_donate_label"></span>
</div>
- <div id="share-block">
+ <div class="block">
<div id="share-general" class="share-buttons">
<a id="share-facebook" href="https://www.facebook.com/adblockplus" target="_blank" data-script="https://facebook.com/plugins/like.php?">
</a>
« no previous file with comments | « no previous file | skin/firstRun.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld