increase line-height of comments to match textarea, color links gray

This commit is contained in:
joshua stein 2012-08-20 16:05:16 -05:00
parent 41b6d7620a
commit a016086b44

View file

@ -310,6 +310,7 @@ ol.comments {
margin-left: 20px;
margin-bottom: 0em;
padding-left: 6px;
line-height: 1.35em;
}
ol.comments1 {
margin-left: 0;
@ -395,6 +396,10 @@ li.comment {
padding-bottom: 0.5em;
}
li.comment a {
color: #666;
}
ol.stories li:first-child {
padding-top: 0.5em;
}