Skip to content

Commit

Permalink
Some minor style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Jan 5, 2010
1 parent ae08f6b commit 974668b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
body > ul > li > a {
height: 25px;
padding-left: 54px;
padding-right: 40px;
padding-right: 70px;
padding-top: 13px;
}
li .date {
Expand Down Expand Up @@ -56,7 +56,7 @@
<% @whispers.each do |whisper| %>
<li>
<span class="count"><%= whisper.version %></span>
<a target="_blank" href="<%= whisper.url %>">
<a target="_blank" title="<%= whisper.name %>" href="<%= whisper.url %>">
<%= whisper.name %>
<span class="date"><%= whisper.created_at.strftime("%d %b %H:%M") %></span>
<span class="info"><%= whisper.info %></span>
Expand Down

0 comments on commit 974668b

Please sign in to comment.