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