From fea42b1513e321b6c397c914327a9a4a7d96e331 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 21 Nov 2014 13:33:20 -0500 Subject: split up js and style a little --- css/sally.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'css') 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;} } -- cgit v1.2.3-70-g09d2