<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,5 @@
 &lt;div id=&quot;&lt;%= dom_id(project) %&gt;&quot; class=&quot;project&quot;&gt;
-  &lt;% unless project.description.blank? -%&gt;
-    &lt;div class=&quot;project_description&quot;&gt;&lt;%= sanitize(project.description) %&gt;&lt;/div&gt;
-  &lt;% end -%&gt;
-  &lt;p&gt;This project
+  &lt;div class=&quot;project_settings&quot;&gt;This project
     &lt;% if project.completed? -%&gt;has been marked as completed
     &lt;% elsif project.hidden? -%&gt;has been marked as hidden
     &lt;% else -%&gt;is active
@@ -25,7 +22,10 @@
       :before =&gt; &quot;$('#{dom_id(project)}').startWaiting();&quot;,
       :complete =&gt; &quot;$('#{dom_id(project)}').stopWaiting();&quot;
     ) %&gt;
-  &lt;/p&gt;
+  &lt;/div&gt;
+  &lt;% unless project.description.blank? -%&gt;
+    &lt;div class=&quot;project_description&quot;&gt;&lt;%= sanitize(project.description) %&gt;&lt;/div&gt;
+  &lt;% end -%&gt;
 &lt;/div&gt;
 &lt;div id=&quot;&lt;%= dom_id(project, 'edit') %&gt;&quot; class=&quot;edit-form&quot; style=&quot;display:none;&quot;&gt;
 &lt;/div&gt;
\ No newline at end of file</diff>
      <filename>app/views/projects/_project_settings.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -749,7 +749,7 @@ div.alpha_sort, div.tasks_sort,span.sort_separator {
     border: none;
 }
 
-div.project_description {
+div.project_settings {
     background: #eee;
     padding: 5px;
     margin-top: 0px;
@@ -757,11 +757,8 @@ div.project_description {
     margin-right: -5px;
     color: #666;
     font-style: italic;
-    font-size: 12px;
+    font-size: 10px;
     font-weight: normal;
-    /* Uncomment line below if you want the description to have
-    shadowed text */
-    /* text-shadow: rgba(0,0,0,.4) 0px 2px 5px; */
 }
 #project-next-prev {
     text-align:right;</diff>
      <filename>public/stylesheets/standard.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>49e2ee69b806c43e4ce819b1381e65b137b6c977</id>
    </parent>
  </parents>
  <author>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </author>
  <url>http://github.com/bsag/tracks/commit/f63a6570229f9a0a36a276684884ca3112fc688d</url>
  <id>f63a6570229f9a0a36a276684884ca3112fc688d</id>
  <committed-date>2009-06-26T06:35:31-07:00</committed-date>
  <authored-date>2009-06-26T06:35:31-07:00</authored-date>
  <message>change style of project settings so that it grabs less attention</message>
  <tree>5480259520e41f1f97a2234920f57887476c0bc8</tree>
  <committer>
    <name>Reinier Balt</name>
    <email>lrbalt@gmail.com</email>
  </committer>
</commit>
