Browse Source

Fixed some minor design issues after Conor's great W3C HTML 4.01 certification action.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273856 13f79535-47bb-0310-9956-ffa450edef68
master
Christoph Wilhelms 22 years ago
parent
commit
7284447212
3 changed files with 8 additions and 6 deletions
  1. +1
    -0
      proposal/ant-site/anakia/xdocs/page.css
  2. +5
    -4
      proposal/ant-site/anakia/xdocs/stylesheets/site.vsl
  3. +2
    -2
      proposal/ant-site/anakia/xdocs/stylesheets/templates.vm

+ 1
- 0
proposal/ant-site/anakia/xdocs/page.css View File

@@ -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%;}


+ 5
- 4
proposal/ant-site/anakia/xdocs/stylesheets/site.vsl View File

@@ -67,6 +67,7 @@
## This is where the common page macro's live

#macro ( subsection $subsection)
<br/>
<a name="$escape.getText($subsection.getAttributeValue("name"))"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$blue2">
@@ -75,7 +76,6 @@
</font>
</td></tr>
</table>

#foreach ( $items in $subsection.getChildren() )
#if ($items.getName().equals("img"))
#image ($items)
@@ -90,10 +90,10 @@
#end

#macro ( section $section)
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<br/>
<table class="nowrap" border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$blue3"><font color="$lightfg"><a name="$escape.getText($section.getAttributeValue("name"))"><strong>$section.getAttributeValue("name")</strong></a></font></td></tr>
</table>

#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)
<br/>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$blue2">
<font color="$lightfg" face="arial,helvetica,sanserif">
@@ -141,6 +142,7 @@

#macro (faq $faq)
#set ($id = $faq.getAttributeValue("id"))
<br/>
<a name="$id"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="$blue2">
@@ -162,7 +164,6 @@
$xmlout.outputString($item)
#end
#end
<br>
#end

#macro (document)


+ 2
- 2
proposal/ant-site/anakia/xdocs/stylesheets/templates.vm View File

@@ -312,7 +312,7 @@

#macro (footer)
</div>
</td><td width="10"><img width="10" height="1" alt="" src="images/spacer.gif"></td>
</td><td width="10"><img width="10" height="4" alt="" src="images/spacer.gif"></td>
</tr>
</table>
</td>
@@ -320,7 +320,7 @@
</table>
<table summary="footer" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td colspan="2" height="20" bgcolor="$blue2"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
<td colspan="2" height="1" bgcolor="$blue2"><img height="1" width="1" alt="" src="images/spacer.gif"><a href="images/label.gif"></a><a href="images/page.gif"></a><a href="images/chapter.gif"></a><a href="images/chapter_open.gif"></a><a href="images/current.gif"></a><a href="/favicon.ico"></a></td>
</tr>
<tr>
<td colspan="2" bgcolor="$blue1" class="copyright" align="center"><font size="2" face="Arial, Helvetica, Sans-Serif">Copyright &copy;


Loading…
Cancel
Save