Skip to content

Commit

Permalink
making the icons smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjohnst committed Dec 21, 2009
1 parent 7bbe42c commit b13aec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/library/list.html.erb
Expand Up @@ -4,7 +4,7 @@
<tr bgcolor="#FFFFFF">
<td><%= link_to item.title, :action => :detail, :id => item %></td>
<td><%=h item.description %></td>
<td><img src="/images/pdf_icon.png"><img src="/images/epub_icon.png"><img src="/images/mobi_icon.png"></td>
<td><img width="25" height="25" src="/images/pdf_icon.png"><img width="25" height="25" src="/images/epub_icon.png"><img width="25" height="25" src="/images/mobi_icon.png"></td>
<td><%=h item.publisher %></td>
</tr>
<% end %>
Expand Down

0 comments on commit b13aec3

Please sign in to comment.