You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pe...@apache.org on 2011/01/26 22:26:09 UTC

svn commit: r1063874 - in /wicket/trunk/wicket-examples/src/main/webapp: images/logo.png images/logo_graduated.png main_style.css

Author: pete
Date: Wed Jan 26 21:26:09 2011
New Revision: 1063874

URL: http://svn.apache.org/viewvc?rev=1063874&view=rev
Log:
WICKET-3346 Wicket examples still show a Graduated logo

Added:
    wicket/trunk/wicket-examples/src/main/webapp/images/logo.png   (with props)
Removed:
    wicket/trunk/wicket-examples/src/main/webapp/images/logo_graduated.png
Modified:
    wicket/trunk/wicket-examples/src/main/webapp/main_style.css

Added: wicket/trunk/wicket-examples/src/main/webapp/images/logo.png
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/webapp/images/logo.png?rev=1063874&view=auto
==============================================================================
Binary file - no diff available.

Propchange: wicket/trunk/wicket-examples/src/main/webapp/images/logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: wicket/trunk/wicket-examples/src/main/webapp/main_style.css
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/webapp/main_style.css?rev=1063874&r1=1063873&r2=1063874&view=diff
==============================================================================
--- wicket/trunk/wicket-examples/src/main/webapp/main_style.css (original)
+++ wicket/trunk/wicket-examples/src/main/webapp/main_style.css Wed Jan 26 21:26:09 2011
@@ -56,7 +56,7 @@ a:hover {
 }
 
 #header {
-	background: #E8590A url(images/logo_graduated.png) repeat scroll 0%;
+	background: #E8590A url(images/logo.png) repeat scroll 0%;
 	height: 108px;
 	width: 899px;
 }