Skip to content

Commit

Permalink
#89 closed: "Make action links consistent with the rest of user inter…
Browse files Browse the repository at this point in the history
…face"
  • Loading branch information
ignatov committed Jul 26, 2011
1 parent 511434c commit 1765558
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/main/webapp/cotemplate.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,16 @@ background-color: #E5E5E5;
color: #999999;
}

.discussion_comment_actions > a {
color: #000000;
font-weight: bold;
text-decoration: none;
}

.discussion_comment_actions > a:hover {
text-decoration: underline;
}

#content h3 {
color: black;
padding: 4px;
Expand Down Expand Up @@ -173,4 +183,14 @@ background-color: #E5E5E5;

.content_avatar {
float: left;
}
}

.content_comment_actions > a {
color: #000000;
font-weight: bold;
text-decoration: none;
}

.content_comment_actions > a:hover {
text-decoration: underline;
}

0 comments on commit 1765558

Please sign in to comment.