You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/09/26 08:38:52 UTC

svn commit: r1175690 - /tomcat/trunk/webapps/docs/tomcat-docs.xsl

Author: kkolinko
Date: Mon Sep 26 06:38:51 2011
New Revision: 1175690

URL: http://svn.apache.org/viewvc?rev=1175690&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50923
Use slightly different color for <code> tags

Modified:
    tomcat/trunk/webapps/docs/tomcat-docs.xsl

Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/tomcat-docs.xsl?rev=1175690&r1=1175689&r2=1175690&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/tomcat-docs.xsl (original)
+++ tomcat/trunk/webapps/docs/tomcat-docs.xsl Mon Sep 26 06:38:51 2011
@@ -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}"



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