diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-21 13:33:20 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-21 13:33:20 -0500 |
| commit | fea42b1513e321b6c397c914327a9a4a7d96e331 (patch) | |
| tree | 0c52449d5e53fc60c30d06f75a0e7b6f9a3bd608 /css/sally.css | |
| parent | 9546cd5705e723e4c39ad4b34f0e154b8ab5e904 (diff) | |
split up js and style a little
Diffstat (limited to 'css/sally.css')
| -rw-r--r-- | css/sally.css | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/css/sally.css b/css/sally.css index 81b4ba6..e5b5ed7 100644 --- a/css/sally.css +++ b/css/sally.css @@ -25,17 +25,24 @@ a:link, a:visited {text-decoration: none; color: #3b3740} {overflow: auto;} -.rapper { +.rapper, .block { float: left; height:auto; width:auto; padding:4px; background-color: #000000; - z-index:3; +} +.rapper { white-space:pre-wrap; word-wrap: break-word; } - +.block { + white-space:pre-line; + padding-left: 30px; +} +.tool { + cursor: pointer; +} @media screen and (-webkit-min-device-pixel-ratio:0) { #nvgovy{white-space:pre;} } |
