Skip to content

Commit a8a4c31

Browse files
committed
Improve test display
1 parent 0848602 commit a8a4c31

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

test/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
background-color: #90C3D4;
99
}
1010

11-
.Test-run > div {
12-
background-color: #eee;
11+
.FlexItem:nth-child(odd) {
12+
background-color: #C68793;
1313
}
1414

1515
.Test-fixedHeight {
@@ -20,6 +20,9 @@
2020
padding: 10px;
2121
}
2222

23+
.u-flex, .u-flexInline {
24+
border: 1px solid #444;
25+
}
2326

2427
.Test {
2528
max-width: 980px;

0 commit comments

Comments
 (0)