From 97fe3c8ea4b4b78728f2e47521a71118669a72d8 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 28 Sep 2014 11:22:03 +0300 Subject: debug-ui: use div's and float's instead of tables --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'style.css') 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{ } -- cgit v1.3.1