<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,8 +16,8 @@
   &lt;/head&gt; 
   &lt;body&gt; 
    &lt;div id=&quot;usernav&quot;&gt;
-        &lt;%= link_to_unless request.path == &quot;/&quot;, image_tag(&quot;rawdod_mainlogo.png&quot;), &quot;/&quot; %&gt;
-         &lt;span style=&quot;float: left; margin-left: 23px;&quot;&gt;        
+        &lt;%= link_to_unless request.path == &quot;/&quot;, image_tag(&quot;rawdod_mainlogo.png&quot;), &quot;/&quot; %&gt;&lt;br/&gt;
+         &lt;span style=&quot;margin-left: 23px;&quot;&gt;        
           &lt;% if logged_in? -%&gt;
             &lt;%= link_to session[:user_login], &quot;/home/&quot; + session[:user_login] %&gt; | &lt;%= link_to 'Post', new_post_path %&gt; | 
             &lt;% if User.find(session[:user_id]).unread_message == true %&gt;</diff>
      <filename>app/views/layouts/standard.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
-&lt;div class=&quot;post&quot;&gt;
-&lt;a name=&quot;post_&lt;%= post.id %&gt;&quot;/&gt;&lt;/a&gt;
+&lt;a name=&quot;post_&lt;%= post.id %&gt;&quot;/&gt;
 
+&lt;div class=&quot;post&quot;&gt;
 
 &lt;div class=&quot;post_title&quot;&gt;&lt;%= link_to post.title, &quot;/posts/#{post.id}&quot; %&gt;&lt;/div&gt;
 
@@ -49,8 +49,8 @@
   &lt;% if logged_in? %&gt; 
   &lt;div id=&quot;comment_link_wrapper&quot; style=&quot;min-height: 20px;&quot;&gt;
   &lt;div id=&quot;add_comment_link_for_post_&lt;%= post.id %&gt;&quot;&gt; 
- &lt;a href=&quot;/posts/&lt;%= post.id %&gt;/comments/new&quot; onclick=&quot;new Ajax.Request('/posts/&lt;%= post.id %&gt;/comments/new', {asynchronous:true, evalScripts:true, method:'get'}); return false;&quot;&gt;Comment&lt;/a&gt; - 
- &lt;a href=&quot;/posts/&lt;%= post.id %&gt;/comments/new&quot; onclick=&quot;new Ajax.Request('/posts/&lt;%= post.id %&gt;/comments/new?with_image=true', {asynchronous:true, evalScripts:true, method:'get'}); return false;&quot;&gt;Comment with Image&lt;/a&gt;
+ &lt;a href=&quot;/posts/&lt;%= post.id %&gt;/comments/new&quot; onclick=&quot;new Ajax.Request('/posts/&lt;%= post.id %&gt;/comments/new', {asynchronous:true, evalScripts:true, method:'get'}); return false;&quot;&gt;Comment&lt;/a&gt; or  
+ &lt;a href=&quot;/posts/&lt;%= post.id %&gt;/comments/new&quot; onclick=&quot;new Ajax.Request('/posts/&lt;%= post.id %&gt;/comments/new?with_image=true', {asynchronous:true, evalScripts:true, method:'get'}); return false;&quot;&gt;Comment with an Image&lt;/a&gt;
     &lt;/div&gt;
   &lt;/div&gt; 
   &lt;div id=&quot;new_comment_form_for_post_&lt;%= post.id %&gt;&quot;&gt; </diff>
      <filename>app/views/posts/_post.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -21,6 +21,7 @@ Comment: &lt;%= link_to sanitize(truncate(post.comments.last.body, 65) + &quot; &quot; + post
 &lt;% end %&gt;
 &lt;% end %&gt;
 &lt;/div&gt;
+&lt;div style=&quot;text-align: center; font-size: 18px;&quot;&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp;* &lt;/div&gt;
 &lt;% end %&gt;
 
 </diff>
      <filename>app/views/posts/index.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,13 @@
 /* a:hover   { color: #00FF00; border-bottom: 1px solid yellow; } */
 a { color: #43a945; text-decoration: none; }
 a img { border: none; }
-body {  margin: 0px; background-color: #202020;  color: #999999;
-       font-style:normal; font-variant:normal; font-weight:normal;  font-size:14px; 
-       font-family: sans; }
+
+body {  margin: 0px; background-color: #202020;  color: #999999; font-size:14px; 
+       font-family: &quot;Lucida Sans&quot;,
+             &quot;Lucida Grande&quot;,
+             Lucida,
+             sans-serif; }
+
 .post_form { margin-top: 25px; margin-bottom: 25px; }
 #content { text-align: left; margin-left: auto; margin-right: auto; width: 584px;}	
 .post_title { margin-bottom: 12px; font-size: 20px; color: #FFFFFF; }
@@ -12,7 +16,7 @@ body {  margin: 0px; background-color: #202020;  color: #999999;
 .datestamp { margin-bottom: 1px; color: #888888;}
 .post  { padding: 12px; margin: 12px; width: 536px; 	line-height: 1.5em; }
 .comment { padding-left: 0px; border-top: 0px dashed #232323; margin-bottom: 8px; margin-top: 4px;}
-.comments { border-top: 2px dashed #424242; }
+.comments {  }
 .thumb { float: left;  }
 .thumbs { background-color: #000000; }
 .firstimage {  margin: 0px; padding: 0px;}</diff>
      <filename>public/stylesheets/rawdod.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6c898dcd4f50f875309106bd1db9c4371d36b66d</id>
    </parent>
  </parents>
  <author>
    <name>David Richards</name>
    <email>rawdod@gmail.com</email>
  </author>
  <url>http://github.com/oneman/rawdod/commit/75108596652de26dd9c8be47b86cdd846b4e731b</url>
  <id>75108596652de26dd9c8be47b86cdd846b4e731b</id>
  <committed-date>2009-05-05T15:31:49-07:00</committed-date>
  <authored-date>2009-05-05T15:31:49-07:00</authored-date>
  <message>fix some more style stuff</message>
  <tree>d695f0f05bd37d39789bc84a144e730cb52c0fda</tree>
  <committer>
    <name>David Richards</name>
    <email>rawdod@gmail.com</email>
  </committer>
</commit>
