1
0
mirror of https://github.com/djohnlewis/stackdump synced 2024-12-04 23:17:37 +00:00

Added missing rule to render external links in comments differently.

This commit is contained in:
Sam 2013-10-22 08:45:07 +11:00
parent 436b86b234
commit 09edf16128

View File

@ -226,7 +226,7 @@ h3, h4, h5, h6 {
margin-bottom: 7px;
}
.post-body .external-link {
.post-body .external-link, .post-comments .external-link {
color: #999999;
}
@ -400,4 +400,4 @@ h1.answers {
.importinprogress .subinfo, .errormessage .subinfo {
color: #999999;
}
}