aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-22gruntHeinrich Fenkart6-10/+8
2014-09-22Merge pull request #14570 from twbs/remove-modal-open-after-backdrop-closedHeinrich Fenkart1-3/+2
Remove `.modal-open` class after backdrop is hidden
2014-09-22Remove #8702 entry from Wall of browser bugsChris Rebert1-6/+0
A fix is shipping in Firefox 35: https://bugzilla.mozilla.org/show_bug.cgi?id=763671
2014-09-22Remove Safari percent rounding bug entry from Wall of browser bugsChris Rebert1-6/+0
Bug is fixed in OS X Safari v7.1 Refs #14663
2014-09-21Swap -small and -large variables for -sm and -lgMark Otto24-285/+285
2014-09-21the justified nav bug is still present in Safari v7.1Chris Rebert2-2/+2
2014-09-18Move text and background utilties from _type to _utilitiesMark Otto2-64/+57
2014-09-18gruntMark Otto4-3/+8
2014-09-18Fixes #14592: Add new variable for progress border radiusMark Otto3-2/+4
2014-09-18gruntMark Otto1-1/+1
2014-09-18Fixes #14642: Add docs mention for blank checkboxes and radiosMark Otto1-0/+29
2014-09-18gruntMark Otto6-6/+6
2014-09-18Merge pull request #14641 from twbs/hide-passingChris Rebert1-0/+5
Make it easier to see failing tests in Sauce screencasts
2014-09-17Rename .table-condensed to .table-smMark Otto6-15/+15
2014-09-17G R U N TMark Otto8-10/+10
2014-09-17rename media query mixins to .media-*Mark Otto2-21/+21
2014-09-17remove ' because lul lessMark Otto1-1/+1
2014-09-17more media query mixinsMark Otto6-21/+20
2014-09-17Change hard-coded media queries in responsive-utilities.less to refmrmrs1-30/+30
media query mixin. Does not account for print media queries yet. Conflicts: less/_utilities-responsive.less
2014-09-17Add reference to media query partial.mrmrs1-1/+3
Conflicts: less/_mixins.less
2014-09-17Add partial for media query mixins.mrmrs1-0/+26
2014-09-17Use .clearfix mixin instead of overflow on examplesMark Otto3-3/+3
2014-09-17ignore some files from jekyll compilationMark Otto1-0/+1
2014-09-17rewrite jumbotron less and make heading use a classMark Otto11-48/+58
2014-09-17add jumbotron and page-header to nav.ymlMark Otto1-0/+2
2014-09-17Make it easier to see failing tests in Sauce screencastsChris Rebert1-0/+5
...by hiding passing tests in the list of tests.
2014-09-17Some secondary button border actionMark Otto12-75/+76
2014-09-17tweak `grunt docs` descriptionChris Rebert1-2/+2
2014-09-17fix #14609Chris Rebert1-1/+2
2014-09-17Merge branch 'master' into derpMark Otto81-2527/+2353
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/fonts/glyphicons-halflings-regular.svg docs/_includes/components/badges.html docs/_includes/components/input-groups.html docs/_includes/components/pagination.html docs/_includes/css/forms.html docs/_includes/footer.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/grunt.html docs/_includes/home-nav.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/getting-started.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/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/dist/fonts/glyphicons-halflings-regular.svg fonts/glyphicons-halflings-regular.svg less/_button-group.less less/_jumbotron.less less/_variables.less less/mixins/vendor-prefixes.less less/panels.less less/thumbnails.less package.json
2014-09-17Follow-up to #14581: Use div instead of HTML5 section for IE8Heinrich Fenkart1-6/+6
2014-09-17Fix tooltip misplacement with "auto top"saranya.r2-1/+51
Fixes #14322. Closes #14581.
2014-09-17Fixes #14628, #14629: Add note to docs about grunt docs commandMark Otto1-0/+3
2014-09-17Remove `.modal-open` class after backdrop is hiddenHeinrich Fenkart1-3/+2
Fixes #14274. Fixes #14632.
2014-09-16Merge pull request #14577 from twbs/pagination-role-navChris Rebert2-74/+98
Wrap .pagination & .pager in <nav> to improve accessibility
2014-09-16gruntHeinrich Fenkart5-19/+3
2014-09-16Merge pull request #14610 from twbs/axe-tooltip-validateHeinrich Fenkart1-8/+0
Remove unused Tooltip#validate method
2014-09-16gruntHeinrich Fenkart1-1/+1
2014-09-15Merge pull request #14625 from twbs/svg-tooltip-test-fixChris Rebert1-0/+2
Must explicitly destroy tooltip in SVG unit test since its container is body
2014-09-15Must explicitly destroy tooltip in SVG unit test since its container is body.Chris Rebert1-0/+2
Leaking tooltips across tests leads to confusion and sadness.
2014-09-15Merge pull request #14624 from twbs/type-buttonChris Rebert1-6/+6
modal docs: ensure all <button>s have an explicit `type` attribute
2014-09-15modal docs: ensure all <button>s have an explicit `type` attributeChris Rebert1-6/+6
[skip sauce]
2014-09-15Merge pull request #14611 from vsn4ik/add_install_with_npmChris Rebert1-1/+2
Add npm install info.
2014-09-13Merge pull request #14612 from vsn4ik/update_docs_linksChris Rebert1-2/+2
Update github links in footer.
2014-09-13Update github links in footer.vsn4ik1-2/+2
2014-09-13README.md: Add npm install info.vsn4ik1-1/+2
2014-09-13Remove unused Tooltip#validate methodHeinrich Fenkart1-8/+0
2014-09-13gruntHeinrich Fenkart6-16/+20
2014-09-13Correctly selects arrow placement for a tooltipPeter West2-6/+39
Fixes #13696. Fixes #13696. Fixes #14197. Closes #13718.
2014-09-13Teh gruntHeinrich Fenkart6-8/+16
https://www.youtube.com/watch?v=L-4VxEtWyRo