I'm trying to get a div "content" that resizes to the number of divs that fit in a line. So the example works fine when the window is bigger than all the 'item' divs combined so they're all in a row, but when the window is resized smaller so one of the items is reflowed to the next row, the content div's width is 100% instead of shrink wrapped.
The reason I want this is so I can have centered content with a menu bar above the content that shrinks to the size of the combined reflowed content.