Bug 955465 - User icon overflows its rounded border, r=florian.

This commit is contained in:
Nihanth Subramanya 2013-06-30 22:27:32 +05:30
Родитель f751ab9275
Коммит e1af61781c
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -329,6 +329,7 @@ group[closed] .twisty {
#userIcon {
border: 2px solid rgba(0,0,0,0.15);
border-radius: 5px;
overflow: hidden;
max-width: 48px;
max-height: 48px;
width: 48px;

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

@ -46,6 +46,7 @@
.userIcon {
border: 2px solid rgba(0,0,0,0.15);
border-radius: 5px;
overflow: hidden;
max-width: 48px;
max-height: 48px;
width: 48px;