<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>public/images/flash-clouds.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -58,8 +58,9 @@ body
   .snug
     :margin-bottom 0
     
-  #topwrap
-    :background = !baby_blue
+  #sky
+    :background url(/images/flash-clouds.png) center top repeat-x
+    :background-color = !baby_blue
   #wrapper
     :padding-bottom 20px
     .container, #content
@@ -552,6 +553,8 @@ body.admin
         :right 40px
         :text-align right
         :font-weight normal
+
+  
   #impact
     :display none
 </diff>
      <filename>app/stylesheets/screen.sass</filename>
    </modified>
    <modified>
      <diff>@@ -10,6 +10,10 @@
     %script{ :type =&gt; &quot;text/javascript&quot;, :src =&gt; &quot;http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js&quot; }
     = javascript_include_tag 'jquery.timeago.js', 'jquery.flot.js',  'application.js'
     = yield :scripts
+    :javascript
+      jQuery(document).ready(function($) {
+        $('#flash').animate({opacity: 1.0}, 4000).fadeOut('slow');
+      });
     %meta{ :content =&gt; &quot;text/html;charset=UTF-8&quot;, &quot;http-equiv&quot; =&gt; &quot;content-type&quot; }
     %title
       = &quot;#{@page_title}&quot;
@@ -23,18 +27,19 @@
   - body_classes = [@controller.controller_name]
   - body_classes &lt;&lt; 'admin' if is_admin
   %body{:class =&gt; body_classes.join(' ')}
-    #topwrap
-      #wrapper.container
+    #sky
+      #topwrap
+        #wrapper.container
       
-        #header
-          = render :partial =&gt; 'shared/top_nav'
-          %br.clear
-        #content
-          - flash.each do |key, value|
-            %h4#flash{ :class =&gt; key }
-              = value
-        
-          = yield
+          #header
+            = render :partial =&gt; 'shared/top_nav'
+            %br.clear
+          #content
+            #flash
+              - flash.each do |key, value|
+                %h2#flash{ :class =&gt; key }
+                  = value
+            = yield
     #footer
       .container
         %ul.fr</diff>
      <filename>app/views/layouts/application.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7efdd246dd71e625a53821793bf8b9e00699aabe</id>
    </parent>
  </parents>
  <author>
    <name>Wynn Netherland</name>
    <email>wynn@squeejee.com</email>
  </author>
  <url>http://github.com/squeejee/floxee/commit/08e5462b7126334a6705e78229f81477ff2e3d2d</url>
  <id>08e5462b7126334a6705e78229f81477ff2e3d2d</id>
  <committed-date>2009-04-09T13:57:51-07:00</committed-date>
  <authored-date>2009-04-09T13:57:51-07:00</authored-date>
  <message>Fixed flash message</message>
  <tree>c97bc4f3cecac065a1a6408ee49ed7d80951d165</tree>
  <committer>
    <name>Wynn Netherland</name>
    <email>wynn@squeejee.com</email>
  </committer>
</commit>
