<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -117,7 +117,7 @@ module TodosHelper
       &quot;&lt;span class=\&quot;tag\&quot;&gt;&quot; + 
         link_to(t.name, {:action =&gt; &quot;tag&quot;, :controller =&gt; &quot;todos&quot;, :id =&gt; t.name+&quot;.m&quot;}) + 
       &quot;&lt;/span&gt;&quot;}.join('')
-    &quot;&lt;span class=\&quot;tags\&quot;&gt;#{tag_list}&lt;/span&gt;&quot;
+    if not tag_list.empty? then &quot;&lt;span class=\&quot;tags\&quot;&gt;#{tag_list}&lt;/span&gt;&quot; end
   end
   
   def deferred_due_date</diff>
      <filename>app/helpers/todos_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -6,9 +6,9 @@ if not @not_done.empty?
   # only show a context when there are actions in it
   -%&gt;
 &lt;h2&gt;&lt;%=mobile_context.name%&gt;&lt;/h2&gt;
-&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;
+&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; class=&quot;c&quot;&gt;
 &lt;%= render :partial =&gt; &quot;todos/mobile_todo&quot;, 
            :collection =&gt; @not_done, 
            :locals =&gt; { :parent_container_type =&gt; &quot;context&quot; }-%&gt;
 &lt;/table&gt;
-&lt;% end -%&gt;
\ No newline at end of file
+&lt;% end -%&gt;</diff>
      <filename>app/views/contexts/_mobile_context.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -4,8 +4,7 @@ if mobile_todo.starred?
 else
   bullet = &quot;&lt;span class=r&gt;&amp;raquo;&amp;nbsp;&lt;/span&gt;&quot;
 end -%&gt;
-&lt;div class=&quot;t&quot; id=&quot;&lt;%= dom_id(mobile_todo) %&gt;&quot;&gt;
-&lt;tr valign=&quot;top&quot;&gt;&lt;td&gt;&lt;%= bullet %&gt;&lt;/td&gt;&lt;td&gt;&lt;% 
+&lt;tr class=&quot;t&quot; id=&quot;&lt;%= dom_id(mobile_todo) %&gt;&quot; valign=&quot;top&quot;&gt;&lt;td&gt;&lt;%= bullet %&gt;&lt;/td&gt;&lt;td&gt;&lt;% 
     if mobile_todo.completed?  
 -%&gt;&lt;span class=&quot;m_t_d&quot;&gt;
 &lt;%  else 
@@ -23,4 +22,4 @@ end -%&gt;
        &quot;)&lt;/span&gt;&quot; -%&gt;
 &lt;%  end -%&gt;
  &lt;%= tag_list_mobile -%&gt;
-&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/div&gt;
\ No newline at end of file
+&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;</diff>
      <filename>app/views/todos/_mobile_todo.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -60,10 +60,6 @@ h4.notice {
   color: #007E00;
 }
 
-div.t {
-    padding-left:5px;
-}
-
 span.tag {
   font-size: XX-small;
   background-color: #CCE7FF;
@@ -125,4 +121,8 @@ span.prj, span.ctx{
 
 .errors {
       background: #FFC2C2;
-}
\ No newline at end of file
+}
+
+table.c {
+      margin-left: 5px;
+}</diff>
      <filename>public/stylesheets/mobile.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>229a1144413fcf5633730d75cbe61c9314138ab6</id>
    </parent>
  </parents>
  <author>
    <name>Jakub A.Tesinsky</name>
    <email>gorn@norah.cz</email>
  </author>
  <url>http://github.com/bsag/tracks/commit/a0d23629531f37728a0da046d8edc20a5a6f2907</url>
  <id>a0d23629531f37728a0da046d8edc20a5a6f2907</id>
  <committed-date>2008-12-01T17:22:36-08:00</committed-date>
  <authored-date>2008-12-01T17:22:36-08:00</authored-date>
  <message>Optimalized mobile pages - span for empty tags is not included, divs around tr were against html specification and caused some mobiles render the page incorrectly.</message>
  <tree>a04855848a4d4efaa69f80d128882d76628a19fb</tree>
  <committer>
    <name>Jakub A.Tesinsky</name>
    <email>gorn@norah.cz</email>
  </committer>
</commit>
