Author: kpreisser Date: Tue Oct 1 16:35:39 2013 New Revision: 1528140 URL: http://svn.apache.org/r1528140 Log: Fix style for <h4> element in comments section.
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=1528140&r1=1528139&r2=1528140&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/images/docs-stylesheet.css (original) +++ tomcat/trunk/webapps/docs/images/docs-stylesheet.css Tue Oct 1 16:35:39 2013 @@ -284,4 +284,10 @@ ul.changelog img { .noPrint { display: none; } #middle > div > div#mainLeft { display: none; } a { color: inherit; text-decoration: none; } +} + +/* Fix for Comments section which contains a <h4> */ +#comments_thread h1, #comments_thread h2, #comments_thread h3, #comments_thread h4, #comments_thread h5, #comments_thread h6 { + border: none; + background-color: transparent; } \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org