[Scummvm-cvs-logs] SF.net SVN: scummvm:[48370] web/trunk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Mar 23 13:50:30 CET 2010


Revision: 48370
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48370&view=rev
Author:   fingolfin
Date:     2010-03-23 12:50:30 +0000 (Tue, 23 Mar 2010)

Log Message:
-----------
WEB: Cleanup code for menu banners; insert some space between them

Modified Paths:
--------------
    web/trunk/css/layout.css
    web/trunk/templates/index.tpl

Modified: web/trunk/css/layout.css
===================================================================
--- web/trunk/css/layout.css	2010-03-23 12:49:31 UTC (rev 48369)
+++ web/trunk/css/layout.css	2010-03-23 12:50:30 UTC (rev 48370)
@@ -45,8 +45,9 @@
 	top: -8px;
 }
 
-#menu div a.float_left {
-	margin-bottom: 2px;
+#menu_banners a {
+	float: left;
+	margin-bottom: 3px;
 }
 
 #content {

Modified: web/trunk/templates/index.tpl
===================================================================
--- web/trunk/templates/index.tpl	2010-03-23 12:49:31 UTC (rev 48369)
+++ web/trunk/templates/index.tpl	2010-03-23 12:50:30 UTC (rev 48370)
@@ -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 *}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list