check empty lines (etherpad is not ideal for this, as in HTML new lines are ignored, maybe changing line-height in Etherpad's CSS would make this easier?)
IMAGES
CHECK IMAGE SIZES!
If we set a percentage, it should go ok no? → see below the script to check resolution
BUGS
Cheastheet "How to install free software" titles are broken
What do you mean?
It's ok now but squares instead of glyphs on the pdf happens elsewhere now (must check all pages)
Script to check image resolution
To check image resolutions, run in your browser javascript console:
$("img").each(function(){
if (this.naturalHeight / $(this).height() < 3)
$(this).css("outline", "10px solid red");
});
That’s really funky!
What we say
The latest 10 commits, excluding the merges. There is a delay of an hour…