<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>ajax-request-response.js</filename>
    </added>
    <added>
      <filename>ajax-update-response.html</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -58,14 +58,14 @@
   &lt;h1&gt;&lt;a href=&quot;http://gravityblast.com/projects/5-stars-rating/&quot;&gt;5 Stars Rating&lt;/a&gt;&lt;/h1&gt;
   &lt;p&gt;&lt;a href=&quot;http://gravityblast.com/&quot;&gt;by Andrea Franz&lt;/a&gt;&lt;/p&gt;
   &lt;h3&gt;Simple&lt;/h3&gt;
-  &lt;div id=&quot;songs&quot;&gt;
+  &lt;div class=&quot;example&quot;&gt;
     &lt;div class=&quot;song&quot;&gt;
       &lt;span class=&quot;title&quot;&gt;Song 1&lt;/span&gt;
       &lt;div class=&quot;simple_rating rating&quot; id=&quot;rating_song_1&quot;&gt;
         &lt;div class=&quot;stars&quot;&gt;
           &lt;div class=&quot;star on&quot;&gt;&lt;/div&gt;
           &lt;div class=&quot;star on&quot;&gt;&lt;/div&gt;
-          &lt;div class=&quot;star&quot;&gt;&lt;/div&gt;
+          &lt;div class=&quot;star on half&quot;&gt;&lt;/div&gt;
           &lt;div class=&quot;star&quot;&gt;&lt;/div&gt;
           &lt;div class=&quot;star&quot;&gt;&lt;/div&gt;
         &lt;/div&gt;        
@@ -86,7 +86,7 @@
   &lt;/div&gt;
   
   &lt;h3&gt;With label&lt;/h3&gt;
-  &lt;div id=&quot;songs&quot;&gt;
+  &lt;div class=&quot;example&quot;&gt;
     &lt;div class=&quot;song&quot;&gt;
       &lt;span class=&quot;title&quot;&gt;Song 3&lt;/span&gt;
       &lt;div class=&quot;simple_label rating&quot; id=&quot;rating_song_3&quot;&gt;
@@ -116,7 +116,7 @@
   &lt;/div&gt;
   
   &lt;h3&gt;Custom label&lt;/h3&gt;
-  &lt;div id=&quot;songs&quot;&gt;
+  &lt;div class=&quot;example&quot;&gt;
     &lt;div class=&quot;song&quot;&gt;
       &lt;span class=&quot;title&quot;&gt;Song 5&lt;/span&gt;
       &lt;div class=&quot;custom_label rating&quot; id=&quot;rating_song_5&quot;&gt;
@@ -147,7 +147,7 @@
   
   
   &lt;h3&gt;Custom label template&lt;/h3&gt;
-  &lt;div id=&quot;songs&quot;&gt;
+  &lt;div class=&quot;example&quot;&gt;
     &lt;div class=&quot;song&quot;&gt;
       &lt;span class=&quot;title&quot;&gt;Song 7&lt;/span&gt;
       &lt;div class=&quot;custom_label_template rating&quot; id=&quot;rating_song_7&quot;&gt;
@@ -177,7 +177,7 @@
   &lt;/div&gt;
   
   &lt;h3&gt;Custom label after rating&lt;/h3&gt;
-  &lt;div id=&quot;songs&quot;&gt;
+  &lt;div class=&quot;example&quot;&gt;
     &lt;div class=&quot;song&quot;&gt;
       &lt;span class=&quot;title&quot;&gt;Song 9&lt;/span&gt;
       &lt;div class=&quot;custom_label_after_rating rating&quot; id=&quot;rating_song_9&quot;&gt;
@@ -207,7 +207,7 @@
   &lt;/div&gt;
   
   &lt;h3&gt;Not disabled after voting&lt;/h3&gt;
-  &lt;div id=&quot;songs&quot;&gt;
+  &lt;div class=&quot;example&quot;&gt;
     &lt;div class=&quot;song&quot;&gt;
       &lt;span class=&quot;title&quot;&gt;Song 11&lt;/span&gt;
       &lt;div class=&quot;not_disabled_rating rating&quot; id=&quot;rating_song_11&quot;&gt;
