Welcome to mirror list, hosted at ThFree Co, Russian Federation.

grid.less « less - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e62a960932f5e2696b79153ac073c4559d8e5971 (plain)
1
2
3
4
5
// Fixed (940px)
#grid > .core(@gridColumnWidth, @gridGutterWidth);

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