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/29 18:17:38 UTC

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

Author: henning
Date: Fri Dec 29 09:17:37 2006
New Revision: 491053

URL: http://svn.apache.org/viewvc?view=rev&rev=491053
Log:
Make monospaced text better readable.


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

Modified: velocity/site/apache-velocity-site-skin/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/apache-velocity-site-skin/pom.xml?view=diff&rev=491053&r1=491052&r2=491053
==============================================================================
--- velocity/site/apache-velocity-site-skin/pom.xml (original)
+++ velocity/site/apache-velocity-site-skin/pom.xml Fri Dec 29 09:17:37 2006
@@ -33,7 +33,7 @@
 
   <groupId>org.apache.velocity</groupId>
   <artifactId>apache-velocity-site-skin</artifactId>
-  <version>1.0.3</version>
+  <version>1.0.4</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/apache-velocity-site-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/velocity/site/apache-velocity-site-skin/src/main/resources/css/maven-theme.css?view=diff&rev=491053&r1=491052&r2=491053
==============================================================================
--- velocity/site/apache-velocity-site-skin/src/main/resources/css/maven-theme.css (original)
+++ velocity/site/apache-velocity-site-skin/src/main/resources/css/maven-theme.css Fri Dec 29 09:17:37 2006
@@ -20,12 +20,13 @@
 body {
   background-color: white;
   padding: 0px 0px 10px 0px;
-  font-family: Times, Times New Roman, serif;
+  font-family: Times New Roman, Times, serif;
   font-size: 12pt;
 }
-code{
-  font-family: Courier, monospace;
+code, pre {
+  font-family: Courier New, Courier, monospace;
   font-size: 10pt;
+  line-height: normal;
 }
 a {
   text-decoration: none;
@@ -85,6 +86,9 @@
 p, table, ul, dl, div, span {
   line-height: 1.3em;
 }
+tt {
+  font-family: Courier New, Courier, monospace;
+}
 #breadcrumbs {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   border: none;
@@ -143,6 +147,7 @@
 
 .source {
   border: 1px solid #999;
+  background-color: #f8fff8;
 }
 
 dt.question {

Modified: velocity/site/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/velocity/site/site/src/site/site.xml?view=diff&rev=491053&r1=491052&r2=491053
==============================================================================
--- velocity/site/site/src/site/site.xml (original)
+++ velocity/site/site/src/site/site.xml Fri Dec 29 09:17:37 2006
@@ -16,7 +16,7 @@
   <skin>
     <groupId>org.apache.velocity</groupId>
     <artifactId>apache-velocity-site-skin</artifactId>
-    <version>1.0.3</version>
+    <version>1.0.4</version>
   </skin>
 
   <body>