You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2007/06/21 00:01:50 UTC

svn commit: r549270 - in /incubator/wicket/common/site/style: logo_graduated.png wicket.css

Author: dashorst
Date: Wed Jun 20 15:01:49 2007
New Revision: 549270

URL: http://svn.apache.org/viewvc?view=rev&rev=549270
Log:
Graduation logo update

Added:
    incubator/wicket/common/site/style/logo_graduated.png   (with props)
Modified:
    incubator/wicket/common/site/style/wicket.css

Added: incubator/wicket/common/site/style/logo_graduated.png
URL: http://svn.apache.org/viewvc/incubator/wicket/common/site/style/logo_graduated.png?view=auto&rev=549270
==============================================================================
Binary file - no diff available.

Propchange: incubator/wicket/common/site/style/logo_graduated.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: incubator/wicket/common/site/style/wicket.css
URL: http://svn.apache.org/viewvc/incubator/wicket/common/site/style/wicket.css?view=diff&rev=549270&r1=549269&r2=549270
==============================================================================
--- incubator/wicket/common/site/style/wicket.css (original)
+++ incubator/wicket/common/site/style/wicket.css Wed Jun 20 15:01:49 2007
@@ -33,7 +33,7 @@
 }
 
 #header{
-	background:#e8590a url('logo.png');
+	background:#e8590a url('logo_graduated.png');
 	width:899px;
 	height:108px;
 }
@@ -136,7 +136,7 @@
 }
 
 #logo {
-	background: #ffffff url('logo.png') no-repeat left bottom;
+	background: #ffffff url('logo_graduated.png') no-repeat left bottom;
 	height : 108px;
 	width : 300px;
 	position : absolute;