You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/05/10 09:08:39 UTC

svn commit: r169427 - /gump/site/skin/screen.css

Author: bodewig
Date: Tue May 10 00:08:37 2005
New Revision: 169427

URL: http://svn.apache.org/viewcvs?rev=169427&view=rev
Log:
Make ApacheCon logo look at least acceptable

Modified:
    gump/site/skin/screen.css

Modified: gump/site/skin/screen.css
URL: http://svn.apache.org/viewcvs/gump/site/skin/screen.css?rev=169427&r1=169426&r2=169427&view=diff
==============================================================================
--- gump/site/skin/screen.css (original)
+++ gump/site/skin/screen.css Tue May 10 00:08:37 2005
@@ -74,7 +74,8 @@
 }
 
 #top .grouplogo {
-    padding: 7px 0 10px 10px;
+    background-color: white;
+    padding: 7px 10px 10px 10px;
     float: left;
     text-align: left;
 }
@@ -509,4 +510,4 @@
     display: block;
     height: 16px;
     width: 16px;
-}
\ No newline at end of file
+}