aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-09gruntMark Otto1-1/+1
2013-12-08Merge branch 'pr/11779' into drop_recess_for_lessMark Otto3-0/+27
Conflicts: Gruntfile.js package.json
2013-12-08Merge pull request #11792 from twbs/list-group-nestMark Otto1-15/+16
more nesting in .list-group-item-variant mixin
2013-12-08Merge branch 'pr/11778' into drop_recess_for_lessMark Otto4-37/+27
Conflicts: Gruntfile.js dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css
2013-12-08more nesting in .list-group-item-variant mixinChris Rebert1-15/+16
2013-12-08Switch to `&:extend(.clearfix all)` for clearfix mixinMark Otto10-239/+54
Original discussion: https://github.com/less/less.js/issues/1437#issuecomment-21383639. Since we’re switching to `grunt-contrib-less`, we can take advantage of newer LESS features than what RECESS supported. Included in that is the ability to `:extend`, and not only that, but `:extend(.mixin-name all)`. By doing so, we remove duplicate CSS for all our elements that were being clearfix-ed. Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686, #9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652. (dem issues, tho)
2013-12-08Merge branch 'master' into drop_recess_for_lessMark Otto3-5/+12
Conflicts: dist/css/bootstrap.min.css
2013-12-08more closely align property order with recessMark Otto3-496/+481
2013-12-08specify block indent as numeral to prevent fubared media query outputMark Otto2-690/+690
2013-12-08single array == no rogue spacesMark Otto2-431/+6
2013-12-08derp, don't sort min /cc @cvrebertMark Otto4-6011/+4
2013-12-08merge, compileMark Otto6-2903/+8086
2013-12-08fixups to csscomb grunt taskChris Rebert1-9/+10
2013-12-08Fixes #11786: Nest media queries within print utilities for mixin-friendlinessMark Otto3-5/+13
2013-12-08adding jsonMark Otto1-0/+321
2013-12-08restore original options valueMark Otto1-16/+1
2013-12-08Drop grunt-recess for grunt-contrib-less & coMark Otto2-24/+62
2013-12-08Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-4/+22
2013-12-08fix #11787: document stateful button JSChris Rebert2-4/+22
2013-12-08gruntMark Otto2-2/+2
2013-12-08Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-3/+3
2013-12-08Match customizer banner to Gruntfile bannerMark Otto2-2/+2
2013-12-08fix dependency mapping of buttons and button-groups in customizerMark Otto1-1/+1
2013-12-08fix <button>s with .btn but missing accompanying .btn-*Chris Rebert1-3/+3
2013-12-08Fix typo in new author meta tagJulian Thilo1-1/+1
2013-12-08Merge pull request #11780 from ZDroid/grunt-devMark Otto1-2/+0
Don't ignore Gruntfile, it's required for compile
2013-12-08Don't ignore Gruntfile, it's required for compileZlatan Vasović1-2/+0
2013-12-08Add csslint support.XhmikosR3-0/+27
2013-12-08Minify css with clean-css.XhmikosR4-17/+22
2013-12-08Add `.animation-*()` mixinsZlatan Vasović1-0/+24
2013-12-08Merge pull request #10709 from XhmikosR/quotesMark Otto30-346/+347
Quotes
2013-12-08Use single quotes consistently.XhmikosR30-346/+347
2013-12-08Drop redundant module importZlatan Vasović2-2/+3
2013-12-08Merge pull request #11739 from XhmikosR/lint-assetsMark Otto3-16/+20
Lint docs-assets/js/application.js and docs-assets/js/customizer.js.
2013-12-08fix validation failureMark Otto1-1/+1
2013-12-08Fixes #11741: Don't set headings font-family again, just use inheritMark Otto5-5/+5
2013-12-08Merge branch 'master' into pr/11744Mark Otto40-988/+1971
Conflicts: dist/css/bootstrap.min.css
2013-12-08add vertical-align back to where it's necessary since we reset from block to ↵Mark Otto3-1/+7
inline-block on several inputs
2013-12-08Merge pull request #11748 from bganicky/patch-1Mark Otto1-4/+4
Updated .scale() mixin so that it accepts optional vertical scale factor...
2013-12-08Merge branch 'master' into pr/11750Mark Otto46-983/+1967
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.min.css
2013-12-08Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-4/+4
2013-12-07image compressionMark Otto4-0/+0
2013-12-07Merge pull request #11772 from KostyaTretyak/correctionMark Otto1-4/+4
Fixed some errors in the docs javascript.html
2013-12-07Add new template, CoverMark Otto4-2/+246
2013-12-08Merge branch 'master' of https://github.com/twbs/bootstrap into correctionkostyatretyak21-906/+1183
2013-12-08Fixed some errors in the docs javascript.htmlkostyatretyak1-4/+4
2013-12-07Add .container-fluid variation for full-width containers and layoutsMark Otto6-17/+85
/cc #10711 #9862
2013-12-07Add new template, DashboardMark Otto4-2/+345
2013-12-07improve icon display on narrow devicesMark Otto2-806/+814
2013-12-07prevent horizontal scroll on componentsMark Otto1-1/+1