UX: larger numbers for topic summary,

This commit is contained in:
Jeff Atwood 2015-05-21 15:54:38 -07:00
parent ffc6a206e6
commit e7fc5abe5b

View File

@ -361,12 +361,6 @@ a.star {
} }
} }
/* in expanded avatar view, limit to one line for now */
.avatars.clearfix {
height: 25px;
overflow: hidden;
}
.avatar { .avatar {
float: left; float: left;
margin-right: 4px; margin-right: 4px;
@ -386,7 +380,7 @@ a.star {
line-height: 20px; line-height: 20px;
} }
.number, i { .number, i {
color: $primary; color: scale-color($primary, $lightness: 50%);
} }
.avatar a { .avatar a {
float: left; float: left;