You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kp...@apache.org on 2013/09/28 01:22:49 UTC

svn commit: r1527123 - in /tomcat/site/trunk: docs/stylesheets/tomcat.css docs/svn.html xdocs/stylesheets/tomcat.css xdocs/svn.xml

Author: kpreisser
Date: Fri Sep 27 23:22:48 2013
New Revision: 1527123

URL: http://svn.apache.org/r1527123
Log:
Allow to specify "noHighlight" class on a parent element so that <code> child elements will not be highlighted.

Modified:
    tomcat/site/trunk/docs/stylesheets/tomcat.css
    tomcat/site/trunk/docs/svn.html
    tomcat/site/trunk/xdocs/stylesheets/tomcat.css
    tomcat/site/trunk/xdocs/svn.xml

Modified: tomcat/site/trunk/docs/stylesheets/tomcat.css
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/stylesheets/tomcat.css?rev=1527123&r1=1527122&r2=1527123&view=diff
==============================================================================
--- tomcat/site/trunk/docs/stylesheets/tomcat.css (original)
+++ tomcat/site/trunk/docs/stylesheets/tomcat.css Fri Sep 27 23:22:48 2013
@@ -203,7 +203,7 @@ code {
   background-color: rgb(224,255,255);
 }
 
-div.codeBox pre code, code.attributeName, code.propertyName, code.noHighlight {
+div.codeBox pre code, code.attributeName, code.propertyName, code.noHighlight, .noHighlight code {
   background-color: transparent;
 }
 div.codeBox {

Modified: tomcat/site/trunk/docs/svn.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/svn.html?rev=1527123&r1=1527122&r2=1527123&view=diff
==============================================================================
--- tomcat/site/trunk/docs/svn.html (original)
+++ tomcat/site/trunk/docs/svn.html Fri Sep 27 23:22:48 2013
@@ -253,7 +253,7 @@ http://svn.apache.org/repos/asf/tomcat</
 
 <p>The directories below this level are:</p>
 
-<table class="defaultTable">
+<table class="defaultTable noHighlight">
   
 <tr>
     

Modified: tomcat/site/trunk/xdocs/stylesheets/tomcat.css
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/stylesheets/tomcat.css?rev=1527123&r1=1527122&r2=1527123&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/stylesheets/tomcat.css (original)
+++ tomcat/site/trunk/xdocs/stylesheets/tomcat.css Fri Sep 27 23:22:48 2013
@@ -203,7 +203,7 @@ code {
   background-color: rgb(224,255,255);
 }
 
-div.codeBox pre code, code.attributeName, code.propertyName, code.noHighlight {
+div.codeBox pre code, code.attributeName, code.propertyName, code.noHighlight, .noHighlight code {
   background-color: transparent;
 }
 div.codeBox {

Modified: tomcat/site/trunk/xdocs/svn.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/svn.xml?rev=1527123&r1=1527122&r2=1527123&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/svn.xml (original)
+++ tomcat/site/trunk/xdocs/svn.xml Fri Sep 27 23:22:48 2013
@@ -34,7 +34,7 @@ http://svn.apache.org/repos/asf/tomcat</
 <a href="http://svn.apache.org/viewvc/tomcat/">web view of the repository</a>.</p>
 
 <p>The directories below this level are:</p>
-<table class="defaultTable">
+<table class="defaultTable noHighlight">
   <tr>
     <th>Directory</th><th>Contents</th>
   </tr>



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