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

Unified Diff: includes/solutions/publishers.md

Issue 29453600: Issue 4961 - Fix card group field alignment on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Restructure card markup and fixes Created June 13, 2017, 4:44 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
Index: includes/solutions/publishers.md
===================================================================
--- a/includes/solutions/publishers.md
+++ b/includes/solutions/publishers.md
@@ -1,21 +1,23 @@
<div class="card" markdown="1">
+<header class="card-heading" markdown="1">
![{{publishers-icon-alt[Publishers icon alt text] Publishers icon}}](/img/png/icon-publishers.png)
{: .card-icon }
## {{publishers-heading[Publishers heading] Publishers}}
+</header>
- <div class="card-summary" markdown="1">
-
+<div class="card-summary" markdown="1">
{{publishers-p1[Publishers paragraph 1] Monetize your adblocking audience}}
{{publishers-p2[Publishers paragraph 2] Learn how to serve Acceptable Ads and find more about getting your website whitelisted}}
+</div>
- </div>
-
+<footer class="card-footer" markdown="1">
[{{publishers-learn-more-button[Publishers learn more button] Learn more}}](/solutions/publishers){: .btn-outline-primary .m-t-md }
-[{{get-whitelisted-button[Get whitelisted button] Get whitelisted}}](/solutions/get-whitelisted?type=publishers){: .btn-primary }
+[{{get-whitelisted-button[Get whitelisted button] Get whitelisted}}](/solutions/get-whitelisted?type=publishers){: .btn-primary }
+</footer>
</div>

Powered by Google App Engine
This is Rietveld