diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-27 12:31:12 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-27 12:31:12 +0100 |
| commit | 6048890a8ee3750d8d0c252b7f77a1ed0bf42259 (patch) | |
| tree | 67e1673538df8eb8a12cc4790f0ca79ce4b36a71 /css/sally.css | |
| parent | aebd9a916f2e11795ba6fa1cd83329aeea9ed313 (diff) | |
lineheight
Diffstat (limited to 'css/sally.css')
| -rw-r--r-- | css/sally.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/css/sally.css b/css/sally.css index 985078a..978a78d 100644 --- a/css/sally.css +++ b/css/sally.css @@ -75,10 +75,13 @@ a:hover { text-decoration: underline } } } span,a { min-width: 8px; line-height: 15px; display: inline-block; } +body.pixels { + line-height: 8px; +} .pixels #brush_rapper span, .pixels #brush_rapper a, .pixels #canvas_rapper span, -.pixels #canvas_rapper a { line-height: 6px; overflow: hidden; } +.pixels #canvas_rapper a { line-height: 8px; 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; } |
