Fixed broken links, styles for front page.

This commit is contained in:
mike.morgan%oregonstate.edu 2006-03-29 01:07:45 +00:00
parent 623b3c62e6
commit 13e903a92a
3 changed files with 14 additions and 2 deletions

View File

@ -422,3 +422,14 @@
#show-search-options {
display: inline;
}
.finalists-link {
border: 1px solid #ccc;
display: block;
text-align: center;
font-size: 1.3em;
background-color: #eee;
margin: 1em 0 .5em 0;
padding: .5em;
text-decoration: none;
}

View File

@ -183,7 +183,7 @@ body {
}
.split-feature-one p {
line-height: 160%;
margin-left: 220px;
}
.feature-download h3 {

View File

@ -1,3 +1,4 @@
<div><a class="finalists-link" href="{$config.webpath}/winners.php">Extend Firefox Contest Winners Announced</a></div>
<div class="split-feature">
<div class="split-feature-one">
@ -9,7 +10,7 @@
</div>
<h2>Featured Extension</h2>
<h2><a href="{$config.webpath}/{$app}/{$feature.id}/">{$feature.name}</a></h2>
<p class="first">{$feature.body|nl2br} <a href="{$config.webpath}/{$app}/{$feature.id}/">Learn more...</a></p>
<p class="first">{$feature.body|nl2br} <a href="{$config.webpath}/{$app}/{$feature.id}/"><br/>Learn more...</a></p>
</div>
<a class="top-feature" href="{$config.webpath}/{$app}/recommended/"><img src="{$config.webpath}/images/feature-recommend.png" width="213" height="128" style="padding-left: 12px;" alt="We Recommend: See some of our favorite extensions to get you started."></a>