Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 title=About | The Acceptable Ads Committee | 1 title=About | The Acceptable Ads Committee |
2 description=The Acceptable Ads Committee creates new and exceptional ad standard s that improve the user experience for ad-blocking users while, just as importan tly, delivering real value to content publishers and online advertisers | 2 description=The Acceptable Ads Committee creates new and exceptional ad standard s that improve the user experience for ad-blocking users while, just as importan tly, delivering real value to content publishers and online advertisers |
3 custom=1 | 3 custom=1 |
4 breadcrumb=Committee | 4 breadcrumb=Committee |
5 | 5 |
6 <style> | 6 <style> |
7 .card h3 | 7 .card h3 |
8 { | 8 { |
9 height: 90px; /* Using fixed height until #4961 is resolved. */ | 9 height: 90px; /* Using fixed height until #4961 is resolved. */ |
10 } | 10 } |
11 | 11 |
12 @media (max-width: 1139px) | 12 @media (max-width: 1139px) |
13 { | 13 { |
14 .card h3 | 14 .card h3 |
15 { | 15 { |
16 height: auto; | 16 height: auto; |
17 } | 17 } |
18 | 18 |
19 .group-4 > .card | 19 .group-4 > .card |
20 { | 20 { |
21 width: 100%; | 21 width: 100%; |
22 } | 22 } |
23 } | 23 } |
24 | |
25 .container p:last-child | |
juliandoucette
2017/06/26 10:31:21
Again, seems like there may / should be a containe
ire
2017/06/27 08:36:30
Done.
| |
26 { | |
27 margin-bottom: 32px; | |
28 } | |
29 | |
30 @media(min-width: 544px) | |
31 { | |
32 .container p:last-child | |
33 { | |
34 margin-bottom: 64px; | |
35 } | |
36 } | |
37 | |
38 @media(min-width: 768px) | |
39 { | |
40 .container p:last-child | |
41 { | |
42 margin-bottom: 96px; | |
43 } | |
44 } | |
45 </style> | 24 </style> |
46 | 25 |
47 <div class="container" markdown="1"> | 26 <div class="container" markdown="1"> |
48 # {{aac-heading[Page Heading] Acceptable Ads Committee}} | 27 # {{aac-heading[Page Heading] Acceptable Ads Committee}} |
49 | 28 |
50 --- | 29 --- |
juliandoucette
2017/06/26 10:31:21
Good catch.
ire
2017/06/27 08:36:30
Thanks :)
| |
51 | 30 |
31 <div class="section" markdown="1"> | |
52 {{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 indep endent committee made up of eleven stakeholders who represent three distinct coa litions: 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, resear cher / academia). This committee, aptly called the Acceptable Ads Committee, has full control over the Acceptable Ads initiative, including what’s deemed accept able by defining the [Acceptable Ads criteria](https://acceptableads.com/en/abou t/criteria).}} | 32 {{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 indep endent committee made up of eleven stakeholders who represent three distinct coa litions: 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, resear cher / academia). This committee, aptly called the Acceptable Ads Committee, has full control over the Acceptable Ads initiative, including what’s deemed accept able by defining the [Acceptable Ads criteria](https://acceptableads.com/en/abou t/criteria).}} |
53 | 33 |
54 {{aac-paragraph2[Acceptable Ads Committee Paragraph 2] The committee's goal is s imple: create new and exceptional ad standards that improve the user experience for ad-blocking users while, just as importantly, delivering real value to conte nt publishers and online advertisers.}} | 34 {{aac-paragraph2[Acceptable Ads Committee Paragraph 2] The committee's goal is s imple: create new and exceptional ad standards that improve the user experience for ad-blocking users while, just as importantly, delivering real value to conte nt publishers and online advertisers.}} |
55 </div> | 35 </div> |
56 | 36 |
37 </div> | |
38 | |
57 <? include blog/recent-aac ?> | 39 <? include blog/recent-aac ?> |
LEFT | RIGHT |