From 12ca44e51266349ffbb0023676a50d7075059361 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 24 Apr 2009 14:45:02 -0700 Subject: [PATCH] Removing broken image. --- static/css/style.css | 2 +- view/Note_tree_area.py | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index d2707fe..0d46f07 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -86,7 +86,7 @@ h1 { } #toolbar .newNote_large { - background-position: 200px 0; + background-position: 200px 0px; } #toolbar .newNote_small { diff --git a/view/Note_tree_area.py b/view/Note_tree_area.py index c060bc9..fb7d674 100644 --- a/view/Note_tree_area.py +++ b/view/Note_tree_area.py @@ -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",