diff options
Diffstat (limited to '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; } |
