diff options
| author | Julie Lala <jules@okfoc.us> | 2014-11-30 16:26:41 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-11-30 16:26:41 -0500 |
| commit | 4f2f5dc5580359bba21150af3ce5d34ad14b3ab4 (patch) | |
| tree | f9f0ea8d666c94148f1d950b7b3680a1e9efbb91 /css | |
| parent | 698f2aa71ffc1b9e56193c13e6366765134152c9 (diff) | |
export to ascii / mirc / irssi
Diffstat (limited to 'css')
| -rw-r--r-- | css/sally.css | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/css/sally.css b/css/sally.css index 238fdab..71029f8 100644 --- a/css/sally.css +++ b/css/sally.css @@ -41,7 +41,6 @@ a:link, a:visited {text-decoration: none; color: #3b3740} word-wrap: break-word; } .block { - white-space:pre-line; padding-left: 30px; } .tool { @@ -50,41 +49,3 @@ a:link, a:visited {text-decoration: none; color: #3b3740} @media screen and (-webkit-min-device-pixel-ratio:0) { #nvgovy{white-space:pre;} } - -#users { - position:fixed !important; - width:85px; - right:9px; - height:100%; - z-index: 355; - top:0px; - margin-bottom:32px; -} - -#seperator{ - box-shadow: inset 0px 1px 1px 0px rgba(11, 11, 11, 0.05); - position:absolute; - margin-top:0px; - margin-left:0px; - width:5px; - height:100%; - background: -webkit-linear-gradient(left, #000000, #222222, #474747, #535353, #474747, #131313); - background: -moz-linear-gradient(0deg, #000000, #222222, #474747, #535353, #474747, #131313) repeat scroll 0 0 transparent; -} - -#shroud { - background-color: #000000; - height: 100%; - position: absolute; - right: 75px; - width: 5px; - z-index: 377; -} - -#list { - background-color: #000000; - height: 100%; - margin-left: 10px; - margin-top: 6px; - position: fixed; -} |
