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

Fixed issue where answers were in a difficult-to-read light grey colour.

This commit is contained in:
Samuel Lai 2012-02-11 19:23:33 +11:00
parent 1638617c3e
commit ded9a52d02

View File

@ -211,7 +211,7 @@ pre code {
.post-user {
float: right;
margin-left: 50px;
color: #333333;
color: #404040;
}
.post-comments {
@ -226,7 +226,7 @@ pre code {
.post-comments li {
border-bottom: 1px solid #E3E3E3;
padding: 7px 4px 7px 0;
color: #333333;
color: #404040;
}
.post-comments li:last-child {
@ -282,6 +282,7 @@ ul.answers > li {
padding-bottom: 30px;
border-bottom: 1px solid #999999;
margin-top: 30px;
color: #404040;
}
ul.answers > li:last-child {