[17:02] daker: ping [17:06] cjohnston: pong [17:07] daker: on http://162.213.34.2:8000/smokeng/saucy/image/638/camera-app-autopilot/68414/ is it possible to make the li's under 'artifacts' space based upon the text in the li [17:07] say we have a really long file name, it would need more space, and the first column can really use less space [17:19] cjohnston: i think you should use this structure http://paste.ubuntu.com/5993500/ [17:20] you'll have the list sidebyside with float:left [17:20] daker: I need it to auto wrap because I have no defined number of files [17:20] then the width of each ul will depends on the bigger element on it [17:20] cjohnston: yes [17:22] {% if forloop.counter|divisibleby:X %} [17:23] then will need to find the X since you only have 3 lists [17:23] x = numbers_of_file/3 [17:27] cjohnston: ^ [17:32] cjohnston: http://paste.ubuntu.com/5993533/ [18:07] daker: with that, how do I get the ul's side by side [19:20] ul.files { float: left;} [19:20] jamestunnicliffe: [19:21] opps wrong tab :) [19:21] cjohnston: ^