James Campos be9c5785be prevent vertical scrollbar in chrom thumbnails
imgs w/o src have 0 width / height, floating / absolutely positioned
elements don't fill up the parent, so the parent thinks it has 0 width /
height, and chrom doesn't reposition when the img does get a src.

the file input always has a width / height, so don't float / position it
so it fills up the  parent.
2011-09-24 14:06:40 -07:00
2011-09-21 22:45:26 +02:00
2011-09-22 04:39:50 +02:00

Get 4chan X HERE.

Building

install nodejs and npm, install coffee-script with npm install -g coffee-script, clone 4chan x, cd into it and actually build with cake build. for development (continuous builds), run cake dev &. kill the process with killall node.

Description
No description provided
Readme 513 MiB
Languages
JavaScript 82.4%
CoffeeScript 14.3%
CSS 2%
HTML 1%
Makefile 0.2%