summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/CSS,f79
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-09-05 15:49:09 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-09-05 15:49:09 +0000
commitca8a2b5af0c90c01d45f8d63eabe10c822274b03 (patch)
tree3b982f51aa7f1fc43ca01f2eb83321b0bc90fb61 /!NetSurf/Resources/CSS,f79
parentdecdefb7b1e5fe33609af333ba102d05530aea6c (diff)
downloadnetsurf-ca8a2b5af0c90c01d45f8d63eabe10c822274b03.tar.gz
netsurf-ca8a2b5af0c90c01d45f8d63eabe10c822274b03.tar.bz2
Fix defualt table cell border width and move border style from default css to code.
svn path=/trunk/netsurf/; revision=9543
Diffstat (limited to '!NetSurf/Resources/CSS,f79')
-rw-r--r--!NetSurf/Resources/CSS,f793
1 files changed, 1 insertions, 2 deletions
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; }