You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/03/22 05:47:25 UTC

svn commit: r158536 - maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css

Author: aheritier
Date: Mon Mar 21 20:47:25 2005
New Revision: 158536

URL: http://svn.apache.org/viewcvs?view=rev&rev=158536
Log:
<code> elements must have the same font size than other text elements

Modified:
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css?view=diff&r1=158535&r2=158536
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/css/maven-theme.css Mon Mar 21 20:47:25 2005
@@ -2,6 +2,9 @@
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 13px;
 }
+code{
+  font-size: 13px;
+}
 a {
   text-decoration: none;
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org