summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-09-28 15:04:19 +0300
committerAlon Levy <alon@pobox.com>2014-09-28 15:04:19 +0300
commit68897a7a240b71b44e6664b563acdf15757a78f5 (patch)
treee1a5c4a3f2d1bb94a271e1449e009fad2dad5950
parent9d4ada6425effb1223a74810646fe0a380c91008 (diff)
debug-ui: add forgotten css style (merge up)
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
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%;