<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,6 @@
-
+pre, code {
+    font-family: &quot;Courier New&quot;, Courier, monospace;
+}
 
 
 body {
@@ -132,6 +134,21 @@ div.editing {
     overflow: auto;
 }
 
+#render li {
+    padding: 0px;
+    margin: 0px;
+    border: none;
+    list-style: &quot;decimal&quot;;
+}
+
+#render ul {
+    list-style: disc;
+}
+
+#render ol {
+    list-style: &quot;decimal&quot;;
+}
+
 div.li-mimic {
     padding: 10px;
     margin: 5px;
@@ -171,12 +188,6 @@ textarea.writing {
     height: 300px;
 }
 
-
-
-li {
-    list-style: none;
-}
-
 .error-msg p {
     width: 100%;
     text-align: center;
@@ -225,7 +236,7 @@ div.top {
     
 }
 
-ul {
+.editing ul {
     text-decoration: none;
 }
 
@@ -402,6 +413,10 @@ div.author {
     width: 75%;
 }
 
+div.author-details {
+    padding: 16px;
+}
+
 div.author-picture {
     float: right;
     margin: 16px;</diff>
      <filename>media/lifeflow/editor/editor.css</filename>
    </modified>
    <modified>
      <diff>@@ -10,8 +10,6 @@
   
 &lt;/div&gt;
 &lt;div id=&quot;author-details&quot; class=&quot;author-details&quot;&gt;
-  &lt;ul&gt; 
-    &lt;li&gt;
     &lt;table&gt;
       &lt;tr&gt;
 	&lt;td&gt;Name&lt;/td&gt;&lt;td&gt; &lt;input id=&quot;author-name&quot; value=&quot;{{ author.name }}&quot;&gt;&lt;/td&gt;
@@ -23,11 +21,8 @@
 	&lt;td&gt;Link&lt;/td&gt;&lt;td&gt; &lt;input id=&quot;author-link&quot; value=&quot;{{ author.link }}&quot;&gt;&lt;/td&gt;
       &lt;/tr&gt;
     &lt;/table&gt;
-	
-    &lt;li&gt;
+
     &lt;p&gt; A brief biography, written in Markdown. &lt;/p&gt;
     &lt;textarea id=&quot;author-bio&quot;&gt;{{ author.bio }}&lt;/textarea&gt;
-  &lt;/li&gt;
-  
-&lt;/ul&gt;
+   
 &lt;/div&gt;
\ No newline at end of file</diff>
      <filename>templates/lifeflow/editor/author.html</filename>
    </modified>
    <modified>
      <diff>@@ -64,7 +64,9 @@ var show_editor_help = function() {
     &lt;a class=&quot;button neutral&quot; id=&quot;render-button&quot;&gt; Render &lt;/a&gt;
     &lt;a class=&quot;button negative&quot; id=&quot;hide-button&quot; style=&quot;display: none;&quot;&gt; Hide Rendering &lt;/a&gt;
   &lt;/div&gt;
-  &lt;div id=&quot;render&quot; class=&quot;render li-mimic&quot; style=&quot;display: none;&quot;&gt;&lt;/div&gt;
+&lt;/div&gt;
+  
+&lt;div id=&quot;render&quot; class=&quot;render li-mimic&quot; style=&quot;display: none;&quot;&gt;&lt;/div&gt;
   
   
 {% if resources %}
@@ -137,5 +139,4 @@ var file_selected = function() {
       &lt;/form&gt;
     &lt;/div&gt;
   &lt;/div&gt;
-{% endif %}
-&lt;/div&gt;
\ No newline at end of file
+{% endif %}
\ No newline at end of file</diff>
      <filename>templates/lifeflow/editor/body_editor_widget.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>95d6989673b98dff87dad9aa408fc68de9ce8676</id>
    </parent>
  </parents>
  <author>
    <name>Will Larson</name>
    <email>lethain@gmail.com</email>
  </author>
  <url>http://github.com/lethain/lifeflow/commit/3db4ac97b4fe707eafb3afc9106d431234c95c25</url>
  <id>3db4ac97b4fe707eafb3afc9106d431234c95c25</id>
  <committed-date>2008-07-10T02:53:53-07:00</committed-date>
  <authored-date>2008-07-10T02:53:53-07:00</authored-date>
  <message>Improved the CSS situation in the LFE, specifically rendered text (for projects, drafts, and entries) is now more reasonable looking.</message>
  <tree>7070f5bb2d1c783a86c7ca1e0a5cda067430f0a1</tree>
  <committer>
    <name>Will Larson</name>
    <email>lethain@gmail.com</email>
  </committer>
</commit>
