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

How do I use bootstrap-responsive? #69

Closed
tarr11 opened this issue Feb 3, 2012 · 9 comments
Closed

How do I use bootstrap-responsive? #69

tarr11 opened this issue Feb 3, 2012 · 9 comments

Comments

@tarr11
Copy link

tarr11 commented Feb 3, 2012

I am trying to include the responsive module in my application.css - how would I accomplish this?

http://twitter.github.com/bootstrap/scaffolding.html#responsive

Thanks,
Doug

@seyhunak
Copy link
Owner

seyhunak commented Feb 3, 2012

In this version responsive styles not included. I'll include, it will merge with master.

@seyhunak
Copy link
Owner

seyhunak commented Feb 4, 2012

Included responsive styles to bootstrap.less. Does it work?
34b319e

@seyhunak
Copy link
Owner

seyhunak commented Feb 4, 2012

Responsive layout included, please see documentation.

@seyhunak seyhunak closed this as completed Feb 4, 2012
@johnbeynon
Copy link

I can't find any reference on how to use the responsive bootstrap in the docs - all the paths I try produce errors...

@seyhunak
Copy link
Owner

@johnbeynon, what errors? can you post full trace?
Also please check latest pull, #98 (some fixes done mosty about Less and overrides)

@kibaekr
Copy link

kibaekr commented Dec 20, 2012

Are there any documentations on how to enable responsive design, and how to use it?

The official documentation tells us to include the following snippet, but I'm not sure what I need to do to activate this with the gem.

@jameswilliamiii
Copy link
Contributor

Fluid is the responsive design. So you would just run rails g bootstrap:layout application fluid to apply a fluid (responsive) layout to your application layout file.

Maybe we should update the readme to clarify that fluid is responsive?

@jameswilliamiii
Copy link
Contributor

I submitted pull request 476 to update the readme.

@kibaekr
Copy link

kibaekr commented Dec 29, 2012

I used the rails g command to generate a fluid layout, and it seems to work when I reduce the page from fullwidth to 3/4 width, but the text doesn't respond when I reduce it further from the 3/4 point to 2/4 point. Is there something I am missing?

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

5 participants