<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,48 +1,29 @@
 = Cassandra, a.k.a Cssy
 
-Cssy is a CSS companion to Markaby.  You declare selectors using methods named after the type selectors (i.e. tags) or after the class and id selectors of your choice, which are handled by method_missing.  As in Markaby, id selectors are distinguished from class selectors by the &quot;!&quot; at the end of the method name.  You can chain class/id selectors onto type selectors and each other.
+Cassandra is a CSS companion to Markaby.  You declare selectors using methods named after the type selectors (i.e. tags) or after the class and id selectors of your choice, which are handled by method_missing.  As in Markaby, id selectors are distinguished from class selectors by the &quot;!&quot; at the end of the method name.  You can chain class/id selectors onto type selectors and each other.
 
 Because in CSS you don't have to begin with a type selector, starting a selector chain with a class/id selector is currently allowed in Cassandra.  This may go away in the future.
 
 == Usage
 
 
-  css = Cssy.new
-  css.process do
-  
-    div {
-    
-      # this is a property on div
-      background :red
-
-      selector('ul li') {
-        color :green
-      }
+  @css = Cssy.new
+  @css.process do
 
-      p.ugly.truly {
-        color :aqua
-      }
+    body { background_color &quot;#F8F7F1&quot;}
+    div.content! { 
+      width &quot;700px&quot;; margin &quot;25px auto&quot;
 
-      selector('.smurf').house {
-        height '256px'
+      a { 
+        color &quot;#212F54&quot;;
+        text_decoration :none
+        font_weight :bold
       }
 
-      menu! {
-        padding &quot;10px&quot;
-      }
-
-      # this is a property on div, again
-      width '9934px' 
+      ul.links! { list_style &quot;url(flower.png)&quot;  }
     }
 
-    gargamel do
-      margin(&quot;0px&quot;)
-    end
-
-    selector('.outer.middle.inner') do
-      top(&quot;34px&quot;)
-    end
   end
   
-  css.data    #=&gt; array of arrays
-  css.output  #=&gt; string of css
\ No newline at end of file
+  @css.data    #=&gt; array of arrays
+  @css.to_s
\ No newline at end of file</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a7a4c0f079c33044ca8c3bd7dcd708249deab7ab</id>
    </parent>
  </parents>
  <author>
    <name>Matthew King</name>
    <email>automatthew@gmail.com</email>
  </author>
  <url>http://github.com/automatthew/cassandra/commit/edec54b34647a14a4c73ff59580c773d05ab627c</url>
  <id>edec54b34647a14a4c73ff59580c773d05ab627c</id>
  <committed-date>2008-09-08T10:16:00-07:00</committed-date>
  <authored-date>2008-09-08T10:16:00-07:00</authored-date>
  <message>update readme to look like site</message>
  <tree>bae8b37f48394dfd96ebd25b31a38d9d1237cd5c</tree>
  <committer>
    <name>Matthew King</name>
    <email>automatthew@gmail.com</email>
  </committer>
</commit>
