Fix member avatar initials (I failed at git conflict merging)

This commit is contained in:
David Baker 2015-11-17 17:31:03 +00:00
parent da55081c68
commit c63dd376d8

View file

@ -14,9 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_MemberAvatar_image {
z-index: 20;
border-radius: 20px;
.mx_MemberAvatar {
position: relative;
}
@ -27,6 +25,6 @@ limitations under the License.
speak: none;
}
.mx_MemberAvatar {
position: relative;
.mx_MemberAvatar_image {
border-radius: 20px;
}