1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-04-07 18:23:27 +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

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