tabs->spaces everywhere; sorry folks - \!blame sublime

This commit is contained in:
Matthew Hodgson
2015-07-14 12:11:01 +01:00
parent 69d1844773
commit dff9353339
11 changed files with 149 additions and 149 deletions
+11 -11
View File
@@ -20,23 +20,23 @@ limitations under the License.
}
.mx_MemberTile_avatar {
display: table-cell;
padding-right: 12px;
padding-top: 3px;
padding-bottom: 3px;
vertical-align: middle;
width: 32px;
height: 32px;
display: table-cell;
padding-right: 12px;
padding-top: 3px;
padding-bottom: 3px;
vertical-align: middle;
width: 32px;
height: 32px;
}
.mx_MemberTile_avatar img {
border-radius: 16px;
background-color: #dbdbdb;
border-radius: 16px;
background-color: #dbdbdb;
}
.mx_MemberTile_name {
display: table-cell;
vertical-align: middle;
display: table-cell;
vertical-align: middle;
overflow: hidden;
text-overflow: ellipsis;
}