@@ -237,7 +237,7 @@
   &lt;/div&gt;
   
   &lt;h3&gt;Custom resetting delay (1 second after mouseout)&lt;/h3&gt;
-  &lt;div id=&quot;songs&quot;&gt;
+  &lt;div class=&quot;example&quot;&gt;
     &lt;div class=&quot;song&quot;&gt;
       &lt;span class=&quot;title&quot;&gt;Song 13&lt;/span&gt;
       &lt;div class=&quot;custom_delay_rating rating&quot; id=&quot;rating_song_13&quot;&gt;
@@ -267,7 +267,7 @@
   &lt;/div&gt;
   
   &lt;h3&gt;After rate callback&lt;/h3&gt;
-  &lt;div id=&quot;songs&quot;&gt;
+  &lt;div class=&quot;example&quot;&gt;
     &lt;div class=&quot;song&quot;&gt;
       &lt;span class=&quot;title&quot;&gt;Song 15&lt;/span&gt;
       &lt;div class=&quot;after_rate_rating rating&quot; id=&quot;rating_song_15&quot;&gt;
@@ -297,7 +297,7 @@
   &lt;/div&gt;
   
   &lt;h3&gt;Ajax.Update&lt;/h3&gt;
-  &lt;div id=&quot;songs&quot;&gt;
+  &lt;div class=&quot;example&quot;&gt;
     &lt;div class=&quot;song&quot;&gt;
       &lt;span class=&quot;title&quot;&gt;Song 17&lt;/span&gt;
       &lt;div class=&quot;ajax_update_rating rating&quot; id=&quot;rating_song_17&quot;&gt;
@@ -327,7 +327,7 @@
   &lt;/div&gt;
     
   &lt;h3&gt;Ajax.Request (you can test it only with a webserver. Not offline.)&lt;/h3&gt;
-  &lt;div id=&quot;songs&quot;&gt;
+  &lt;div class=&quot;example&quot;&gt;
     &lt;div class=&quot;song&quot;&gt;
       &lt;span class=&quot;title&quot;&gt;Song 19&lt;/span&gt;
       &lt;div class=&quot;ajax_request_rating rating&quot; id=&quot;rating_song_19&quot;&gt;</diff>
      <filename>index.html</filename>
    </modified>
    <modified>
      <diff>@@ -15,10 +15,22 @@
   background: transparent url('../images/stars.png') no-repeat 0 0;
   float: left;
 }	  
-.rating .stars  .star.on {
+
+.rating .stars .star.on {
+  background-position: 0 -9px;
+}
+
+.rating .stars .star.on.half {
   background-position: 0 -9px;
+  width: 5px;
+  margin-right: 4px;
 }
 
 .rating.selected .stars .star.on {
   background-position: 0 -18px;
+}
+
+.rating.selected .stars .star.on.half {
+  width: 10px;
+  margin-right: 0px;
 }
\ No newline at end of file</diff>
      <filename>stylesheets/rating.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a2d112278a8b9d80513c914c7d8d86fcd54422be</id>
    </parent>
  </parents>
  <author>
    <name>Andrea Franz</name>
    <email>andrea@gravityblast.com</email>
  </author>
  <url>http://github.com/pilu/super-star-rating/commit/bd106a069f165d67d046c0a5eb1396b711c723a3</url>
  <id>bd106a069f165d67d046c0a5eb1396b711c723a3</id>
  <committed-date>2008-05-05T18:36:26-07:00</committed-date>
  <authored-date>2008-05-05T18:36:26-07:00</authored-date>
  <message>added half star</message>
  <tree>9300f5715a804344b2b00b9b87b8bb00648e7a7b</tree>
  <committer>
    <name>Andrea Franz</name>
    <email>andrea@gravityblast.com</email>
  </committer>
</commit>
