Skip to content

Commit ee2cead

Browse files
committed
[css-tables] Fixed: typo in html2css mapping
1 parent 30fcd44 commit ee2cead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-tables-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ spec:css21; type:property; text:max-width
512512
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_table_frame
513513
-->
514514
table[frame=box], table[frame=border], table[frame=hsides], table[frame=above], table[frame=below], table[frame=vsides], table[frame=lhs], table[frame=rhs] {
515-
border-style: inset;
515+
border-style: outset;
516516
}
517517
table[frame=below], table[frame=vsides], table[frame=lhs], table[frame=rhs] {
518518
border-top-style: hidden;

0 commit comments

Comments
 (0)