From ca8a2b5af0c90c01d45f8d63eabe10c822274b03 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 5 Sep 2009 15:49:09 +0000 Subject: Fix defualt table cell border width and move border style from default css to code. svn path=/trunk/netsurf/; revision=9543 --- !NetSurf/Resources/CSS,f79 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '!NetSurf/Resources') diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79 index de38aa5d0..4b64b1078 100644 --- a/!NetSurf/Resources/CSS,f79 +++ b/!NetSurf/Resources/CSS,f79 @@ -70,8 +70,7 @@ menu { display: block; padding-left: 1.5em; margin: 1.12em 0; } table { display: table; border-spacing: 2px; } -table[border] { border-style: outset; border-color: grey; } -table[border] td, table[border] tr { border-style: inset; border-color: grey; } +table[border], table[border] td, table[border] tr { border-color: grey; } caption { display: table-caption; } -- cgit v1.2.3