Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on the Bootstrap 3.0 documentation? #9365

Closed
mica16 opened this issue Aug 12, 2013 · 3 comments
Closed

Error on the Bootstrap 3.0 documentation? #9365

mica16 opened this issue Aug 12, 2013 · 3 comments

Comments

@mica16
Copy link

mica16 commented Aug 12, 2013

Hello,

In the CSS tab, it is specified that concerning extra small devices (< 768px), Grid always adopts an horizontal style.

Isn't it rather the inverse? : For extra small devices, grid always collapsed, and only start having an horizontal behavior since 768px and above.

@ggam
Copy link
Contributor

ggam commented Aug 12, 2013

Not exactly, although I think there's actually an error on that.
What it means is, when you only specify .col (renamed to .col-xs in latest update), the grid will always be horizontal. But that's not really the case, as its media query specifies that it should only work on <768 screens. So, starting from 768 px, the grid will be collapsed.

So, to be accurate, the grid behavior should state: "collapsed to start, horizontal below breakpoints".

@mica16
Copy link
Author

mica16 commented Aug 12, 2013

I understand :) Thanks

@mdo
Copy link
Member

mdo commented Aug 12, 2013

The .col-xs grid columns don't collapse after 768px—they stay horizontal. And that's intended behavior for now, so I'm unsure what else to put in the description without being overly verbose.

@mdo mdo closed this as completed Aug 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants