aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-08-06Small wording tweak in alert docsHeinrich Fenkart1-1/+1
2014-08-05Merge pull request #14334 from twbs/update-autoprefixerChris Rebert2-552/+64
bump grunt-autoprefixer to ~1.0.0
2014-08-05Merge pull request #14332 from hnrch02/clarify-alert-removalChris Rebert1-3/+3
Document that alerts are removed from the DOM when closed; fixes #14318
2014-08-05bump grunt-autoprefixer to ~1.0.0Chris Rebert2-552/+64
2014-08-05change valueMark Otto1-1/+1
2014-08-05spacingMark Otto1-6/+6
2014-08-05remove thatMark Otto7-1048/+1044
2014-08-05fuck around with responsive reflow table ideaMark Otto8-1079/+1237
2014-08-06Document that alerts are removed from the DOM when closed; fixes #14318Heinrich Fenkart1-3/+3
2014-08-05bigger imagesMark Otto1-3/+3
2014-08-05fix broke code blockMark Otto1-1/+1
2014-08-05copy and remove rogue p tagMark Otto1-2/+1
2014-08-05fix nav linkMark Otto1-1/+1
2014-08-05move license and translations to about sectionMark Otto3-2/+2
2014-08-05space out consecutive navs betterMark Otto2-1/+4
2014-08-05copy on badgesMark Otto1-1/+1
2014-08-05cardsMark Otto15-21/+793
2014-08-05added a separate npm-specific main fileJames Friend3-2/+13
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.