<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -44,7 +44,7 @@ Imagine also you set these flash variables in the controller:
 And let's say that you want to show these messages but also show the validation issues 
 given that both user and comment fail ActiveRecord validation:
 
-  &lt;div id=&quot;message_block&quot;&gt;
+  &lt;div id=&quot;message_block&quot; class=&quot;message_block&quot;&gt;
     &lt;ul class=&quot;error&quot;&gt;
       &lt;li&gt;Error A&lt;/li&gt;
       &lt;li&gt;User first name is required.&lt;/li&gt;</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,43 +1,43 @@
-#message_block {
+.message_block {
   clear: both;
   margin-top: 0.2em;
   margin-bottom: 0.3em;
 }
 
-#message_block ul {
+.message_block ul {
   margin-bottom: 0;
   list-style: none;
   padding: 10px;
 }
-#message_block ul li {
+.message_block ul li {
   margin-left: 3em;
 }
 
-#message_block ul.error {
+.message_block ul.error {
   border-top: 1px solid #ecd757;
   border-bottom: 1px solid #ecd757;
   background: #fcf6d0 url(../../images/message_block/error_m.gif) 1em 50% no-repeat;
 }
 
-#message_block ul.info {
+.message_block ul.info {
   border-top: 1px solid #ecd757;
   border-bottom: 1px solid #ecd757;
   background: #fcf6d0 url(../../images/message_block/info_m.gif) 1em 50% no-repeat;
 }
 
-#message_block ul.notice {
+.message_block ul.notice {
   border-top: 1px solid #ecd757;
   border-bottom: 1px solid #ecd757;
   background: #fcf6d0 url(../../images/message_block/notice_m.gif) 1em 50% no-repeat;
 }
 
-#message_block ul.confirm {
+.message_block ul.confirm {
   border-top: 1px solid #ecd757;
   border-bottom: 1px solid #ecd757;
   background: #fcf6d0 url(../../images/message_block/confirmation_m.gif) 1em 50% no-repeat;
 }
 
-#message_block ul.warn {
+.message_block ul.warn {
   border-top: 1px solid #ecd757;
   border-bottom: 1px solid #ecd757;
   background: #fcf6d0 url(../../images/message_block/warn_m.gif) 1em 50% no-repeat;</diff>
      <filename>assets/stylesheets/message_block.css</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ module Rubiety
         options[:model_error_type] ||= :error
         options[:flash_types] ||= [:notice, :back, :confirm, :error, :info, :warn]
         options[:on] ||= controller.controller_name.split('/').last.gsub(/\_controller$/, '').singularize.to_sym
-        options[:html] ||= {:id =&gt; 'message_block'}
+        options[:html] ||= {:id =&gt; 'message_block', :class =&gt; 'message_block'}
         options[:html][:id] = options[:id] if options[:id]
         options[:html][:class] = options[:class] if options[:class]
         options[:container] = :div if options[:container].nil?</diff>
      <filename>lib/message_block/helpers.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3a6684541f714837eeda55df6b1b5cbd3bd2f33e</id>
    </parent>
  </parents>
  <author>
    <name>Ben Hughes</name>
    <email>ben@railsgarden.com</email>
  </author>
  <url>http://github.com/railsgarden/message_block/commit/b3b48e5dba1a0859ada258246ae82dd7a7657435</url>
  <id>b3b48e5dba1a0859ada258246ae82dd7a7657435</id>
  <committed-date>2009-04-08T17:28:52-07:00</committed-date>
  <authored-date>2009-04-08T17:28:52-07:00</authored-date>
  <message>Changed CSS specifiers to use class name instead of ID to support multiple message blocks.</message>
  <tree>943f78193bc005dd5b1c9dda4dda02ce470b4932</tree>
  <committer>
    <name>Ben Hughes</name>
    <email>ben@railsgarden.com</email>
  </committer>
</commit>
