diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-06-29 21:59:27 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-06-29 21:59:27 -0400 |
| commit | d9687cc168092bcd337dd17096b2c06700b10f3d (patch) | |
| tree | e37879bfaf9848a745cc74e3bccea25b56db33e0 /css/sally.css | |
| parent | 3506c31c21c47028d4e6a6668269bc1b759d9025 (diff) | |
fix width
Diffstat (limited to 'css/sally.css')
| -rw-r--r-- | css/sally.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/sally.css b/css/sally.css index cf68173..b37b408 100644 --- a/css/sally.css +++ b/css/sally.css @@ -90,7 +90,7 @@ textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color: margin: 3px; } -#ui_rapper { clear:both; float: left; } +#ui_rapper { clear:both; float: left; width: 100%; } #workspace_rapper { width: 100%; } .loading .vertical #ui_rapper { clear: none } |
