revert 23d45d7f33 and apply a better fix which works for both chrome & FF

This commit is contained in:
Matthew Hodgson 2015-11-29 13:18:37 +00:00
parent 01f0e61d6e
commit af6bd53d38
2 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,7 @@ limitations under the License.
*/ */
.mx_MemberAvatar { .mx_MemberAvatar {
/* commenting this out as it breaks on FF seemingly */ position: relative;
/* position: relative; */
} }
.mx_MemberAvatar_initial { .mx_MemberAvatar_initial {

View File

@ -27,6 +27,7 @@ limitations under the License.
margin-left: -73px; margin-left: -73px;
margin-top: -4px; margin-top: -4px;
float: left; float: left;
position: relative;
} }
.mx_EventTile_avatar img { .mx_EventTile_avatar img {