You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2012/12/15 23:21:37 UTC

svn commit: r1422389 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/tomcat-docs.xsl

Author: rjung
Date: Sat Dec 15 22:21:36 2012
New Revision: 1422389

URL: http://svn.apache.org/viewvc?rev=1422389&view=rev
Log:
Add a CSS style "notice".
Will be used for the docs comments feature.

Backport of r1417467 from trunk.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1417467

Modified: tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl?rev=1422389&r1=1422388&r2=1422389&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/tomcat-docs.xsl Sat Dec 15 22:21:36 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org