anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

Fixing grid to use max-width, not width. #79

Closed wink closed 10 years ago

wink commented 10 years ago

The Bootstrap CSS actually has these set as a max-width, not a width. This bug was messing up some layouts of mine, so I went ahead and fixed it.

yury commented 10 years ago

Actually head version of bootstrap doesn't use max-with anymore. Take a look here https://github.com/twbs/bootstrap/blob/master/less/grid.less

I merger on everyday basis from bootstrap/master, if you need released version. Just use gem.

wink commented 10 years ago

Ah, ok, I must have been looking at the release version and not at master branch. Sorry.