Author: kpreisser
Date: Fri Sep 27 23:23:54 2013
New Revision: 1527124

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

Modified:
    tomcat/trunk/webapps/docs/images/docs-stylesheet.css

Modified: tomcat/trunk/webapps/docs/images/docs-stylesheet.css
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/images/docs-stylesheet.css?rev=1527124&r1=1527123&r2=1527124&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/images/docs-stylesheet.css (original)
+++ tomcat/trunk/webapps/docs/images/docs-stylesheet.css Fri Sep 27 23:23:54 
2013
@@ -204,7 +204,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 {



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

Reply via email to