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. limitations under the License.
*/ */
.mx_MemberAvatar_image { .mx_MemberAvatar {
z-index: 20;
border-radius: 20px;
position: relative; position: relative;
} }
@ -27,6 +25,6 @@ limitations under the License.
speak: none; speak: none;
} }
.mx_MemberAvatar { .mx_MemberAvatar_image {
position: relative; border-radius: 20px;
} }