I was testing the css using firebug , which shows dependcyhandler.axd for style sheets , the bootstrap is using theme.less but i cant find the container class which is set to 940px, there is a class .fixed-container , but the sitewidth is not mentioned , any ideas
Changing CSS
Hi,
I was testing the css using firebug , which shows dependcyhandler.axd for style sheets , the bootstrap is using theme.less but i cant find the container class which is set to 940px, there is a class .fixed-container , but the sitewidth is not mentioned , any ideas
/* Grid System */
.fixed-container() {
width: @siteWidth;
margin-left: auto;
margin-right: auto;
.clearfix();
}
Hi Mr A,
You can find more information about compiling .less for Boostrap in http://twitter.github.com/bootstrap/#less
There are also some Quick-start examples in
Hope it helps. Jorge
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.