All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.bootstrap.less.grid.less Maven / Gradle / Ivy

The newest version!
//
// Grid system
// --------------------------------------------------


// Fixed (940px)
#grid > .core(@gridColumnWidth, @gridGutterWidth);

// Fluid (940px)
#grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth);

// Reset utility classes due to specificity
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy