Bug 1291488 - Do not apply |margin: 0px| and |padding: 0px| to text-link outside of description in about dialog. r=dao

This commit is contained in:
Tooru Fujisawa 2016-08-13 15:34:57 +09:00
Родитель b9da2b39b7
Коммит f313312659
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -78,8 +78,8 @@
}
}
.text-link,
.text-link:focus {
description > .text-link,
description > .text-link:focus {
margin: 0px;
padding: 0px;
}