Nice theme and I like it a lot except for one little thing, the content height. How does one get the content height to match the height of the sidebar? When the sidebar is longer than the content, the content area does not come down all the way. This leaves the background color below the content area.

Comments

almightyhelmet’s picture

I suppose the problem comes from a missing container div. I played around with different css teaks. To no avail.
The page div is set to height=100%, as are body, main-content and content. The element you want to set to 100% height inherits the style from its ancestor, meaning if main-content does not receive such info, it cannot expand to the size of the page element.

For more info on the structure of html containers: http://stackoverflow.com/questions/172918/div-100-height-works-on-firefo...