1
0
mirror of https://github.com/ubf/ubf.git synced 2026-04-29 16:18:49 +00:00
Files
ubf/bootstrap/less/grid.less
Joseph Wayne Norton 87038e9f3b UBF 2.1 web assets
2013-03-25 13:01:33 +09:00

22 lines
429 B
Plaintext

//
// 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;
}