Changes in styleshet and generated html to conform more to mobile w3c reccomendations.

This commit is contained in:
Jakub A.Tesinsky 2008-12-03 11:50:20 +01:00
parent f42025e5da
commit 96dc05e4f1
9 changed files with 82 additions and 44 deletions

View file

@ -6,9 +6,9 @@ if not @not_done.empty?
# only show a context when there are actions in it
-%>
<h2><%=mobile_context.name%></h2>
<table cellpadding="0" cellspacing="0" border="0">
<ul class="c">
<%= render :partial => "todos/mobile_todo",
:collection => @not_done,
:locals => { :parent_container_type => "context" }-%>
</table>
</ul>
<% end -%>