From feb3d32e9e33041e31d359a93547051dc37c4c6d Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 3 Aug 2005 11:55:22 +0000 Subject: [PATCH] Update to Forrest 0.7. Preparations for second column for trunk on the compilance page. Submitted by: Manuel Mall git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@227202 13f79535-47bb-0310-9956-ffa450edef68 --- .../content/xdocs/compliance.ihtml | 3910 +++++++++-------- src/documentation/skinconf.xml | 15 +- 2 files changed, 1969 insertions(+), 1956 deletions(-) diff --git a/src/documentation/content/xdocs/compliance.ihtml b/src/documentation/content/xdocs/compliance.ihtml index 44cbff542..5df8dec00 100644 --- a/src/documentation/content/xdocs/compliance.ihtml +++ b/src/documentation/content/xdocs/compliance.ihtml @@ -1,7 +1,7 @@ @@ -153,8 +153,15 @@ which will be used to configure the chosen Forrest skin. .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 } -- 2.39.5