test/index.html: put a few common properties together.

This commit is contained in:
XhmikosR
2013-11-18 18:14:47 +02:00
parent 5ad50175e1
commit 932c3c52fe
+6 -14
View File
@@ -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;