[css-d] Aligning elements in a 'grid'

2010-11-26 Thread Bobby Jack
Hi all, I have a series of elements (marked up as a UL) that I'd like to display in rows. Each LI has the same width, but a variable height. I'd like a solution for the case in which there are a fixed number of 'columns', and when the number of columns is variable; for the latter, each LI is a

Re: [css-d] ANN: hcss/0.1

2010-11-26 Thread Bobby Jack
--- On Sat, 11/20/10, Jonas Galvez jonasgal...@gmail.com wrote: hcss is markup for css. Runs on Python 2.2+. https://github.com/galvez/hcss It's an interesting approach but I think, until it can fully express all CSS selectors, it's flawed. How, for example, can you use hcss to generate

Re: [css-d] Aligning elements in a 'grid'

2010-11-26 Thread David Hucklesby
On 11/26/10 3:18 AM, Bobby Jack wrote: Hi all, I have a series of elements (marked up as a UL) that I'd like to display in rows. Each LI has the same width, but a variable height. I'd like a solution for the case in which there are a fixed number of 'columns', and when the number of columns is

Re: [css-d] ANN: hcss/0.1

2010-11-26 Thread Jonas Galvez
Bobby Jack wrote: It's an interesting approach but I think, until it can fully express all CSS selectors, it's flawed. Well, it is still a 0.1 release, it's work-in-progress! :) How, for example, can you use hcss to generate this CSS? .container p { line-height: 2; } For cases where the