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();
}
is working on a reply...