From 68897a7a240b71b44e6664b563acdf15757a78f5 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 28 Sep 2014 15:04:19 +0300 Subject: debug-ui: add forgotten css style (merge up) --- style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index f3ed055a..525a64b7 100644 --- a/style.css +++ b/style.css @@ -280,6 +280,11 @@ input:focus { text-decoration: none; } +.debug-ui-row { + float: left; + width: 100%; +} + .debug-ui-left { float: left; width: 50%; -- cgit v1.3.1