Comment when/author link styling changes

This commit is contained in:
Christopher Allan Webber
2013-04-13 12:06:19 -05:00
parent 05ad187b86
commit 64308aca3f
2 changed files with 23 additions and 2 deletions

View File

@@ -360,6 +360,25 @@ textarea#description, textarea#bio {
font-size: 0.9em;
}
a.comment_authorlink {
text-decoration: none;
padding-right: 5px;
font-weight: bold;
padding-left: 2px;
}
a.comment_authorlink:hover {
text-decoration: underline;
}
a.comment_whenlink {
text-decoration: none;
}
a.comment_whenlink:hover {
text-decoration: underline;
}
.comment_content {
margin-left: 8px;
margin-top: 8px;