Skip to content

Commit

Permalink
WEB: Cleanup code for menu banners; insert some space between them
Browse files Browse the repository at this point in the history
svn path=/web/trunk/; revision=48370
  • Loading branch information
fingolfin committed Mar 23, 2010
1 parent 61c8c9f commit ea0dd26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
5 changes: 3 additions & 2 deletions css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ body {
top: -8px;
}

#menu div a.float_left {
margin-bottom: 2px;
#menu_banners a {
float: left;
margin-bottom: 3px;
}

#content {
Expand Down
15 changes: 8 additions & 7 deletions templates/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,20 @@
{/foreach}
<div>
<img src="images/hangmonk.gif" alt="monkey" width="55" height="57" class="monkey float_right">
<a href="http://sourceforge.net/donate/index.php?group_id=37116" class="float_left">
</div>
<div id="menu_banners">
<a href="http://sourceforge.net/donate/index.php?group_id=37116">
<img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" alt="Support This Project">
</a>
</div>
<p>
<br>
<a href="http://combobreaker.com/">
<img src="images/scummvm_cb.png" alt="Buy ScummVM T-Shirt" width="88" height="32">
<img src="images/scummvm_cb.png" alt="Buy ScummVM T-Shirt" width="88" height="32" alt="Combobreaker.com T-Shirts">
</a>
<br/>
<br>
<a href="http://www.gog.com/en/frontpage/pp/22d200f8670dbdb3e253a90eee5098477c95c23d">
<img src="images/GOG_button_small.png" alt="Buy with GOG.com" width="88" height="32">
<img src="images/GOG_button_small.png" alt="Buy with GOG.com" width="88" height="32" alt="GOG.com games">
</a>
</p>
</div>
</div>

{* Content *}
Expand Down

0 comments on commit ea0dd26

Please sign in to comment.