We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf96fc0 commit 39aef85Copy full SHA for 39aef85
1 file changed
template/osm-map2.tpl
@@ -475,7 +475,7 @@ function toggle(arrow)
475
476
/* Update jcarousel and all witdh*/
477
if (nb_items>0) {
478
- var nb_items_width = nb_items*55; /* img is 40px + margin 5px + ?? 10px */
+ var nb_items_width = nb_items*45; /* img is 40px + margin 5px */
479
var document_width = $( document ).width();
480
var nav_width = document.getElementById('ribbon-map-nav').offsetWidth;
481
var results_width = document.getElementById('ribbon-map-results').offsetWidth;
0 commit comments