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: b63005c684e182024da87bb70644b45a44136d1e (plain)
1
2
3
4
5
6
7
8
9
10
//
// Grid system
// --------------------------------------------------


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

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