Skip to content
Snippets Groups Projects
Commit 846ae322 authored by llaffont's avatar llaffont
Browse files

Nombre de boîtes max dans une colonne passé à 12

parent 5d3fe00d
No related merge requests found
......@@ -99,7 +99,7 @@
#dhtmlgoodies_mainContainer #box1, #dhtmlgoodies_mainContainer #box2, #dhtmlgoodies_mainContainer #box3 {
height: 280px;
height: 380px;
}
#dhtmlgoodies_mainContainer #box4 {
......
......@@ -3,7 +3,7 @@
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// VARIABLES YOU COULD MODIFY
var boxSizeArray = [9,9,9,9,9,9,9,9]; // Array indicating how many items there is rooom for in the right column ULs
var boxSizeArray = [12,12,12,12,12,12,12,12]; // Array indicating how many items there is rooom for in the right column ULs
var arrow_offsetX = -5; // Offset X - position of small arrow
var arrow_offsetY = 0; // Offset Y - position of small arrow
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment