mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 05:28:03 +02:00
Fix browser_notice style
This commit is contained in:
+6
-2
@@ -6,8 +6,12 @@ iD.ui = function(context) {
|
||||
map = context.map();
|
||||
|
||||
if (!iD.detect().support) {
|
||||
container.text(t('browser_notice'))
|
||||
.style('text-align:center;font-style:italic;');
|
||||
container
|
||||
.text(t('browser_notice'))
|
||||
.style({
|
||||
'text-align': 'center',
|
||||
'font-style': 'italic'
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user