You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2006/12/12 23:16:27 UTC

svn commit: r486367 - in /velocity/site/skin: pom.xml src/main/resources/css/maven-theme.css

Author: henning
Date: Tue Dec 12 14:16:26 2006
New Revision: 486367

URL: http://svn.apache.org/viewvc?view=rev&rev=486367
Log:
Make the site look less ugly on the Mac...


Modified:
    velocity/site/skin/pom.xml
    velocity/site/skin/src/main/resources/css/maven-theme.css

Modified: velocity/site/skin/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/skin/pom.xml?view=diff&rev=486367&r1=486366&r2=486367
==============================================================================
--- velocity/site/skin/pom.xml (original)
+++ velocity/site/skin/pom.xml Tue Dec 12 14:16:26 2006
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.velocity</groupId>
   <artifactId>apache-velocity-site-skin</artifactId>
-  <version>1.0.0</version>
+  <version>1.0.1</version>
   <name>Apache Velocity Site Skin</name>
   <url>http://velocity.apache.org/</url>
   <description>A skin for the Apache Velocity Site</description>

Modified: velocity/site/skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/velocity/site/skin/src/main/resources/css/maven-theme.css?view=diff&rev=486367&r1=486366&r2=486367
==============================================================================
--- velocity/site/skin/src/main/resources/css/maven-theme.css (original)
+++ velocity/site/skin/src/main/resources/css/maven-theme.css Tue Dec 12 14:16:26 2006
@@ -20,7 +20,7 @@
 body {
   background-color: white;
   padding: 0px 0px 10px 0px;
-  font-family: Helvetica, Times, Times New Roman, serif;
+  font-family: Times, Times New Roman, serif;
   font-size: 12pt;
 }
 code{