From 932c3c52fe5191dd29e7f1b5dd0f4f5caf1017ac Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 18 Nov 2013 18:14:47 +0200 Subject: [PATCH] test/index.html: put a few common properties together. --- test/index.html | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) 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;