witten
/
luminotes
Archived
1
0
Fork 0

Removing broken image.

This commit is contained in:
Dan Helfman 2009-04-24 14:45:02 -07:00
parent 23ad536d13
commit 12ca44e512
2 changed files with 1 additions and 8 deletions

View File

@ -86,7 +86,7 @@ h1 {
}
#toolbar .newNote_large {
background-position: 200px 0;
background-position: 200px 0px;
}
#toolbar .newNote_small {

View File

@ -51,13 +51,6 @@ class Note_tree_area( Div ):
Tr(
Td(),
( notebook.name != u"trash" and notebook.read_write == Notebook.READ_WRITE ) and Td(
Img(
src = u"/static/images/toolbar/small/new_note_button.png",
width = u"20", height = u"20",
id = u"new_note_tree_link",
class_ = u"middle_image",
title = u"Add one of your notes to this note tree."
),
Input(
type = u"button",
class_ = u"note_button",