fix image column span

master
grgr 2 years ago
parent 6c4186b6b7
commit 50ced7e584

@ -83,9 +83,11 @@ function createIndexSection(contribution) {
row.appendChild(col2);
table.appendChild(row);
});
trackList.appendChild(title);
trackList.appendChild(table);
}
trackList.appendChild(title);
trackList.appendChild(table);
}
function printViewToggle() {
@ -100,7 +102,7 @@ function printViewToggle() {
createBackToWebBtn();
} else {
//document.getElementsByTagName("head")[0].removeChild(printview);
pagejs.remove();
pagedjs.remove();
console.log("aooooo che cazzo");
}
}

@ -107,13 +107,18 @@
/*Sorry Gi, the multicolumn layout is too painful */
/* .contribution .content{
.contribution .content{
column-count: 2;
column-fill: auto;
}
.contribution li{
column-span: none;
} */
}
.contribution img{
column-span: all;
width: 200%;
}
.content p, .content h2 {

Loading…
Cancel
Save