aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/js
AgeCommit message (Collapse)AuthorFilesLines
2014-04-06grunt distMark Otto1-2/+2
2014-04-03customizer: squelch error when can't save GistChris Rebert1-1/+6
2014-04-03Run `grunt`.XhmikosR2-3/+3
2014-04-01Run `grunt`.XhmikosR1-1/+1
2014-03-28grunt update-shrinkwrap build-customizer distChris Rebert2-3/+3
2014-03-28enhance customizer to handle transitive Less @import-sChris Rebert1-5/+16
2014-03-28rename generateCustomCSS to generateCustomLess for accuracyChris Rebert1-2/+2
2014-03-28grunt distChris Rebert1-2/+2
2014-03-28Add Gist & Customizer URLs to customized files & config.jsonChris Rebert1-12/+24
Fixes #9951 Fixes #12865
2014-03-27Run `grunt`.XhmikosR2-3/+3
2014-03-24gruntMark Otto1-1/+1
2014-03-24Fixes #13037: add text-align: left; to prevent alignment change in dropdownsMark Otto1-1/+1
2014-03-24gruntMark Otto1-2/+2
2014-03-24gruntMark Otto1-1/+1
2014-03-24gruntMark Otto1-2/+2
2014-03-24Fixes #13141: Add a max-width: 100%; to label elements so IE8 wraps textMark Otto1-1/+1
2014-03-24gruntMark Otto1-2/+2
2014-03-24Merge branch 'master' of github.com:twbs/bootstrapMark Otto8-0/+0
2014-03-24Fixes #13079: Scope .open class in button variant mixin to immediate childrenMark Otto1-1/+1
2014-03-24Fix #13138: use underscore prefix to ignore directoriesZlatan Vasović8-0/+0
2014-03-23Update JSZip to v2.2.0.XhmikosR2-8/+8
2014-03-17Move ie8-responsive-file-warning.js one dir up.XhmikosR1-0/+0
This is a regression of d08bbdc6ec50baca9e34d2aa6e8bcfc8d6135217.
2014-03-16regenerate customize.min.jsChris Rebert1-2/+2
2014-03-16use @ssorallen's blob support test in customizer; fixes #12617Chris Rebert1-14/+36
2014-03-16gruntMark Otto1-1/+1
2014-03-16Update gruntfile to point to new customizer nav, run gruntMark Otto1-1/+1
2014-03-16Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-3/+3
Conflicts: dist/js/bootstrap.min.js docs/dist/js/bootstrap.min.js
2014-03-16Break up docs into includesMark Otto1-1/+1
2014-03-16buildfat1-2/+2
2014-03-12Update dependencies.XhmikosR1-1/+1
2014-03-11Run usebanner before cssmin.XhmikosR1-1/+1
2014-03-10moar gruntMark Otto2-2/+2
2014-03-10Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-2/+2
Conflicts: dist/css/bootstrap.css.map docs/assets/js/customize.min.js docs/dist/css/bootstrap.css.map
2014-03-10Fixes #13003: Move padding on radio and checkbox options from the ↵Mark Otto1-1/+1
surrounding div to the label to remove the no-click deadzone caused by negative margin
2014-03-10even more gruntMark Otto2-2/+2
2014-03-10Merge branch 'master' into modular-the-mixinsMark Otto2-2/+2
Conflicts: dist/css/bootstrap.css.map docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map
2014-03-09gruntMark Otto1-1/+1
2014-03-09Add recompiled assets after nuking toc in mixins.less.mrmrs1-1/+1
2014-03-09Add consistent newline at end of files in less/mixinsmrmrs1-1/+1
2014-03-09Merge branch 'master' into modular-the-mixinsmrmrs2-2/+2
* master: Replace some images on the Carousel example with some base64 encoded 1x1 gifs ugh grunt moar grunt mo copy http://www.youtube.com/watch?v=AJWtLf4-WWs grunt Copy change fix grammar in comment in forms.less Fixes #12759 Fixes #12738 replace .visible-{size} with .visible-{size}-{display} ; fixes #8869 Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css.map less/mixins.less
2014-03-09Break mixins.less up into smaller modules.mrmrs2-2/+2
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994
2014-03-09ugh gruntMark Otto1-1/+1
2014-03-09moar gruntMark Otto1-1/+1
2014-03-09Fixes #12669: Properly reset line-height on date inputs for all sizes; Fix ↵Mark Otto1-1/+1
IE8+'s misaslignment of text within date inputs
2014-03-09Reorganize mixins and G R U N TMark Otto2-2/+2
2014-03-09Merge branch 'master' into mixin-table-of-contentsmrmrs3-5/+5
* master: Fix bad grunt merge and then G R U N T Reorder the Gruntfile a bit Fixes #12892: Link to one of the SO articles on Bootstrap modals and YouTube Remove unneeded quotes. Rename generateRawFilesJs to generateRawFiles Remove redundant parens Conflicts: docs/assets/js/raw-files.min.js test-infra/npm-shrinkwrap.canonical.json
2014-03-09Adjusts some section titles to be more explicit.mrmrs2-2/+2
FIXES #12992
2014-03-09Fix bad grunt merge and then G R U N TMark Otto1-1/+1
2014-03-09Changes compiled assets after changing mixins.lessmrmrs1-1/+1
2014-03-10Merge pull request #12986 from twbs/unneeded-quotesXhmikosR1-3/+3
Remove unneeded quotes.