Add table border styles to default CSS.

svn path=/trunk/netsurf/; revision=9542
This commit is contained in:
Michael Drake 2009-09-05 14:57:15 +00:00
parent 3d971835db
commit decdefb7b1
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ 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; }
caption { display: table-caption; }
thead { display: table-header-group; vertical-align: middle; }