diff options
| author | Alon Levy <alon@pobox.com> | 2014-09-28 11:22:03 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-09-28 11:22:03 +0300 |
| commit | 97fe3c8ea4b4b78728f2e47521a71118669a72d8 (patch) | |
| tree | a219baf86b191fa69dbb11dea397419ef9b345ba /style.css | |
| parent | d6a243008d761e6bac73c58a131abe88fc7f5e2f (diff) | |
debug-ui: use div's and float's instead of tables
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -280,6 +280,16 @@ input:focus { text-decoration: none; } +.debug-ui-left { + float: left; + width: 50%; +} + +.debug-ui-right { + .float: right; + width: 50%; +} + .debug{ } |
