diff --git a/app/views/notes/_notes_summary.rhtml b/app/views/notes/_notes_summary.rhtml index 0ffbf07c..f34424d3 100644 --- a/app/views/notes/_notes_summary.rhtml +++ b/app/views/notes/_notes_summary.rhtml @@ -1,11 +1,12 @@ <% note = notes_summary -%>
+ +
<%= rendered_note(note) %>
<% note = nil -%> diff --git a/public/stylesheets/standard.css b/public/stylesheets/standard.css index 2dd69060..b7124f62 100644 --- a/public/stylesheets/standard.css +++ b/public/stylesheets/standard.css @@ -550,6 +550,10 @@ div.note_wrapper p { display: inline; } +div.note_note { + margin-left:24px; +} + div.note_footer { border-top: 1px solid #999; padding-top: 3px;