Index: pages/committee/members.tmpl |
=================================================================== |
--- a/pages/committee/members.tmpl |
+++ b/pages/committee/members.tmpl |
@@ -5,17 +5,17 @@ |
{% block head %} |
<style> |
@media(min-width: 768px) |
{ |
#committee-structure |
{ |
padding-top: 25%; |
- margin: 0 auto; |
+ margin: 0px auto; |
max-width: 70%; |
} |
} |
.group-list h4 |
{ |
margin-top: 40px; |
padding: 8px 22px; |
@@ -24,31 +24,31 @@ |
.group-list dl |
{ |
margin: 22px; |
} |
.group-list dt |
{ |
- margin: 32px 0 26px 0; |
+ margin: 32px 0px 26px 0px; |
color: #424242; |
text-transform: none; |
} |
.group-list dd |
{ |
- margin: 0; |
+ margin: 0px; |
} |
.member-list |
{ |
display: block; |
width: 100%; |
- margin: 0; |
+ margin: 0px; |
overflow: auto; |
} |
.member-list li |
{ |
width: 100%; |
float: left; |
padding-left: 0px; |
@@ -76,36 +76,36 @@ |
{ |
display: none; |
} |
</style> |
{% endblock %} |
{% set coalitions = { |
"for-profit": { |
- "title": "FOR-PROFIT COALITION", |
+ "title": "For-Profit Coalition", |
"description": "This Coalition consists of stakeholders that can be classified as organizations primarily driven by generating profits. The following groups form the For-Profit Coalition: Advertisers, Ad-Tech Agencies, Advertising Agencies, and Publishers and Content Creators.", |
"groups": [ |
"Advertisers", |
"Ad Tech Agencies", |
"Advertising Agencies", |
"Publishers & Content Creators", |
], |
}, |
"expert": { |
- "title": "EXPERT COALITION", |
+ "title": "Expert Coalition", |
"description": "This Coalition consists of stakeholders who primarily focus on specific issues relevant to their area of expertise. These experts bring a unique and objective perspective to the AAC. The following groups form the Expert Coalition: Creative Agents, Researchers and Academics and User Agents.", |
"groups": [ |
"Creative Agents", |
"Researchers & Academics", |
"User Agents", |
], |
}, |
"user-advocate": { |
- "title": "USER ADVOCATE COALITION", |
+ "title": "User Advocate Coalition", |
"description": "This Coalition consists of stakeholders that can be classified as entities primarily driven by protecting the rights of online users. The following Member Groups form the User Advocate Coalition: Digital Rights Organizations and Individual Users.", |
"groups": [ |
"Digital Rights Organizations", |
"Users", |
], |
}, |
} %} |