aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-08-04rename imported files to preface with underscore; rerun grunt distMark Otto39-38/+38
2014-08-04comment out firefox specific code for linter to parse fullyMark Otto10-64/+30
2014-08-04Merge branch 'master' into derpMark Otto15-1765/+643
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/customizer-variables.html docs/_includes/js/overview.html docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css less/carousel.less
2014-08-04gruntMark Otto4-4/+5
2014-08-04Use closest `.alert` for alert dismissal; closes #14306Heinrich Fenkart2-5/+5
2014-08-04Remove `aria-describedby` attribute laterHeinrich Fenkart1-3/+3
Fixes #14241
2014-08-04unfuck all that because lol dependenciesMark Otto8-640/+719
2014-08-04fixes #14310: reset .active as well for button linksMark Otto5-715/+639
2014-08-04Merge pull request #14315 from twbs/browser_bug_appletJulian Thilo1-0/+6
Add Wall of Browser Bugs entry for #14124
2014-08-04Add Wall of Browser Bugs entry for #14124Julian Thilo1-0/+6
[skip sauce]
2014-08-04Merge branch 'KyleMit/add-default-settings-documentation'Chris Rebert1-0/+6
2014-08-04Add docs for how to change default JS plugin settingsKyle1-0/+6
Closes #14250.
2014-08-03Merge pull request #14311 from hnrch02/autoprefixer-for-13074Mark Otto3-9/+9
Follow-up to #13074: use spec syntax instead of deprecated mixins
2014-08-04Follow-up to #13074: use spec syntax instead of deprecated mixinsHeinrich Fenkart3-9/+9
2014-08-03fix ads textMark Otto2-2/+2
2014-08-03fix sidebar againMark Otto6-607/+1761
2014-08-03Merge branch 'master' into derpMark Otto9-8/+80
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-08-02Fixes #14234: Reset the hack IE8-10 with another hack just for IE11 for ↵Mark Otto7-6/+79
temporal inputs and line-height
2014-08-02Fixes #14251: Remove the -webkit-overflow-scrolling to prevent Safari from ↵Mark Otto7-7/+6
screwing up widths
2014-08-02Merge branch 'master' into derpMark Otto8-5/+91
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-08-02gruntMark Otto6-15/+36
2014-08-02Merge pull request #13074 from haydenbleasel/masterMark Otto2-0/+65
WebKit CSS3 carousel transforms for supported devices
2014-08-02Merge branch 'master' into derpMark Otto54-938/+1808
Conflicts: _config.yml dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/glyphicons.html docs/_includes/css/forms.html docs/_includes/css/tables.html docs/_includes/getting-started/browser-device-support.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/dropdowns.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/javascript.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/grid/index.html docs/examples/jumbotron-narrow/index.html docs/examples/jumbotron/index.html docs/examples/justified-nav/index.html docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/navbar/index.html docs/examples/non-responsive/index.html docs/examples/offcanvas/index.html docs/examples/signin/index.html docs/examples/starter-template/index.html docs/examples/sticky-footer-navbar/index.html docs/examples/sticky-footer/index.html docs/examples/theme/index.html docs/examples/tooltip-viewport/index.html less/code.less less/panels.less less/variables.less
2014-08-02Fixes #14296: document a table caption exampleMark Otto1-0/+1
2014-08-02Fixes #14253: Add borders for tables that follow bodies in panelsMark Otto7-7/+13
2014-08-02Fixes #13202: Always use overflow: auto; on .table-responsive to prevent ↵Mark Otto11-33/+64
content breaking out of containers
2014-08-01Firefox 31 has been released, so rm pre-v31 browser bug entryChris Rebert1-6/+0
2014-08-01Merge pull request #14061 from hnrch02/fix-13656Jacob6-11/+24
Expose transition durations on plugin constructors; closes #13656
2014-08-01Merge pull request #14299 from twbs/fix-14076Chris Rebert1-0/+36
Add unit test for tooltips on SVG elements
2014-08-01Fix #14076: Add unit test for tooltips on SVG elementsChris Rebert1-0/+36
[skip validator]
2014-08-01Run `grunt`.XhmikosR7-13/+27
2014-08-01Remove `layout: nil`.XhmikosR2-2/+0
It throws a warning with the latest Jekyll.
2014-07-31Merge pull request #14297 from twbs/bump-depsChris Rebert2-238/+658
Bump dependencies
2014-07-31update shrinkwrapChris Rebert1-236/+656
2014-07-31bump grunt-saucelabs to ~8.2.0Chris Rebert1-1/+1
2014-07-31bump grunt-contrib-clean to ~0.6.0Chris Rebert1-1/+1
2014-07-31Merge branch 'thomaswelton/11004-import-config'Chris Rebert4-18/+122
2014-07-31Add drag and drop config import; closes #11004Thomas Welton4-18/+122
Closes #13790 by merging a rebased version of it.
2014-07-31Merge pull request #14069 from twbs/fix-13818Chris Rebert2-3/+35
Use more robust "find next carousel item" logic
2014-07-31Fix #13818 by using more robust "find next carousel item" logicChris Rebert2-3/+35
Also adds another test for #9461: carousel next/prev should ignore non-items
2014-07-30Merge pull request #14290 from michaeljayt/patch-1Chris Rebert1-1/+1
grunt now watch files in all folders/subfolders
2014-07-31grunt now watch files in all folders/subfoldersMichael J.1-1/+1
2014-07-30Revert "Use mousedown instead of click for backdrop click detection; fixes ↵Heinrich Fenkart2-3/+3
#13816"
2014-07-28Merge pull request #14264 from hnrch02/document-placement-argsChris Rebert2-135/+141
Document arguments passed to `placement` function of tooltip/popover
2014-07-29Document arguments passed to `placement` function of tooltip/popoverHeinrich Fenkart2-135/+141
Closes #14255
2014-07-28Merge pull request #14256 from twbs/fix-14224Chris Rebert2-3/+9
Correctly doc args passed to function vals for `title` & `content` options of tooltips+popovers
2014-07-28Merge pull request #14257 from twbs/fix-14219Chris Rebert2-1/+3
Document that empty tooltips+popovers do not get displayed
2014-07-27Merge pull request #14258 from twbs/fix-14164Chris Rebert21-74/+44
Move Windows Phone 8 IE10 viewport bug workaround script from head to footer
2014-07-27Merge pull request #14235 from twbs/doc-14221Chris Rebert1-1/+27
Update docs & add example for #14221
2014-07-27Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to ↵Chris Rebert21-74/+44
footer of pages