You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/10/05 18:53:00 UTC

svn commit: r295036 - /maven/components/trunk/maven-site/src/site/resources/css/maven-theme.css

Author: jvanzyl
Date: Wed Oct  5 09:52:55 2005
New Revision: 295036

URL: http://svn.apache.org/viewcvs?rev=295036&view=rev
Log:
o use the jpg

Modified:
    maven/components/trunk/maven-site/src/site/resources/css/maven-theme.css

Modified: maven/components/trunk/maven-site/src/site/resources/css/maven-theme.css
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/resources/css/maven-theme.css?rev=295036&r1=295035&r2=295036&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/resources/css/maven-theme.css (original)
+++ maven/components/trunk/maven-site/src/site/resources/css/maven-theme.css Wed Oct  5 09:52:55 2005
@@ -53,7 +53,7 @@
 	background-color: #ccc;
 	font-weight: bold;
 	font-size: 14px;
-	background-image: url(../images/h3.gif);
+	background-image: url(../images/h3.jpg);
 	background-repeat: no-repeat;
 	background-position: left bottom;
 }
@@ -124,7 +124,7 @@
 	background-color: #ccc;
 	font-weight: bold;
 	font-size: 14px;
-	background-image: url(../images/h3.gif);
+	background-image: url(../images/h3.jpg);
 	background-repeat: no-repeat;
 	background-position: left bottom;
 }