<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 &lt;% note = notes -%&gt;
 &lt;div id=&quot;&lt;%= dom_id(note, 'container') %&gt;&quot;&gt;
   &lt;h2&gt;&lt;%= link_to(&quot;Note #{note.id}&quot;, note_path(note), :title =&gt; &quot;Show note #{note.id}&quot; ) %&gt;&lt;/h2&gt;
-  &lt;div id=&quot;&lt;%= dom_id(note) %&gt;&quot;&gt;
+  &lt;div class=&quot;project_notes&quot; id=&quot;&lt;%= dom_id(note) %&gt;&quot;&gt;
     &lt;%= sanitize(markdown(auto_link(note.body))) %&gt;
        
     &lt;div class=&quot;note_footer&quot;&gt;</diff>
      <filename>app/views/notes/_notes.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -13,10 +13,7 @@ table {
 fieldset,img { 
     border:0;
 }
-address,caption,cite,code,dfn,em,strong,th,var {
-    font-style:normal;
-    font-weight:normal;
-}
+
 ol,ul {
     list-style:none;
 }
@@ -414,26 +411,46 @@ body.preferences div#footer {
 /* The notes which may be attached to an item */      
 .todo_notes {
     margin: 5px;
-    padding: 3px;
+    padding: 5px;
     border: 1px solid #F5ED59;
     background: #FAF6AE;
     color: #666666;
 }
 
-.todo_notes p, .todo_notes li {
-    padding: 1px;
-    margin: 0px;
-    font-size: 12px;
+.todo_notes p, .todo_notes ul, .todo_notes ol,
+.project_notes p, .project_notes ul, .project_notes ol {
+    margin: 10px 0px;
+    font-size: 1em;
 }
 
-.todo_notes ul, .note_wrapper ul {
+.todo_notes ul, .note_wrapper ul,
+.project_notes ul, .project_notes ul {
     list-style-type: disc;
-    margin-left:20px;
+    margin-left: 15px;
 }
 
-.todo_notes ol {
+.todo_notes ol, .project_notes ol {
     list-style-type: decimal;
-    margin-left:20px;
+    margin-left: 15px;
+}
+
+.todo_notes ol li, .todo_notes ul li,
+.project_notes ol li, .project_notes ul li {
+  margin-left: 20px;
+}
+
+.todo_notes h1, .project_notes h1 {
+  font-size: 1.5em;
+  font-weight: bold;
+  margin: 10px 0px;
+}
+
+.todo_notes h2, .project_notes h2 {
+  font-size: 1.2em;
+  font-style: italic;
+  margin: 10px 0px !important;
+  padding: 0px !important;
+  background-color: transparent !important;
 }
 
 /* The notes for the project */
@@ -462,6 +479,11 @@ div.note_footer a, div.note_footer a:hover {
     background-color: transparent;
 }
 
+/* For the detailed notes view */
+.project_notes {
+  padding: 5px;
+}
+
 div.add_note_link {
     margin-top:12px;
     float: right;</diff>
      <filename>public/stylesheets/standard.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0a23405d4b557af2ccd2c8c9ca2e59efe29df0bc</id>
    </parent>
  </parents>
  <author>
    <name>bsag</name>
    <email>butshesagirl@rousette.org.uk</email>
  </author>
  <url>http://github.com/bsag/tracks/commit/1d6191b1da1315706d0f3c61387ffc6287658a9c</url>
  <id>1d6191b1da1315706d0f3c61387ffc6287658a9c</id>
  <committed-date>2009-05-17T04:52:45-07:00</committed-date>
  <authored-date>2009-05-17T04:52:45-07:00</authored-date>
  <message>Fix #896. Tidied styling of notes (attached to action and free-standing project notes) so that basic Textile markup shows up and looks attractive. You can now use *bold*, _italics_, ordered lists (#), unordered lists (*), and H1 (h1.) and H2 (h2.) headers can all be used, along with Textile links.</message>
  <tree>fcfadba7958e828986194bc18d7bb1d39c1f1307</tree>
  <committer>
    <name>bsag</name>
    <email>butshesagirl@rousette.org.uk</email>
  </committer>
</commit>
