Financial-Times / o-grid

Responsive grid system
http://registry.origami.ft.com/components/o-grid
94 stars 17 forks source link

Remove the 'default' layout #46

Closed triblondon closed 9 years ago

triblondon commented 9 years ago

Browsers that do not support media queries should stack all grid containers vertically, so that we encourage a more 'mobile-first' design. Desktop UAs that lack decent media query support, but still have a significant user base can be locked to a particular layout at a fixed width, however those that do not support box-sizing cannot do this, so notably IE6 and 7 will display the site in a single column view.

IE7 does have max-width, so we can at least limit the width of the column when no media queries are active. In IE6, there's a hack available to apply max-width that we could include, probably in a oUseragentTarget.

So, in summary:

@danskinner are you OK with this?

danskinner commented 9 years ago

@triblondon Yes, absolutely.

wheresrhys commented 9 years ago

@AlbertoElias Have you done the ie6 hack? If so this can be closed

AlbertoElias commented 9 years ago

@wheresrhys What's the ie6 hack? I think I missed that though I also think the layout looks the same on IE6 and IE7

AlbertoElias commented 9 years ago

nudging @wheresrhys

kaelig commented 9 years ago

Removed this feature with #69.