summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-09-28 11:22:03 +0300
committerAlon Levy <alon@pobox.com>2014-09-28 11:22:03 +0300
commit97fe3c8ea4b4b78728f2e47521a71118669a72d8 (patch)
treea219baf86b191fa69dbb11dea397419ef9b345ba /style.css
parentd6a243008d761e6bac73c58a131abe88fc7f5e2f (diff)
debug-ui: use div's and float's instead of tables
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/style.css b/style.css
index 4decd588..f3ed055a 100644
--- a/style.css
+++ b/style.css
@@ -280,6 +280,16 @@ input:focus {
text-decoration: none;
}
+.debug-ui-left {
+ float: left;
+ width: 50%;
+}
+
+.debug-ui-right {
+ .float: right;
+ width: 50%;
+}
+
.debug{
}