fix restore modal's title alignment

fix #1581
This commit is contained in:
Ansis Brammanis
2013-06-10 14:31:16 -04:00
parent 4b4f20461d
commit ef577ae710
+1 -1
View File
@@ -13,7 +13,7 @@ iD.ui.Restore = function(context) {
introModal.attr('class','cf');
introModal.append('div')
.attr('class', 'modal-section header')
.attr('class', 'modal-section')
.append('h3')
.text(t('restore.heading'));