Skip to content

Commit 40b947a

Browse files
committed
[css-color] Use a BFC-creating fallback display for the colortables, so the floats don't mess up subsequent sections.
1 parent 0d5ff07 commit 40b947a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-color/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ table.named-color-table td:nth-child(-n+2) { border:1px solid black; }
2222
table.named-color-table td:nth-child(n+4) { background: silver; }
2323
.color-table {
2424
background: #808080;
25-
display: block;
25+
display: table;
2626
display: flex;
2727
flex-flow: row wrap;
2828
justify-content: space-around;

0 commit comments

Comments
 (0)