bootstrap/less/grid.less

19 lines
392 B
Plaintext
Raw Normal View History

2012-06-29 12:46:45 +08:00
//
// Grid system
// --------------------------------------------------
// Set the container width, and override it for fixed navbars in media queries
.container {
.container-fixed();
max-width: 940px;
}
// Fixed (940px)
2012-12-01 07:43:07 +08:00
#grid > .core(@grid-column-width, @grid-gutter-width, @grid-row-width);
// Reset utility classes due to specificity
2012-09-26 13:20:24 +08:00
[class*="span"].pull-right {
float: right;
}