diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-03-24 18:16:36 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-03-24 18:16:36 -0400 |
| commit | 8410a217e2a02257bd3a9d05e26c51cc8ae33086 (patch) | |
| tree | d7d5d5e536153234b8641ece8b3ee46cc193f879 /css | |
| parent | 5f5127573a185e8070ecff31c2b69e8911843b7e (diff) | |
no tabs
Diffstat (limited to 'css')
| -rw-r--r-- | css/sally.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/css/sally.css b/css/sally.css index a3ffc1a..6fe1bd2 100644 --- a/css/sally.css +++ b/css/sally.css @@ -27,7 +27,7 @@ a:link, a:visited {text-decoration: none; color: #3b3740} {overflow: auto;} .rapper, .block { - float: left; + float: left; height:auto; width:auto; padding:4px; @@ -61,16 +61,16 @@ textarea { font-size:12pt; width: 42%; height: 300px; background: #333; color: # #import_rapper { display: none; } #cursor_input { position: fixed; top: 0; right: 0; width:30px; opacity: 0; } .selector_el { - border: 1px dashed #fff !important; - padding-top: 1px; - position:absolute; - top:-999px;left:-999px; - pointer-events: none; + border: 1px dashed #fff !important; + padding-top: 1px; + position:absolute; + top:-999px;left:-999px; + pointer-events: none; } .selector_el.dragging { - color: #0f0; + color: #0f0; } .selector_el.creating div { - display: none; + display: none; } |
