witten
/
luminotes
Archived
1
0
Fork 0

Font size tweaking of note tree instructions.

This commit is contained in:
Dan Helfman 2008-05-19 13:46:02 -07:00
parent f92891a8d5
commit ef1ebd55a4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Note_tree_area( Div ):
Tr( Td(
( notebook.name != u"trash" ) and u'To add a note here, click the "options" tab on a note, then "show on startup".' or None,
id = "note_tree_instructions",
class_ = u"link_area_item" + ( ( len( root_notes ) > 0 ) and u" undisplayed" or u"" ),
class_ = ( ( len( root_notes ) > 0 ) and u"undisplayed" or u"" ),
) ) or None,
tree_id = "note_tree_root_table",
),