<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,9 +1,7 @@
 &lt;div class=&quot;event_detail &lt;%= event_class(event) %&gt;&quot;&gt;
 &lt;h2&gt;&lt;%= event.name %&gt;&lt;/h2&gt;
-&lt;p class=&quot;date&quot;&gt;&lt;%= event.date.strftime(&quot;%a %e %b&quot;)  %&gt;&lt;/p&gt;
-&lt;span class=&quot;counter&quot;&gt;&lt;%= event.number_of_days_remaining %&gt;&lt;/span&gt; Days remaining
-&lt;br&gt;
-&lt;span class=&quot;counter&quot;&gt;&lt;%= event.preceeding_lessons.size %&gt;&lt;/span&gt; Lessons remaining beforehand
-&lt;br&gt;
-&lt;span class=&quot;counter&quot;&gt;&lt;%= event.preceeding_events.size %&gt;&lt;/span&gt; Events remaining beforehand
+&lt;div class=&quot;date&quot;&gt;&lt;%= event.date.strftime(&quot;%a %e %b&quot;)  %&gt;&lt;/div&gt;
+&lt;div&gt;&lt;span class=&quot;counter&quot;&gt;&lt;%= event.number_of_days_remaining %&gt;&lt;/span&gt; Days remaining&lt;/div&gt;
+&lt;div&gt;&lt;span class=&quot;counter&quot;&gt;&lt;%= event.preceeding_lessons.size %&gt;&lt;/span&gt; Lessons remaining beforehand&lt;/div&gt;
+&lt;div&gt;&lt;span class=&quot;counter&quot;&gt;&lt;%= event.preceeding_events.size %&gt;&lt;/span&gt; Events remaining beforehand&lt;/div&gt;
 &lt;/div&gt;
\ No newline at end of file</diff>
      <filename>app/views/events/_event_detail.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -3,8 +3,12 @@
 #header {height: 100px;}
 
 /*Primary and secondary event colourings*/
-.primary{color: #140F06; background: #FFFFFF url(images/ui-bg_fine-grain_15_ffffff_60x60.png) repeat scroll 50% 50%; border: 1px solid #140F06;}
-.secondary{color: #FFFFFF; background: #654b24 url(images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat; }
+.secondary{border: 1px solid #b2a266; background: #f7f3de url(images/ui-bg_fine-grain_15_f7f3de_60x60.png) 50% 50% repeat; color: #3a3427; }
+.primary{border: 1px solid #681818; background: #b83400 url(images/ui-bg_fine-grain_68_b83400_60x60.png) 50% 50% repeat; color: #ffffff; }
+
+
+
+
 
 /*weekly div */
 div#weekly table {border-collapse: collapse;} /*odd but works in IE as well*/
@@ -19,7 +23,9 @@ div#weekly div#next_event{float:left; width: 400px;}
 
 /*Event detail box*/
 .event_detail{padding:10px;}
-
+.event_detail h2{margin:0;}
+.event_detail div{margin-bottom:4px;}
+.counter{border: 1px solid #b2a266; background: #f7f3de url(images/ui-bg_fine-grain_15_f7f3de_60x60.png) 50% 50% repeat; color: #3a3427; }
 .counter{font-size: x-large; border: 1px solid black; padding: 0 4px 0 4px;}
 
 /*daily div*/</diff>
      <filename>public/stylesheets/shared.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a4669ca2a93a9f74b3f33efda984ba9255d5bea1</id>
    </parent>
  </parents>
  <author>
    <name>Wildfalcon</name>
    <email>laurie@wildfalcon.com</email>
  </author>
  <url>http://github.com/wildfalcon/masterplan/commit/58a76557c4071e46ea97b806cf8df5bae937f8e6</url>
  <id>58a76557c4071e46ea97b806cf8df5bae937f8e6</id>
  <committed-date>2009-11-11T10:26:10-08:00</committed-date>
  <authored-date>2009-11-11T10:26:10-08:00</authored-date>
  <message>Added better colouring to primary and secondary events</message>
  <tree>4684dc296644c1916d663206d03f53a817bb90ac</tree>
  <committer>
    <name>Wildfalcon</name>
    <email>laurie@wildfalcon.com</email>
  </committer>
</commit>
