Merge pull request #3699 from vijeth-aradhya/master

Fix #3683 and fix #3651
This commit is contained in:
tofumatt ☕️ 2016-10-14 10:31:57 +01:00 коммит произвёл GitHub
Родитель 8a1af4a4db a6c1f564e9
Коммит e88912551f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -16,7 +16,7 @@
margin: 5px 0 10px;
}
li.profile-photo a.delete {
margin: 10px 0 0 137px;
margin: 10px 0 0 0;
}
.more {
font-size: 0.8em;
@ -50,7 +50,7 @@
.html-rtl .prettyform {
.avatar,
li.profile-photo a.delete {
margin-right: 137px;
margin-right: 0;
margin-left: 0;
}
}