Bug 860951 - Make newlines work in XUL alerts. r=Unfocused

--HG--
extra : rebase_source : a18b39cad30e711e033c91a2e67979884a8c68cf
This commit is contained in:
Reuben Morais 2013-05-23 16:30:27 -07:00
Родитель badac86d3c
Коммит edadb68f2e
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -8,6 +8,10 @@
animation-name: alert-animation;
}
.alertText {
white-space: pre-wrap;
}
@keyframes alert-animation {
to {
visibility: hidden;