Skip to content

Commit

Permalink
Style fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cespare committed Feb 14, 2013
1 parent 27c1033 commit 42cf479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions public/css/diff_view.scss
Expand Up @@ -323,9 +323,7 @@
}
.name.deleted {
color: #888;
span {
font-weight: normal;
}
span { font-weight: normal; }
}

.permalink a { color: $lightTextColor; }
Expand Down
2 changes: 1 addition & 1 deletion views/_comment.erb
Expand Up @@ -5,7 +5,7 @@
data-comment-raw="<%= CGI::escape_html(comment.text)%>">
<div class="heading">
<div class="avatar"><img src="<%= comment.user.gravatar %>" /></div>
<% if !!comment.user.deleted_at %>
<% if comment.user.deleted_at %>
<span class="name north deleted" rel="tipsy" title="deleted user">
<% else %>
<span class="name">
Expand Down

0 comments on commit 42cf479

Please sign in to comment.