In my html, I used "container" class.

When I use 
//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/css/bootstrap-combined.min.css

the container settings are like 

@media (min-width: 1200px)
.container, .navbar-static-top .container, .navbar-fixed-top .container, 
.navbar-fixed-bottom .container {
width: 1170px;
}

.container {
margin-right: auto;
margin-left: auto;
}

When I use compiled less.. the container settings are like this:

.container, .navbar-static-top .container, .navbar-fixed-top .container, 
.navbar-fixed-bottom .container {
width: 940px;
}

Why is this difference?

-- 
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