]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Added missing grid make-column mixins and fixed some inconsistencies 9203/head
authorGuillermo González de Agüero <ggam@brainleakage.com>
Wed, 7 Aug 2013 19:15:01 +0000 (21:15 +0200)
committerGuillermo González de Agüero <ggam@brainleakage.com>
Wed, 7 Aug 2013 19:15:01 +0000 (21:15 +0200)
commit001e5d3da9c53474a61adda8046cb6d05901dcbd
tree890d5fdbfcdd80c8187135f062735a503c8dcdac
parentd490c35af379341a51bf853a5b46852e527e4ca7
Added missing grid make-column mixins and fixed some inconsistencies

make-column() was still been use to generate "medium size" columns (col-sm), while make-small-column was creating the default columns (col).
I also changed @grid-float-breakpoint to @screen-small, as it was used in make-row() and I think it makes more sense here than the other.
less/mixins.less