witten
/
luminotes
Archived
1
0
Fork 0

Adding a little space around "When you're done with your comment..." message.

This commit is contained in:
Dan Helfman 2008-10-30 15:32:07 -07:00
parent 3e4fdd1d72
commit 5de80ebeae
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class Main_page( Page ):
),
self.page_navigation( notebook_path, len( notes ), total_notes_count, start, count ),
( notebook.read_write == Notebook.READ_WRITE_FOR_OWN_NOTES and user.username and user.username != u"anonymous" ) and \
Div( u"When you're done with your comment, click the save button to publish it.", class_ = u"small_text" ) or None,
P( u"When you're done with your comment, click the save button to publish it.", class_ = u"small_text" ) or None,
Div(
Span( id = u"notes_top" ),
id = u"notes",