Author: rjung Date: Wed Dec 5 15:07:34 2012 New Revision: 1417467 URL: http://svn.apache.org/viewvc?rev=1417467&view=rev Log: Add a CSS style "notice". Will be used for the docs comments feature.
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=1417467&r1=1417466&r2=1417467&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/tomcat-docs.xsl (original) +++ tomcat/trunk/webapps/docs/tomcat-docs.xsl Wed Dec 5 15:07:34 2012 @@ -96,6 +96,15 @@ .wrapped-source div { margin: 0 0 0 1.25em; } .wrapped-source p { margin: 0 0 0 1.25em; text-indent: -1.25em; } </style> + <style type="text/css"> + p.notice { + border: 1px solid rgb(255, 0, 0); + background-color: rgb(238, 238, 238); + color: rgb(0, 51, 102); + padding: 0.5em; + margin: 1em 2em 1em 1em; + } + </style> </head> <body bgcolor="{$body-bg}" text="{$body-fg}" link="{$body-link}" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org