Re: [css-d] Display: table and CSS3

2012-11-27 Thread Philippe Wittenbergh
Le 28 nov. 2012 à 09:28, Kyle Sessions a écrit : > My markup essentially follows this structure: > > > ... > ... > > > On the desktop version, it's all fine. #sidebar is floated right, #content > is floated left, everything looks good. On the mobile version, I've > disabled floatin

Re: [css-d] Display: table and CSS3

2012-11-27 Thread Kyle Sessions
Thanks, Philippe! On Tue, Nov 27, 2012 at 4:15 PM, Philippe Wittenbergh wrote: > > Le 28 nov. 2012 à 08:17, Kyle Sessions a écrit : > > > I have a div in my project that I had styled with rounded corners > > (border-radius: 4px; border: 1px solid #aaa;). Then, later on, for > > layout/display pu

Re: [css-d] Display: table and CSS3

2012-11-27 Thread Philippe Wittenbergh
Le 28 nov. 2012 à 08:17, Kyle Sessions a écrit : > I have a div in my project that I had styled with rounded corners > (border-radius: 4px; border: 1px solid #aaa;). Then, later on, for > layout/display purposes, I gave that div display: table-row-group;. (I've > actually tried several table-rel

[css-d] Display: table and CSS3

2012-11-27 Thread Kyle Sessions
Hi everyone, I have a div in my project that I had styled with rounded corners (border-radius: 4px; border: 1px solid #aaa;). Then, later on, for layout/display purposes, I gave that div display: table-row-group;. (I've actually tried several table-related display options, with the same result.) B