Skip to content

Commit 932c3c5

Browse files
committed
test/index.html: put a few common properties together.
1 parent 5ad5017 commit 932c3c5

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

test/index.html

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,67 +10,58 @@
1010
}
1111

1212
#stage {
13+
color: #fff;
1314
position: relative;
1415
zoom: 1;
1516
}
1617

18+
#test1, #test2, #test3, #test4, #test5, #test6, #test7 {
19+
float: left;
20+
}
21+
1722
#test1 {
1823
background-color: #000;
1924
width: 120px;
2025
height: 100px;
21-
color: #fff;
22-
float: left;
2326
}
2427

2528
#test2 {
2629
background-color: #333;
2730
width: 120px;
2831
height: 100px;
29-
color: #fff;
30-
float: left;
3132
}
3233

3334
#test3 {
3435
background-color: #666;
3536
width: 120px;
3637
height: 100px;
37-
color: #fff;
38-
float: left;
3938
}
4039

4140
#test4 {
4241
background-color: #000;
4342
width: 120px;
4443
height: 100px;
45-
color: #fff;
46-
float: left;
4744
}
4845

4946
#test5 {
5047
background-color: #333;
5148
padding: 5px;
5249
width: 400px;
5350
height: 400px;
54-
color: #fff;
55-
float: left;
5651
}
5752

5853
#test6 {
5954
background-color: #666;
6055
padding: 5px;
6156
width: 250px;
6257
height: 250px;
63-
color: #fff;
64-
float: left;
6558
}
6659

6760
#test7 {
6861
background-color: #000;
6962
padding: 5px;
7063
width: 100px;
7164
height: 100px;
72-
color: #fff;
73-
float: left;
7465
}
7566

7667
#forceScroll {
@@ -89,6 +80,7 @@
8980
}
9081

9182
#logger p {
83+
color: #000;
9284
padding: 2px;
9385
border-bottom: 1px solid #ccc;
9486
margin: 0;

0 commit comments

Comments
 (0)