summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2016-10-13 12:44:27 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2016-10-13 12:44:27 +0100
commitb42d253f8697f8d2afa0d25367aa722f4a0c0812 (patch)
tree98ecb56d3f6cd545d7150b6d33e3f9f83e5583d7 /!NetSurf
parent22d917c92d3f49379a57bad3dcd4b87817717848 (diff)
downloadnetsurf-b42d253f8697f8d2afa0d25367aa722f4a0c0812.tar.gz
netsurf-b42d253f8697f8d2afa0d25367aa722f4a0c0812.tar.bz2
Table cell nowrap attribute is presentational hint, not UA style.
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Resources/CSS,f792
1 files changed, 0 insertions, 2 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 3892aff06..464fcdae0 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -87,8 +87,6 @@ tr { display: table-row; vertical-align: inherit; }
td, th { display: table-cell; vertical-align: inherit; padding: 1px; }
th { font-weight: bold; text-align: center; }
-td[nowrap], th[nowrap] { white-space: nowrap; }
-
a:link { color: #00f; text-decoration: underline; }
a:visited { color: #609; }