You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/08/03 13:55:33 UTC

svn commit: r227202 [3/3] - in /xmlgraphics/fop/trunk/src/documentation: content/xdocs/compliance.ihtml skinconf.xml

Modified: xmlgraphics/fop/trunk/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/documentation/skinconf.xml?rev=227202&r1=227201&r2=227202&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/skinconf.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/skinconf.xml Wed Aug  3 04:55:22 2005
@@ -100,8 +100,8 @@
   <!-- Some skins use this to form a 'breadcrumb trail' of links.
     Use location="alt" to move the trail to an alternate location
     (if the skin supports it).
-	  Omit the location attribute to display the trail in the default location.
-	  Use location="none" to not display the trail (if the skin supports it).
+          Omit the location attribute to display the trail in the default location.
+          Use location="none" to not display the trail (if the skin supports it).
     For some skins just set the attributes to blank.
   -->
   <trail location="alt">
@@ -153,8 +153,15 @@
     .yes         { background-color: #99FF99; }
     .no          { background-color: #FF9999; }
     .partial     { background-color: #FFFFCC; }
-    .category    { /*background-color: #CFDCED;*/
-                   font-size: 1.2em }
+    .ForrestTable td.basic      { text-align: center; }
+    .ForrestTable td.extended   { text-align: center; }
+    .ForrestTable td.complete   { text-align: center; }
+    .ForrestTable td.na         { text-align: center; }
+    .ForrestTable td.yes        { background-color: #99FF99; text-align: center; }
+    .ForrestTable td.no         { background-color: #FF9999; text-align: center; }
+    .ForrestTable td.partial    { background-color: #FFFFCC; text-align: center; }
+    .ForrestTable td.category   { /*background-color: #CFDCED;*/
+                                       font-size: 1.2em }
 
   </extra-css>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org