Skip to content

Commit 47a4b85

Browse files
committed
[css-color] Remove prefixes from styling.
--HG-- extra : rebase_source : 4d67543bb43ba0d27e953e7641ea176c0c79e4ce
1 parent c433b71 commit 47a4b85

2 files changed

Lines changed: 752 additions & 764 deletions

File tree

css-color/Overview.bs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,8 @@ table.named-color-table td:nth-child(n+4) { background: silver; }
2222
.color-table {
2323
background: #808080;
2424
display: block;
25-
display: -webkit-flex;
26-
display: -moz-flex;
2725
display: flex;
28-
-webkit-flex-flow: row wrap;
29-
-moz-flex-flow: row wrap;
3026
flex-flow: row wrap;
31-
-webkit-justify-content: space-around;
32-
-moz-justify-content: space-around;
3327
justify-content: space-around;
3428
}
3529
.color-table table { padding:1em; margin:0; float:left; }

0 commit comments

Comments
 (0)