mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 09:13:08 +03:00
Add table border styles to default CSS.
svn path=/trunk/netsurf/; revision=9542
This commit is contained in:
parent
3d971835db
commit
decdefb7b1
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user