In my opinion, you don't need to specify what have to happens for "980px <x
< 1199px" range.
Because that range is default layout.
Just handle other resolution ranges.


On Wed, May 15, 2013 at 3:37 PM, Xipe Totec <[email protected]> wrote:

> But there is no .less file that covers that range. Where i specify what
> have to happens for that risolution range?
>
> As you can see in the Scaffolding page:
>
>
>    1. /* Large desktop */
>    2. @media (min-width: 1200px) { ... }
>    3.
>    4. /* Portrait tablet to landscape and desktop */
>    5. @media (min-width: 768px) and (max-width: 979px) { ... }
>    6.
>    7. /* Landscape phone to portrait tablet */
>    8. @media (max-width: 767px) { ... }
>    9.
>    10. /* Landscape phones and down */
>    11. @media (max-width: 480px) { ... }
>
>
>
> Il giorno mercoledì 15 maggio 2013 09:26:20 UTC+2, Alan Z ha scritto:
>>
>> See 
>> http://twitter.github.io/**bootstrap/scaffolding.html#**responsive<http://twitter.github.io/bootstrap/scaffolding.html#responsive>
>>
>> the Default profile is support  980px < x < 1199px
>>
>> Default 980px and up 60px20px
>>
>>
>> On Wed, May 15, 2013 at 3:17 PM, Xipe Totec <[email protected]> wrote:
>>
>>> I don't understand why Bootstrap Responsive doesn't cover the
>>> resolutions between 980px and 1199px, where 1024x768 is one of the most
>>> used resolution!
>>>
>>> x < 767px              OK768px < x < 979px      OK980px < x < 1199px     
>>> this range is not specified!
>>> x > 1200px             OK
>>>
>>> For example: When I show my website on a 1024x768 resolution it goes out
>>> of control, because there is no media query that specifies what have to
>>> happen for a resolution like that.
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "twitter-bootstrap" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to twitter-bootst...@**googlegroups.com.
>>>
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>> .
>>>
>>>
>>>
>>
>>
>>
>> --
>> Alan Zhu
>> ------------------------------**----------
>> MOBILE: +86 18502139300
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "twitter-bootstrap" 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.
>
>
>



-- 
Alan Zhu
----------------------------------------
MOBILE: +86 18502139300

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" 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