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/13 00:08:29 UTC

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

Author: henning
Date: Tue Dec 12 15:08:28 2006
New Revision: 486402

URL: http://svn.apache.org/viewvc?view=rev&rev=486402
Log:
Make subsections better visible. Make sure that the xdoc -> xhtml
doxia bug (DOXIA-79) does not affect font sizes.


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=486402&r1=486401&r2=486402
==============================================================================
--- velocity/site/skin/pom.xml (original)
+++ velocity/site/skin/pom.xml Tue Dec 12 15:08:28 2006
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.velocity</groupId>
   <artifactId>apache-velocity-site-skin</artifactId>
-  <version>1.0.1</version>
+  <version>1.0.2</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=486402&r1=486401&r2=486402
==============================================================================
--- velocity/site/skin/src/main/resources/css/maven-theme.css (original)
+++ velocity/site/skin/src/main/resources/css/maven-theme.css Tue Dec 12 15:08:28 2006
@@ -63,11 +63,11 @@
 }
 h3 {
   padding: 4px 4px 4px 6px;
-  border: none;
-  background-color: #525D76;
-  color: white;
-  font-size: 13pt;
-  font-weight: normal;
+  border: solid 1px #525D76;
+  background-color: none;
+  color: #525D76;
+  font-size: 12pt;
+  font-weight: bold;
 }
 h4 {
   padding: 4px 4px 4px 6px;
@@ -82,9 +82,8 @@
   color: #900;
   font-size: normal;
 }
-p, table, ul, dl {
+p, table, ul, dl, div, span {
   line-height: 1.3em;
-  font-size: small;
 }
 #breadcrumbs {
   font-family: Arial, Verdana, Helvetica, sans-serif;