Skip to content

Commit

Permalink
Style the signature for the nigthgrey CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Aug 31, 2011
1 parent 41b0b16 commit 1526163
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/stylesheets/contrib/nightgrey.css
Expand Up @@ -946,6 +946,16 @@ footer.actions .tag_in_place {
margin-top: -10px;
}

/* la signature */
li.comment .content .signature {
color: #999;
font-size: 11px;
}
li.comment .content .signature:before {
white-space: pre-line;
content: "-- \a";
}

.comment.new-comment h2 {
border: 1px solid red;
}
Expand Down

0 comments on commit 1526163

Please sign in to comment.