Revert "Fix: CSS to reveal hidden or partially visible avatars on 2nd line"

This reverts commit a6d6f6b42a.
This commit is contained in:
Jeff Atwood 2014-10-03 09:25:36 -07:00
parent d4f9228058
commit 4343b19c1b

View File

@ -384,7 +384,7 @@ a.star {
/* limit to one line of avatars for now */
height:30px;
overflow:visible;
overflow:hidden;
}
.avatar {
@ -415,7 +415,6 @@ a.star {
.avatars,
.links,
.information {
clear:left;
padding: 7px 10px 15px 10px;
color: $primary;
}