From 5de80ebeae2f3ca7e43b5d7502b72244f676c5d1 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 30 Oct 2008 15:32:07 -0700 Subject: [PATCH] Adding a little space around "When you're done with your comment..." message. --- view/Main_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/Main_page.py b/view/Main_page.py index 2e029a4..36fcad4 100644 --- a/view/Main_page.py +++ b/view/Main_page.py @@ -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",