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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to