summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2005-01-13 00:11:41 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2005-01-13 00:11:41 +0000
commit49ef7f8d2664eb6a64623a87a2c89c55a22f430a (patch)
tree50060acdff53389622d1fc95e50399e8463417bb /!NetSurf
parent140a03e3d668bbc204c03cc0f750ec7518df984c (diff)
downloadnetsurf-49ef7f8d2664eb6a64623a87a2c89c55a22f430a.tar.gz
netsurf-49ef7f8d2664eb6a64623a87a2c89c55a22f430a.tar.bz2
[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
Diffstat (limited to '!NetSurf')
-rwxr-xr-x!NetSurf/Docs/intro_de,faf5
-rw-r--r--!NetSurf/Docs/intro_en,faf5
-rw-r--r--!NetSurf/Docs/intro_fr,faf5
-rw-r--r--!NetSurf/Resources/CSS,f798
4 files changed, 8 insertions, 15 deletions
diff --git a/!NetSurf/Docs/intro_de,faf b/!NetSurf/Docs/intro_de,faf
index 0c17343ff..c98b6907c 100755
--- a/!NetSurf/Docs/intro_de,faf
+++ b/!NetSurf/Docs/intro_de,faf
@@ -67,9 +67,8 @@ es, die Standards HTML&nbsp;4 und CSS auf der RISC OS Plattform zur Verfügung zu
</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> \ No newline at end of file
diff --git a/!NetSurf/Docs/intro_en,faf b/!NetSurf/Docs/intro_en,faf
index 8c7c2cfda..317ccb14b 100644
--- a/!NetSurf/Docs/intro_en,faf
+++ b/!NetSurf/Docs/intro_en,faf
@@ -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> \ No newline at end of file
diff --git a/!NetSurf/Docs/intro_fr,faf b/!NetSurf/Docs/intro_fr,faf
index ea01342fb..f0bd918ec 100644
--- a/!NetSurf/Docs/intro_fr,faf
+++ b/!NetSurf/Docs/intro_fr,faf
@@ -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> \ No newline at end of file
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 95dc8b193..3168053a5 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -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; }