diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-11-16 02:19:28 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-11-16 02:19:28 +0100 |
| commit | cfda5e8201509f9e6c02b37fe7146b14861e2374 (patch) | |
| tree | b10d975791398a34927ca7c6b8dbab05688cfe40 | |
| parent | f70b4a7f6cdfba86b481d80107df875519e6d263 (diff) | |
fix spacing
| -rw-r--r-- | css/sally.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/sally.css b/css/sally.css index 73857cb..985078a 100644 --- a/css/sally.css +++ b/css/sally.css @@ -3,8 +3,8 @@ textarea,input[type=text],body { font-family: 'FixedsysExcelsior301Regular'; font-size: 12pt; font-weight: 100; - line-height: 1; - color:#6d6b6d; + line-height: 11pt; + color: #6d6b6d; -webkit-font-smoothing: antialiased !important; } body { @@ -78,7 +78,7 @@ span,a { min-width: 8px; line-height: 15px; display: inline-block; } .pixels #brush_rapper span, .pixels #brush_rapper a, .pixels #canvas_rapper span, -.pixels #canvas_rapper a { line-height: 8px; overflow: hidden; } +.pixels #canvas_rapper a { line-height: 6px; overflow: hidden; } .rapper { cursor: crosshair; } body.grid span { border-right: 1px solid #444; border-bottom: 1px solid #444; } body.grid div { border-left: 1px solid #444; } |
