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:23:14 UTC

svn commit: r1063872 - in /wicket/branches/wicket-1.4.x/wicket-examples/src/main/webapp: images/logo.png images/logo_graduated.png main_style.css

Author: pete
Date: Wed Jan 26 21:23:13 2011
New Revision: 1063872

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

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

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

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

Modified: wicket/branches/wicket-1.4.x/wicket-examples/src/main/webapp/main_style.css
URL: http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket-examples/src/main/webapp/main_style.css?rev=1063872&r1=1063871&r2=1063872&view=diff
==============================================================================
--- wicket/branches/wicket-1.4.x/wicket-examples/src/main/webapp/main_style.css (original)
+++ wicket/branches/wicket-1.4.x/wicket-examples/src/main/webapp/main_style.css Wed Jan 26 21:23:13 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;
 }