2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

New grid classes

This commit is contained in:
Mark Otto
2013-03-26 17:12:17 -07:00
parent 1e9be3644c
commit ca31f060a8
13 changed files with 324 additions and 320 deletions
+3 -3
View File
@@ -12,7 +12,7 @@
.row {
.make-row();
}
[class^="span"] {
[class*="col-span-"] {
position: relative;
min-height: 1px;
padding-left: (@grid-gutter-width / 2);
@@ -25,7 +25,7 @@
max-width: 728px;
}
// Generate the grid columns and offsets
[class^="span"] { float: left; }
[class*="col-span-"] { float: left; }
.generate-grid-columns(@grid-columns);
}
@@ -44,6 +44,6 @@
}
// Reset utility classes due to specificity
[class*="span"].pull-right {
[class*="col-span-"].pull-right {
float: right;
}