Thanks for your reply.

What exactly is the problem? Does the downloaded bootstrap behave 
> differently than you expect it to?
>

In the views with a maximum width of 658px and 760px I added this to the 
layout extending the outer layout.

<style type="text/css">
  {{if width:}}
  .container {max-width: 760px;}
  {{else:}}
  .container {max-width: 658px;}
  {{pass}}
</style>

In these views I always want the menu to be collapsed. In the other views 
extending the outer layout I want the default bootstrap
behaviour:

<!-- Everything you want hidden at 940px or less, place within here -->

I am looking for a way to achieve this, so far I end up with the default 
Bootstrap behaviour.

 

> The bootstrap-responsive.min.css file is missing simply because the 
> customized version includes everything in the basic .css file, it's not an 
> error.
>
 
Thanks, I did not know that.


Best,

Annet

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to