[planet-web] [pgo] Improve some logo alignment issues



commit 2a0a406e4d95778630a55ec12819f3d5c55f2f48
Author: Alberto Ruiz <aruiz gnome org>
Date:   Wed Apr 6 16:52:33 2011 +0100

    [pgo] Improve some logo alignment issues

 themes/gnome/index-3.0.html.tmpl |   40 ++++++++++++++++++++-----------------
 1 files changed, 22 insertions(+), 18 deletions(-)
---
diff --git a/themes/gnome/index-3.0.html.tmpl b/themes/gnome/index-3.0.html.tmpl
index 324b307..062770d 100644
--- a/themes/gnome/index-3.0.html.tmpl
+++ b/themes/gnome/index-3.0.html.tmpl
@@ -34,16 +34,17 @@
 
 	#global_domain_bar a
 	{
-    -moz-border-radius: 5px 5px 5px 5px;
-    -webkit-border-radius: 5px;
-    background: url("http://planet.gnome.org/img/30/favicon.png";) no-repeat scroll 8px 7px #FFFFFF;
-    color: #555753;
-    float: right;
-    font-size: 12px;
-    margin-right: 30px;
-    padding: 4px 12px 2px 26px;
-    text-decoration: none;
-    line-height: 1.7em;
+		-moz-border-radius: 5px 5px 5px 5px;
+		-webkit-border-radius: 5px;
+		border-radius: 5px 5px 5px 5px;
+		background: url("http://planet.gnome.org/img/30/favicon.png";) no-repeat scroll 8px 7px #FFFFFF;
+		color: #555753;
+		float: right;
+		font-size: 12px;
+		margin-right: 30px;
+		padding: 4px 12px 2px 26px;
+		text-decoration: none;
+		line-height: 1.7em;
 	}
 	
 	#page
@@ -94,13 +95,13 @@
 	
 	#footer-art
 	{
-    margin-left: auto;
-    margin-right: auto;
-    clear: left;
-    height: 180px;
-    margin-top: 0;
-    width: 940px;
-    background-image: url("http://planet.gnome.org/img/30/default.png";);
+		margin-left: auto;
+		margin-right: auto;
+		clear: left;
+		height: 180px;
+		margin-top: 0;
+		width: 940px;
+		background-image: url("http://planet.gnome.org/img/30/default.png";);
 	}
 	
 	#planet-banner
@@ -121,12 +122,15 @@
 		font-weight: bold;
 		margin: 0;
 		padding 0;
+		padding-top: 14px;
 	}
 	
 	#planet-logo
 	{
 		vertical-align: middle;
 		padding-bottom: 25px;
+		margin-left:    26px;
+		padding-right:  50px;
 	}
 	
 	.post
@@ -253,7 +257,7 @@
 
 <div id="fineprint" class="section">
 <h3><img src="http://planet.gnome.org/img/30/gnome-logo.png"; alt="GNOME" title="GNOME"></h3>
-<p>Copyright © 2003-2009, <a href="http://www.gnome.org/";>The GNOME Project</a>.<br>
+<p>Copyright © 2003-2011, <a href="http://www.gnome.org/";>The GNOME Project</a>.<br>
 <a href="http://validator.w3.org/check/referer";>Optimised</a> for <a href="http://www.w3.org/";>standards</a>.<br>
 Hosted by <a href="http://www.redhat.com/";>Red Hat</a>.</p>
 <p id="ownership">Planet GNOME automatically reposts blog entries from the GNOME community. Entries on this page are owned by their authors. We do not edit, endorse or vouch for the contents of individual posts.</p>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]