diff options
| author | Alon Levy <alon@pobox.com> | 2014-09-28 15:04:19 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-09-28 15:04:19 +0300 |
| commit | 68897a7a240b71b44e6664b563acdf15757a78f5 (patch) | |
| tree | e1a5c4a3f2d1bb94a271e1449e009fad2dad5950 /style.css | |
| parent | 9d4ada6425effb1223a74810646fe0a380c91008 (diff) | |
debug-ui: add forgotten css style (merge up)
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -280,6 +280,11 @@ input:focus { text-decoration: none; } +.debug-ui-row { + float: left; + width: 100%; +} + .debug-ui-left { float: left; width: 50%; |
