MediaWiki:OSM.js: Difference between revisions
Content deleted Content added
sizing fix |
more solid size |
||
Line 34:
$('<div>').attr('id', 'openstreetmap-container').css({
width: '100%',
height: Math.max(Math.floor($(window).height() / 2), 350) + 'px',
clear: 'both',
'padding-bottom': '15px',
'border-bottom': '1px solid #a2a9b1',
'box-sizing': 'border-box',
resize: 'vertical',
overflow: 'hidden'
|