[project @ 2005-01-13 00:11:41 by tlsa]

TD and TH use vertical-align: inherit.  Update welcome page.

svn path=/import/netsurf/; revision=1443
This commit is contained in:
Michael Drake 2005-01-13 00:11:41 +00:00
parent 140a03e3d6
commit 49ef7f8d26
4 changed files with 8 additions and 15 deletions

View File

@ -67,9 +67,8 @@ es, die Standards HTML 4 und CSS auf der RISC OS Plattform zur Verf
</div>
<p class="footer">NetSurf is copyright 2003 - 2004 The NetSurf
<p class="footer">NetSurf is copyright 2003 - 2005 The NetSurf
Developers</p>
</body>
</html>
</html>

View File

@ -75,9 +75,8 @@ mailing list</a></dt>
</div>
<p class="footer">NetSurf is copyright 2003 - 2004 The NetSurf
<p class="footer">NetSurf is copyright 2003 - 2005 The NetSurf
Developers</p>
</body>
</html>
</html>

View File

@ -69,9 +69,8 @@ diffusion</dd>
</div>
<p class="footer">NetSurf tout droit réservé 2003 - 2004 Les
<p class="footer">NetSurf tout droit réservé 2003 - 2005 Les
développeurs de NetSurf</p>
</body>
</html>
</html>

View File

@ -79,8 +79,8 @@ colgroup { display: table-column-group; }
col { display: table-column; }
tr { display: table-row; vertical-align: middle; }
th { display: table-cell; font-weight: bold; vertical-align: middle; }
td { display: table-cell; text-align: left; vertical-align: middle; }
th { display: table-cell; font-weight: bold; vertical-align: inherit; }
td { display: table-cell; text-align: left; vertical-align: inherit; }
th[nowrap], td[nowrap] { white-space: nowrap; }
col[valign=top], colgroup[valign=top], tbody[valign=top], td[valign=top], tfoot[valign=top], th[valign=top], thead[valign=top], tr[valign=top] { vertical-align: top; }
@ -91,10 +91,6 @@ tr[align=left] > td, tr[align=left] > th { text-align: left; }
tr[align=center] > td, tr[align=center] > th { text-align: center; }
tr[align=right] > td, tr[align=right] > th { text-align: right; }
tr[valign=top] > td, tr[valign=top] > th { vertical-align: top; }
tr[valign=middle] > td, tr[valign=middle] > th { vertical-align: middle; }
tr[valign=bottom] > td, tr[valign=bottom] > th { vertical-align: bottom; }
a:link { color: #00f; text-decoration: underline; }
img { color: #888; }