Browse Source

KHTML does not right align table cells

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274391 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
60e727e4e8
3 changed files with 2 additions and 3 deletions
  1. +1
    -1
      docs/index.html
  2. +0
    -1
      docs/page.css
  3. +1
    -1
      xdocs/stylesheets/templates.vm

+ 1
- 1
docs/index.html View File

@@ -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">


+ 0
- 1
docs/page.css View File

@@ -160,7 +160,6 @@ table .title { background-color: #FFFFFF; width:100%; border: 0px; }

.logobar {
background-color: #294563;
text-align: center;
padding-right: 10px;
margin: 0px;
}


+ 1
- 1
xdocs/stylesheets/templates.vm View File

@@ -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">


Loading…
Cancel
Save