aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-06update shrinkwrapChris Rebert1-206/+632
[skip sauce] [skip validator]
2015-04-06Bump grunt-contrib-qunit to ~0.7.0Chris Rebert1-1/+1
2015-04-05automatic `grunt dist`Bootstrap's Grunt bot6-4/+8
2015-04-05Merge pull request #15978 from sqal/fix_pagination_border_on_hoverMark Otto1-0/+1
[Fixes #15976] Fix pagination link cut off border on hover
2015-04-05property orderMark Otto1-1/+1
2015-04-05Merge pull request #15945 from kkirsche/patch-9Mark Otto1-0/+1
[Fixes #15944] Add Z-Index to avoid border overlapping
2015-04-05automatic `grunt dist`Bootstrap's Grunt bot7-7/+10
2015-04-04Merge pull request #16234 from twbs/normalize_303Mark Otto1-11/+8
Normalize v3.0.3
2015-04-04Merge pull request #16175 from twbs/fix_15830Mark Otto5-2/+13
Fix border-radius on list group items in collapsible panels
2015-04-04Merge branch 'master' into fix_15830Mark Otto22-118/+394
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2015-04-05automatic `grunt dist`Bootstrap's Grunt bot6-28/+250
2015-04-04Merge pull request #16224 from vsn4ik/fix_theme_disabled_btnMark Otto1-4/+17
Fix theme.css .btn[disabled] styles.
2015-04-04bring in normalize's v3.0.3 changesMark Otto1-11/+8
2015-04-04page nav and titleMark Otto2-11/+7
2015-04-04Fix theme.css .btn[disabled] styles.vsn4ik1-4/+17
2015-04-04Merge pull request #16208 from StevenBlack/issue.15100Mark Otto1-1/+1
(#15100) Eliminate spurrious padding in .bs-docs-header
2015-04-04automatic `grunt dist`Bootstrap's Grunt bot6-8/+12
2015-04-04Merge pull request #16176 from twbs/input_group_sizingMark Otto1-4/+6
Static form control sizing in input groups, again
2015-04-03Merge pull request #16222 from yuan3y/patch-1Patrick H. Lauke1-1/+1
fix dead link: reduced text cases
2015-04-03fix dead link: reduced text casesYuan Yiyang1-1/+1
2015-04-02Adds button styles to `.list-group-item`Zac Echola2-4/+11
Includes buttons with anchor sytles and modifies buttons to match width and text alignment.
2015-04-01Eliminate spurrious padding in .bs-docs-headerSteven Black1-1/+1
I agree with all the comments here. Rather than dicker with container nesting at this late juncture, near sunset for BS 3.0x, let's just fix and move on. It's docs only. This PR addresses issue #15100 and eliminates the unnecessary horizontal scrollbar that appears for width for width >=768px and <= 782px. Tested on three different iOS devices and FireFox/Chrome on OSX and it's fine now. The only difference is the text in .bs-docs-header is shifted left by 15-pixels, lines are 30 px longer so wrap less in some circumstances in some viewports.
2015-04-01Merge pull request #16194 from fyquah95/masterPatrick H. Lauke1-36/+36
Remove stray spaces from modal/using-grid-system sample code
2015-04-01indented javascript/modal/using-grid-system sample code from 4 spaces to 2 ↵fyquah951-36/+36
spaces
2015-03-30move more js stuff to components sectionMark Otto6-0/+0
2015-03-30Move transitions and overview to a javascript page in the getting started ↵Mark Otto2-12/+7
section
2015-03-30Consolidate alerts docs into single pageMark Otto2-96/+91
2015-03-30Consolidate dropdown docs into single pageMark Otto3-218/+107
2015-03-30Remove grid sizing styles on tablesMark Otto5-37/+3
2015-03-30rewrite table modifiers to use .table- prefixMark Otto9-124/+82
2015-03-30Fixes #13583: Move .sr-only and .sr-only-focusable to mixins, then use them ↵Mark Otto9-55/+66
to create classes in _utilities.scss
2015-03-30nuke leftover lessMark Otto1-9/+0
2015-03-29fixed IE incompatible CSSAdrien Jarthon1-1/+1
2015-03-29Added non-regression test & fixed existing oneAdrien Jarthon1-12/+33
2015-03-29grunt dist and docsMark Otto7-78/+61
2015-03-29fix orderMark Otto1-1/+1
2015-03-29fixesMark Otto2-9/+6
2015-03-29Merge branch 'master' into v4Mark Otto38-361/+1054
Conflicts: .gitignore Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_includes/components/navbar.html docs/_includes/components/progress-bars.html docs/_includes/css/grid.html docs/_includes/css/overview.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/license.html docs/_includes/getting-started/third-party-support.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_includes/nav/main.html docs/about.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/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/migration.html js/affix.js js/alert.js js/button.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tests/visual/modal.html js/tooltip.js less/component-animations.less less/jumbotron.less less/mixins/background-variant.less less/mixins/buttons.less less/mixins/responsive-visibility.less less/mixins/text-emphasis.less less/navbar.less less/navs.less less/scaffolding.less less/tooltip.less less/utilities.less less/variables.less package.json scss/_buttons.scss scss/_forms.scss scss/_modal.scss
2015-03-29automatic `grunt dist`Bootstrap's Grunt bot2-2/+0
2015-03-28gruntMark Otto5-5/+11
2015-03-28Fixes #15536: Resize .control-label's font-size and account for border on ↵Mark Otto1-4/+6
static form control in form groups
2015-03-28fixes #15830: properly reset border-radius on list items in collapsing panel ↵Mark Otto4-2/+12
groups
2015-03-29automatic `grunt dist`Bootstrap's Grunt bot6-8/+12
2015-03-28Merge pull request #15956 from twbs/input-group-sizes-glyphiconMark Otto1-2/+4
Input group sizes: Properly position `.form-control-feedback`
2015-03-29automatic `grunt dist`Bootstrap's Grunt bot6-20/+20
2015-03-28Merge pull request #16159 from twbs/input_sizingMark Otto4-10/+34
Fixes #15074
2015-03-28Merge pull request #16174 from twbs/bang_table_utilityMark Otto1-1/+1
Update .visible* classes to use !important on table elements
2015-03-28Match all other responsive utilities and use important on the display: tableMark Otto1-1/+1
2015-03-28Merge branch 'master' into input_sizingMark Otto15-59/+363
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2015-03-28Revert "Images are responsive by default"Chris Rebert3-6/+23
This reverts commit d29f851e827db27fb42573f14003bb018c037342. Making <img>s responsive by-default without opt-in can severely break third-party widgets such as Google Maps. This was an acknowledged problem in Bootstrap v2 (see https://github.com/twbs/bootstrap/issues/1506 ) and was fixed in v3 by requiring the .img-responsive class for explicit opt-in (see 09cdee2f03aaad5c5a767fbec2e3896ad3d1f980). The situation hasn't really changed since then. The responsive-by-default approach hasn't become any more suitable in the intervening time. So let's avoid having this regress in v4. :-)