Archived
1
0

Got rid of annoying blue lines/spacing around notebook border.

This commit is contained in:
Dan Helfman 2007-09-11 21:11:59 +00:00
parent d4d41c9d48
commit 52409fc1a1

View File

@ -162,16 +162,14 @@ ol li {
} }
#notebook_header_area { #notebook_header_area {
padding: 0.25em;
-moz-border-radius: 0.5em 0.5em 0.5em 0; -moz-border-radius: 0.5em 0.5em 0.5em 0;
-webkit-border-radius: 0.5em 0.5em 0.5em 0; -webkit-border-radius: 0.5em 0.5em 0.5em 0;
} }
#notebook_border { #notebook_border {
padding: 0 0 0 0.3em; padding: 0 0 0 0.3em;
margin-bottom: 1em; -moz-border-radius: 0 0 0 1px;
-moz-border-radius: 0; -webkit-border-radius: 0 0 0 1px;
-webkit-border-radius: 0;
} }
#notebook_background { #notebook_background {