Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50923
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 26 Sep 2011 06:38:51 +0000 (06:38 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 26 Sep 2011 06:38:51 +0000 (06:38 +0000)
Use slightly different color for <code> tags

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1175690 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/tomcat-docs.xsl

index 7aefaad..a777072 100644 (file)
@@ -81,6 +81,9 @@
             .noPrint {display: none;}
             td#mainBody {width: 100%;}
         </style>
+        <style type="text/css">
+            code {color:rgb(0,64,64);}
+        </style>
     </head>
 
     <body bgcolor="{$body-bg}" text="{$body-fg}" link="{$body-link}"