diff --git a/proposal/ant-site/anakia/xdocs/page.css b/proposal/ant-site/anakia/xdocs/page.css index 35125c036..8462a8635 100644 --- a/proposal/ant-site/anakia/xdocs/page.css +++ b/proposal/ant-site/anakia/xdocs/page.css @@ -19,6 +19,7 @@ table .title { background-color: #FFFFFF; width:100%; border: 0px; } .dida { font-size: 60%; } .pre { white-space: pre;} +.nowrap { white-space: nowrap;} .content { padding: 5px 5px 5px 10px; font : small; font-size : 90%; } .content .ForrestTable { width: 100%; background-color: #7099C5; color: #ffffff; font-size : 90%;} diff --git a/proposal/ant-site/anakia/xdocs/stylesheets/site.vsl b/proposal/ant-site/anakia/xdocs/stylesheets/site.vsl index fb0de2aba..bccb5a15a 100644 --- a/proposal/ant-site/anakia/xdocs/stylesheets/site.vsl +++ b/proposal/ant-site/anakia/xdocs/stylesheets/site.vsl @@ -67,6 +67,7 @@ ## This is where the common page macro's live #macro ( subsection $subsection) +
@@ -75,7 +76,6 @@
- #foreach ( $items in $subsection.getChildren() ) #if ($items.getName().equals("img")) #image ($items) @@ -90,10 +90,10 @@ #end #macro ( section $section) - +
+
$section.getAttributeValue("name")
- #foreach ( $items in $section.getChildren() ) #if ($items.getName().equals("img")) #image ($items) @@ -112,6 +112,7 @@ ## This is where the FAQ specific macro's live #macro (toc $section) +
@@ -320,7 +320,7 @@
@@ -141,6 +142,7 @@ #macro (faq $faq) #set ($id = $faq.getAttributeValue("id")) +
+
@@ -162,7 +164,6 @@ $xmlout.outputString($item) #end #end -
#end #macro (document) diff --git a/proposal/ant-site/anakia/xdocs/stylesheets/templates.vm b/proposal/ant-site/anakia/xdocs/stylesheets/templates.vm index a23e03054..a86f238c1 100644 --- a/proposal/ant-site/anakia/xdocs/stylesheets/templates.vm +++ b/proposal/ant-site/anakia/xdocs/stylesheets/templates.vm @@ -312,7 +312,7 @@ #macro (footer) -
- +