diff --git a/test/index.html b/test/index.html
index 94a005c00..f04c80ce2 100644
--- a/test/index.html
+++ b/test/index.html
@@ -10,40 +10,37 @@
}
#stage {
+ color: #fff;
position: relative;
zoom: 1;
}
+ #test1, #test2, #test3, #test4, #test5, #test6, #test7 {
+ float: left;
+ }
+
#test1 {
background-color: #000;
width: 120px;
height: 100px;
- color: #fff;
- float: left;
}
#test2 {
background-color: #333;
width: 120px;
height: 100px;
- color: #fff;
- float: left;
}
#test3 {
background-color: #666;
width: 120px;
height: 100px;
- color: #fff;
- float: left;
}
#test4 {
background-color: #000;
width: 120px;
height: 100px;
- color: #fff;
- float: left;
}
#test5 {
@@ -51,8 +48,6 @@
padding: 5px;
width: 400px;
height: 400px;
- color: #fff;
- float: left;
}
#test6 {
@@ -60,8 +55,6 @@
padding: 5px;
width: 250px;
height: 250px;
- color: #fff;
- float: left;
}
#test7 {
@@ -69,8 +62,6 @@
padding: 5px;
width: 100px;
height: 100px;
- color: #fff;
- float: left;
}
#forceScroll {
@@ -89,6 +80,7 @@
}
#logger p {
+ color: #000;
padding: 2px;
border-bottom: 1px solid #ccc;
margin: 0;