From 52409fc1a145ba5b1284d9b6aadfdefd1876a64f Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 11 Sep 2007 21:11:59 +0000 Subject: [PATCH] Got rid of annoying blue lines/spacing around notebook border. --- static/css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 51ef116..7d2b90c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -162,16 +162,14 @@ ol li { } #notebook_header_area { - padding: 0.25em; -moz-border-radius: 0.5em 0.5em 0.5em 0; -webkit-border-radius: 0.5em 0.5em 0.5em 0; } #notebook_border { padding: 0 0 0 0.3em; - margin-bottom: 1em; - -moz-border-radius: 0; - -webkit-border-radius: 0; + -moz-border-radius: 0 0 0 1px; + -webkit-border-radius: 0 0 0 1px; } #notebook_background {