diff options
author | Clay Leeds <clay@apache.org> | 2008-03-22 21:54:27 +0000 |
---|---|---|
committer | Clay Leeds <clay@apache.org> | 2008-03-22 21:54:27 +0000 |
commit | 486aaffb5c0357779f252775db5d6aa51ab020a9 (patch) | |
tree | f3e2ce8e9e3cc364c05b301a4003173893b0a99d | |
parent | bc8128695c25fdeb81f4e15aacc7247200a420d2 (diff) | |
download | xmlgraphics-fop-486aaffb5c0357779f252775db5d6aa51ab020a9.tar.gz xmlgraphics-fop-486aaffb5c0357779f252775db5d6aa51ab020a9.zip |
updates to Forrest web site (expand menu structure).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@640089 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | forrest.properties | 2 | ||||
-rw-r--r-- | src/documentation/skinconf.xml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/forrest.properties b/forrest.properties index 95260e665..add080783 100644 --- a/forrest.properties +++ b/forrest.properties @@ -56,7 +56,7 @@ project.skin=pelt #project.images-dir=${project.resources-dir}/images #project.schema-dir=${project.resources-dir}/schema #project.skins-dir=${project.content-dir}/skins -#project.skinconf=${project.content-dir}/skinconf.xml +project.skinconf=${project.content-dir}/skinconf.xml #project.lib-dir=${project.content-dir}/lib #project.classes-dir=${project.content-dir}/classes #project.translations-dir=${project.content-dir}/translations diff --git a/src/documentation/skinconf.xml b/src/documentation/skinconf.xml index 47c8d5e55..e87baab34 100644 --- a/src/documentation/skinconf.xml +++ b/src/documentation/skinconf.xml @@ -164,6 +164,7 @@ which will be used to configure the chosen Forrest skin. .ForrestTable td.partial { background-color: #FFFFCC; text-align: center; } .ForrestTable td.category { /*background-color: #CFDCED;*/ font-size: 1.2em } + .menuitemgroup{ display: block;} </extra-css> |