chrisw 2003/01/22 14:56:48
Modified: proposal/ant-site/anakia/xdocs/stylesheets site.vsl
templates.vm
proposal/ant-site/anakia/xdocs page.css
Log:
Fixed some minor design issues after Conor's great W3C HTML 4.01
certification action.
Revision Changes Path
1.10 +5 -4
jakarta-ant/proposal/ant-site/anakia/xdocs/stylesheets/site.vsl
Index: site.vsl
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/stylesheets/site.vsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- site.vsl 22 Jan 2003 13:56:23 -0000 1.9
+++ site.vsl 22 Jan 2003 22:56:48 -0000 1.10
@@ -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)
1.10 +2 -2
jakarta-ant/proposal/ant-site/anakia/xdocs/stylesheets/templates.vm
Index: templates.vm
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/stylesheets/templates.vm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- templates.vm 22 Jan 2003 12:50:48 -0000 1.9
+++ templates.vm 22 Jan 2003 22:56:48 -0000 1.10
@@ -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
©
1.2 +1 -0 jakarta-ant/proposal/ant-site/anakia/xdocs/page.css
Index: page.css
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/ant-site/anakia/xdocs/page.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- page.css 26 Dec 2002 08:52:59 -0000 1.1
+++ page.css 22 Jan 2003 22:56:48 -0000 1.2
@@ -19,6 +19,7 @@
.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%;}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>