Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Williams <yoshu@sugarlabs.org>2009-10-29 23:17:54 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-02-26 09:39:48 (GMT)
commitc5f33c890df3f9d0aea45b1c20ce1c3b5b199d82 (patch)
treeb31f24f59a101de036c9a0620e7ad7888ab59ad5
parentf0d847846e9673fddc8e28ecb53b9e70a39abe40 (diff)
added markup to credits.thtml and styles for credit page in min.css
-rw-r--r--site/app/views/pages/credits.thtml4
-rw-r--r--site/app/webroot/css/amo2009/main.css4
2 files changed, 6 insertions, 2 deletions
diff --git a/site/app/views/pages/credits.thtml b/site/app/views/pages/credits.thtml
index eee7067..de27ac7 100644
--- a/site/app/views/pages/credits.thtml
+++ b/site/app/views/pages/credits.thtml
@@ -96,8 +96,8 @@ ksort($other_contributors);
<div class="primary prose" role="main">
<?=$this->renderElement('amo2009/search')?>
-<?=___('Mozilla would like to thank the following people for their contributions to the addons.mozilla.org project over the years:')?>
-<br/><br/>
+<div class="sugar-cred"><p><?=___('Mozilla would like to thank the following people for their contributions to the addons.mozilla.org project over the years:')?></p>
+</div>
<div class="corner-box">
<?php
echo '<h4>'.___('Developers').'</h4>';
diff --git a/site/app/webroot/css/amo2009/main.css b/site/app/webroot/css/amo2009/main.css
index eb9e310..30d0717 100644
--- a/site/app/webroot/css/amo2009/main.css
+++ b/site/app/webroot/css/amo2009/main.css
@@ -2805,3 +2805,7 @@ button,input[type=submit],input[type=button] {
margin:0.3em 0;
vertical-align:middle;
}
+
+.primary .sugar-cred {
+ margin:2em 0 0;
+ } \ No newline at end of file