mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
few tweaks to responsive stuff, updated docs for grid system (still needs copy editing)
This commit is contained in:
@@ -85,6 +85,7 @@ a {
|
||||
// -----------
|
||||
// To customize the grid system, bring up the variables.less file and change the column count, size, and gutter there
|
||||
.row {
|
||||
margin-left: -@gridGutterWidth;
|
||||
.clearfix();
|
||||
}
|
||||
|
||||
@@ -93,10 +94,6 @@ a {
|
||||
[class*="span"] {
|
||||
.gridColumn();
|
||||
}
|
||||
// Kill the margin on the first column
|
||||
.row > [class*="span"]:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
// Default columns
|
||||
.span1 { .columns(1); }
|
||||
|
||||
Reference in New Issue
Block a user