From b42d253f8697f8d2afa0d25367aa722f4a0c0812 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 13 Oct 2016 12:44:27 +0100 Subject: Table cell nowrap attribute is presentational hint, not UA style. --- !NetSurf/Resources/CSS,f79 | 2 -- 1 file changed, 2 deletions(-) (limited to '!NetSurf') 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; } -- cgit v1.2.3