Re-jig main landing page a bit.
git-svn-id: svn://10.0.0.236/trunk@214021 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -110,28 +110,6 @@ h6 { font-size: 90%; border: 0; }
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*
|
||||
#header ul a:link, #header ul a:visited {
|
||||
display: block;
|
||||
float: left;
|
||||
padding: 10px 15px;
|
||||
text-decoration: none;
|
||||
border-right: 1px solid #576178;
|
||||
border-left: 1px solid #1f2635;
|
||||
color: #dee0e5;
|
||||
height: 36px;
|
||||
voice-family: "\"}\"";
|
||||
voice-family: inherit;
|
||||
height: 16px;
|
||||
} #ignored {}
|
||||
|
||||
#header ul li a:hover {
|
||||
background: #475470;
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
*/
|
||||
|
||||
/* page title */
|
||||
|
||||
#page-title {
|
||||
@@ -188,6 +166,12 @@ h6 { font-size: 90%; border: 0; }
|
||||
margin-right: 4%;
|
||||
}
|
||||
|
||||
#home-rec-link img {
|
||||
border: none;
|
||||
float: right;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.front-recommended img {
|
||||
float: right;
|
||||
margin: 0 20px;
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{if $app eq "firefox"}
|
||||
<div id="mBody">
|
||||
|
||||
<a href="{$config.webpath}/{$app}/recommended/" id="home-rec-link"><img src="{$config.webpath}/images/rustico/addons/firefox-addons-puzzle-ico.png" width="50" height="50" alt="" /></a>
|
||||
|
||||
<p class="frontpage-intro">Add-ons extend Firefox, letting you personalize your browsing experience. They can make a tiny tweak, or bring a whole new range of features to your favorite browser. Take a look around and make Firefox your own.</p>
|
||||
|
||||
<p>We've got a list of some of our <a href="{$config.webpath}/{$app}/recommended/">favorite add-ons</a> to get you started, including the one featured below.</p>
|
||||
|
||||
<div class="addon-feature clearfix">
|
||||
<div class="corner-box">
|
||||
<h3>Featured Add-on: {$feature.name}</h3>
|
||||
@@ -13,12 +18,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="front-recommended corner-box">
|
||||
<h3>We Recommend…</h3>
|
||||
<img src="{$config.webpath}/images/rustico/addons/firefox-addons-puzzle-ico.png" width="50" height="50" alt="" />
|
||||
<p>See some of our favorite add-ons to get you started.</p>
|
||||
</div>
|
||||
|
||||
{include file="inc/search-box.tpl"}
|
||||
{else}
|
||||
<div class="split-feature">
|
||||
|
||||
Reference in New Issue
Block a user