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: Move styling for cards on committee page to committee/index.html Created July 25, 2017, 1:33 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 | « includes/solutions/publishers.md ('k') | pages/solutions/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/committee/index.html
===================================================================
--- a/pages/committee/index.html
+++ b/pages/committee/index.html
@@ -1,36 +1,29 @@
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
+ .card .card-heading
{
font-size: 16px;
- height: 90px;
+ height: auto;
}
- @media (max-width: 1139px)
+ @media (min-width: 768px)
{
- .card h3
+ .card .card-heading
{
- height: auto;
- }
-
- .group-4 > .card
- {
- width: 100%;
+ height: 90px;
}
}
</style>
-<div class="container">
+<div class="container section">
<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>
+ <hr>
+ <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>
<? include blog/recent-aac ?>
« no previous file with comments | « includes/solutions/publishers.md ('k') | pages/solutions/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld