witten
/
luminotes
Archived
1
0
Fork 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
1 changed files with 2 additions and 4 deletions

View File

@ -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 {