aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-15automatic grunt distBootstrap's Grunt bot4-3/+9
2015-01-15Merge pull request #15567 from twbs/fix-15565Mark Otto1-1/+1
Use @link-hover-decoration for .btn-link too; fixes #15565
2015-01-15Merge pull request #15482 from liias/patch-1Mark Otto1-0/+1
Add .disabled class styling for .btn-styles in theme
2015-01-15automatic grunt distBootstrap's Grunt bot1-1/+1
2015-01-15Merge pull request #15577 from KevinJannis/patch-1Mark Otto1-0/+1
Added blank line between selectors in jumbotron
2015-01-15Merge pull request #15578 from twbs/licensing-contributingChris Rebert1-3/+7
Clarify in CONTRIBUTING docs that CC-BY 3.0 License applies to Bootstrap's docs
2015-01-15Merge pull request #15576 from twbs/chrome-bug-449180Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #15298
2015-01-15Update grunt/bs-sass-compile/ to point to _bootstrap.scssGleb Mazovetskiy2-2/+2
2015-01-15Rename scss/bootstrap.scss -> scss/_bootstrap.scssGleb Mazovetskiy3-4/+4
This is required for Compass compatibility. See https://github.com/twbs/bootstrap-sass/issues/694 Also updates bower.json and package.json references to the main Sass file.
2015-01-15Clarify in CONTRIBUTING docs that CC-BY 3.0 License applies to Bootstrap's docsChris Rebert1-3/+7
[ci skip]
2015-01-15Added blank line between selectors in jumbotronKevin Jannis1-0/+1
2015-01-15Add Wall of Browser Bugs entry for #15298Chris Rebert1-0/+10
[skip sauce]
2015-01-15Docs: add missing "http://"Chris Rebert1-1/+1
2015-01-14Merge pull request #15560 from twbs/fix-15555Chris Rebert1-2/+2
Document that .form-inline & .form-horizontal work fine on non-<form>s too
2015-01-14Merge pull request #15569 from twbs/fix-15127Chris Rebert1-0/+10
Document usage of npm package
2015-01-14document usage of npm package; fixes #15127Chris Rebert1-0/+10
[skip sauce]
2015-01-14Merge pull request #63 from twbs/team-unityMark Otto3-23/+8
Core & Sass Teams are now one and the same bigger Team
2015-01-14Use @link-hover-decoration for .btn-link too; fixes #15565Chris Rebert1-1/+1
[skip sauce] [skip validator]
2015-01-14Core & Sass Teams are now one and the same bigger TeamChris Rebert3-23/+8
2015-01-13Document that .form-inline & .form-horizontal work fine on non-<form>s tooChris Rebert1-2/+2
Fixes #15555 [skip sauce]
2015-01-13Document that calling tooltip/popover .show()/.hide() qualifies as manual ↵Chris Rebert2-6/+6
triggering Fixes #15465 [skip sauce]
2015-01-13automatic grunt distBootstrap's Grunt bot2-1/+2
2015-01-13use strict mode for jqueryVersionCheck; fixes #15535Chris Rebert1-0/+1
2015-01-13Fix table-striped to work with bootstraps tooltips on rowsLee Penkman1-1/+1
2015-01-09Filed http://openradar.appspot.com/19435018Chris Rebert1-1/+1
Refs #14868
2015-01-09Filed http://openradar.appspot.com/19434933Chris Rebert1-1/+1
Refs #15205
2015-01-09Filed http://openradar.appspot.com/19434878Chris Rebert1-1/+1
Refs #11266, #13098
2015-01-09Merge pull request #15533 from twbs/crbug-377346-fixedChris Rebert1-10/+0
Remove #13892's entry from the Wall of Browser Bugs
2015-01-09http://crbug.com/377346 is claimed to be fixed in Chrome 41Chris Rebert1-10/+0
So remove its entry from the Wall of Browser Bugs. Refs #13892, #14037 [skip sauce]
2015-01-09remove more Glyphicon references from the docsChris Rebert2-11/+5
2015-01-09remove unused font filesThomas McDonald2-41/+0
2015-01-08Merge pull request #15524 from twbs/masonryChris Rebert1-0/+1
Add pointer to Masonry (& similar) in the Thumbnail docs
2015-01-08Remove libsass @media nesting bug workaroundChris Rebert1-14/+2
https://github.com/sass/libsass/issues/185 has been fixed. Refs #48
2015-01-08Revert "Remove libsass @media nesting bug workaround"Gleb Mazovetskiy1-2/+14
This reverts commit d6a5ebf438080a71bc78b561be20160afc12e6ec. There has not been a release of libsass with this fix yet, sorry!
2015-01-08add pointer to Masonry in the thumbnail docsChris Rebert1-0/+1
2015-01-08Merge pull request #58 from twbs/libsass-185Gleb Mazovetskiy1-14/+2
Remove libsass @media nesting bug workaround
2015-01-08docs: fix typo in media-queries.mdGleb Mazovetskiy1-2/+2
2015-01-07Remove libsass @media nesting bug workaroundChris Rebert1-14/+2
https://github.com/sass/libsass/issues/185 has been fixed. Refs #48
2015-01-07Merge pull request #25 from twbs/autoprefixer-bump-chromeChris Rebert1-1/+1
bump min Chrome in Autoprefixer to v35
2015-01-08automatic grunt distBootstrap's Grunt bot2-2/+2
2015-01-07Merge pull request #15463 from twbs/bump-lessChris Rebert2-126/+74
Bump grunt-contrib-less to ~1.0.0
2015-01-07bump min Chrome in Autoprefixer to v35Chris Rebert1-1/+1
2015-01-07update shrinkwrapChris Rebert1-125/+73
2015-01-07bump grunt-contrib-less to ~1.0.0Chris Rebert1-1/+1
2015-01-07gruntChris Rebert8-137/+70
2015-01-06Merge pull request #54 from twbs/overhaul-responsive-visibilityChris Rebert16-311/+212
Overhaul of responsive visibility classes
2015-01-06update responsive utility docs post-overhaulChris Rebert4-172/+173
2015-01-06add migration guidance regarding responsive visibility classesChris Rebert1-0/+2
2015-01-06Overhaul responsive visibility classesChris Rebert1-92/+13
Thanks to @glebm for help refactoring this to use the breakpoint mixins.
2015-01-06Kill scss/mixins/_media-queries.scssChris Rebert9-57/+31
replaced media-xs => media-breakpoint-down(xs) replaced media-sm => media-breakpoint-up(sm) replaced media-sm-max => media-breakpoint-only(sm) replaced media-md => media-breakpoint-up(md) replaced media-md-max => media-breakpoint-only(md) replaced media-lg => media-breakpoint-up(lg)