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

Unified Diff: pages/committee/index.html

Issue 29453600: Issue 4961 - Fix card group field alignment on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Rebase Created July 17, 2017, 1:41 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: pages/committee/index.html
===================================================================
--- a/pages/committee/index.html
+++ b/pages/committee/index.html
@@ -1,36 +1,14 @@
title=About | The Acceptable Ads Committee
description=The Acceptable Ads Committee creates new and exceptional ad standards that improve the user experience for ad-blocking users while, just as importantly, delivering real value to content publishers and online advertisers
custom=1
breadcrumb=Committee
-<style>
- .card h3
juliandoucette 2017/07/18 22:07:35 I suggest we keep the font-size change. I think th
ire 2017/07/20 17:43:24 Should I still add this change considering that th
juliandoucette 2017/07/24 16:02:39 Yes.
ire 2017/07/25 13:33:31 Done.
- {
- font-size: 16px;
- height: 90px;
- }
-
- @media (max-width: 1139px)
- {
- .card h3
- {
- height: auto;
- }
+<div class="container p-b-xl" markdown="1">
juliandoucette 2017/07/18 22:07:35 - markdown="1" doesn't work inside of .html files.
ire 2017/07/20 17:43:24 Noted. Done.
+# {{aac-heading[Page Heading] Acceptable Ads Committee}}
juliandoucette 2017/07/18 22:07:35 - missing space above heading - missing hr below h
ire 2017/07/20 17:43:24 Done.
- .group-4 > .card
- {
- width: 100%;
- }
- }
-</style>
+{{aac-paragraph1[Acceptable Ads Committee Paragraph 1] In <fix>2017</fix>, <fix>eyeo GmbH</fix> handed over control of the Acceptable Ads initiative to an independent committee made up of eleven stakeholders who represent three distinct coalitions: User Advocates Coalition (digital rights organization, ad-block user), For Profit Coalition (advertiser, advertising agency, ad-tech company, publisher / content creator) and the Expert Coalition (user agent, creative agent, researcher / academia). This committee, aptly called the Acceptable Ads Committee, has full control over the Acceptable Ads initiative, including what’s deemed acceptable by defining the [Acceptable Ads criteria](https://acceptableads.com/en/about/criteria).}}
-<div class="container">
- <h1>{{aac-heading[Page Heading] Acceptable Ads Committee}}</h1>
- <hr />
- <div class="section">
- <p>{{aac-paragraph1[Acceptable Ads Committee Paragraph 1] In <fix>2017</fix>, <fix>eyeo GmbH</fix> handed over control of the Acceptable Ads initiative to an independent committee made up of eleven stakeholders who represent three distinct coalitions: User Advocates Coalition (digital rights organization, ad-block user), For Profit Coalition (advertiser, advertising agency, ad-tech company, publisher / content creator) and the Expert Coalition (user agent, creative agent, researcher / academia). This committee, aptly called the Acceptable Ads Committee, has full control over the Acceptable Ads initiative, including what’s deemed acceptable by defining the Acceptable Ads criteria. }}</p>
- <p>{{aac-paragraph2[Acceptable Ads Committee Paragraph 2] The committee's goal is simple: create new and exceptional ad standards that improve the user experience for ad-blocking users while, just as importantly, delivering real value to content publishers and online advertisers. }}</p>
- </div>
+{{aac-paragraph2[Acceptable Ads Committee Paragraph 2] The committee's goal is simple: create new and exceptional ad standards that improve the user experience for ad-blocking users while, just as importantly, delivering real value to content publishers and online advertisers.}}
</div>
<? include blog/recent-aac ?>

Powered by Google App Engine
This is Rietveld