conor 2003/04/03 20:19:50
Modified: docs index.html page.css
xdocs/stylesheets templates.vm
Log:
KHTML does not right align table cells
Revision Changes Path
1.275 +1 -1 ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/ant/docs/index.html,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -w -u -r1.274 -r1.275
--- index.html 4 Apr 2003 03:58:09 -0000 1.274
+++ index.html 4 Apr 2003 04:19:49 -0000 1.275
@@ -22,7 +22,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left"><img border="0" alt="Apache Ant site"
src="./images/group-logo.gif"></td>
- <td><img alt="Apache Ant logo" border="0"
src="./images/project-logo.gif"></td>
+ <td align="center" width="100%"><img alt="Apache Ant logo"
border="0" src="./images/project-logo.gif"></td>
<td align="right">
<form target="_blank" onsubmit="q.value = query.value + '
site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0"
cellpadding="0" bgcolor="#4C6C8F">
1.9 +0 -1 ant/docs/page.css
Index: page.css
===================================================================
RCS file: /home/cvs/ant/docs/page.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -u -r1.8 -r1.9
--- page.css 4 Apr 2003 03:58:09 -0000 1.8
+++ page.css 4 Apr 2003 04:19:49 -0000 1.9
@@ -160,7 +160,6 @@
.logobar {
background-color: #294563;
- text-align: center;
padding-right: 10px;
margin: 0px;
}
1.24 +1 -1 ant/xdocs/stylesheets/templates.vm
Index: templates.vm
===================================================================
RCS file: /home/cvs/ant/xdocs/stylesheets/templates.vm,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -w -u -r1.23 -r1.24
--- templates.vm 4 Apr 2003 03:58:10 -0000 1.23
+++ templates.vm 4 Apr 2003 04:19:50 -0000 1.24
@@ -265,7 +265,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left"><img border="0" alt="Apache Ant site"
src="$relativePath/images/group-logo.gif"></td>
- <td><img alt="Apache Ant logo" border="0"
src="$relativePath/images/project-logo.gif"></td>
+ <td align="center" width="100%"><img alt="Apache Ant logo"
border="0" src="$relativePath/images/project-logo.gif"></td>
<td align="right">
<form target="_blank" onsubmit="q.value = query.value + '
site:ant.apache.org'" action="http://www.google.com/search" method="get">
<table summary="search" border="0" cellspacing="0"
cellpadding="0" bgcolor="$blue2">