2014-12-19 13:52:12 -08:00
|
|
|
.text-muted a, .answerbox .text-muted a:hover {
|
2014-12-09 06:32:29 -08:00
|
|
|
color: $gray-dark;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.answerbox--img {
|
|
|
|
min-height: 32px;
|
|
|
|
min-width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
width: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.answerbox--img-small {
|
|
|
|
min-height: 20px;
|
|
|
|
min-width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.answerbox--question-text, .answerbox--question-user {
|
|
|
|
margin-bottom: 0px;
|
2014-12-27 06:59:09 -08:00
|
|
|
overflow: hidden;
|
2014-12-09 06:32:29 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.answerbox--question-text {
|
|
|
|
font-weight: bold;
|
|
|
|
color: $gray-darker;
|
|
|
|
}
|