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 2007/01/24 22:43:46 UTC

svn commit: r499581 - /velocity/site/tools/velocity-site-skin/src/main/resources/css/maven-theme.css

Author: henning
Date: Wed Jan 24 13:43:45 2007
New Revision: 499581

URL: http://svn.apache.org/viewvc?view=rev&rev=499581
Log:
minor css fixes, found by the css validator.


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

Modified: velocity/site/tools/velocity-site-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-skin/src/main/resources/css/maven-theme.css?view=diff&rev=499581&r1=499580&r2=499581
==============================================================================
--- velocity/site/tools/velocity-site-skin/src/main/resources/css/maven-theme.css (original)
+++ velocity/site/tools/velocity-site-skin/src/main/resources/css/maven-theme.css Wed Jan 24 13:43:45 2007
@@ -20,11 +20,11 @@
 body {
   background-color: white;
   padding: 0px 0px 10px 0px;
-  font-family: Times New Roman, Times, serif;
+  font-family: "Times New Roman", Times, serif;
   font-size: 12pt;
 }
 code, pre {
-  font-family: Courier New, Courier, monospace;
+  font-family: "Courier New", Courier, monospace;
   font-size: 10pt;
   line-height: normal;
 }
@@ -65,7 +65,7 @@
 h3 {
   padding: 4px 4px 4px 6px;
   border: solid 1px #525D76;
-  background-color: none;
+  background-color: white;
   color: #525D76;
   font-size: 12pt;
   font-weight: bold;
@@ -81,7 +81,7 @@
 h5 {
   padding: 4px 4px 4px 6px;
   color: #900;
-  font-size: normal;
+  font-size: medium;
 }
 p, table, ul, dl, div, span {
   line-height: 1.3em;
@@ -115,8 +115,8 @@
 }
 
 a.poweredBy {
-  padding: none;
-  margin: none;
+  padding: 0px;
+  margin: 0px;
 }
 
 #navcolumn {