aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-08Remove extra comma.XhmikosR1-1/+1
2015-04-08Update dependencies.XhmikosR3-159/+33
2015-04-07Use CSS hack to fix IE8 .caret regression introduced by #15697; fixes #16172Chris Rebert2-0/+2
[skip sauce] [skip validator]
2015-04-08automatic `grunt dist`Bootstrap's Grunt bot2-2/+2
2015-04-07Merge pull request #16257 from twbs/holderChris Rebert7-34/+35
Upgrade to Holder v2.5.2
2015-04-07grunt dist docsChris Rebert6-30/+31
[skip sauce]
2015-04-07Upgrade to Holder v2.5.2Chris Rebert1-4/+4
Fixes #16216, FWICT
2015-04-07Carousel docs: fix typo in holder.js colorChris Rebert1-1/+1
2015-04-07add px unit to perspective property value; fixes #16247Chris Rebert2-3/+3
[skip sauce] [skip validator]
2015-04-07Merge pull request #16255 from twbs/patch-bumpsChris Rebert1-2/+2
Bump patch versions of grunt-html, grunt-contrib-jshint
2015-04-07Bump patch versions of grunt-html, grunt-contrib-jshintChris Rebert1-2/+2
2015-04-07Bump markdown-it to ^4.1.0Chris Rebert1-1/+1
[skip sauce] [skip validator]
2015-04-07Merge pull request #16254 from twbs/ios-8.2Chris Rebert1-1/+1
Sauce tests: upgrade iOS to v8.2
2015-04-07Sauce tests: upgrade iOS to v8.2Chris Rebert1-1/+1
[skip validator]
2015-04-07Merge pull request #16252 from twbs/bump-uglifyChris Rebert2-7/+25
Bump grunt-contrib-uglify to ~0.9.0
2015-04-07update shrinkwrapChris Rebert1-6/+24
2015-04-07Bump grunt-contrib-uglify to ~0.9.0Chris Rebert1-1/+1
2015-04-06Merge pull request #16246 from twbs/bump-connectChris Rebert2-3/+3
Bump grunt-contrib-connect to ~0.10.1
2015-04-06update shrinkwrapChris Rebert1-2/+2
2015-04-06Bump grunt-contrib-connect to ~0.10.1Chris Rebert1-1/+1
2015-04-06Merge pull request #16245 from twbs/bump-autoprefixerChris Rebert2-19/+23
Bump grunt-autoprefixer to ~3.0.0
2015-04-06Bump grunt-autoprefixer to ~3.0.0Chris Rebert2-19/+23
2015-04-06Merge pull request #16244 from twbs/bump-jscsChris Rebert2-16/+60
Bump grunt-jscs to ~1.6.0
2015-04-06update shrinkwrapChris Rebert1-15/+59
[skip sauce] [skip validator]
2015-04-07automatic `grunt dist`Bootstrap's Grunt bot2-0/+2
2015-04-06Bump grunt-jscs to ~1.6.0Chris Rebert1-1/+1
2015-04-06Merge pull request #16243 from twbs/bump-qunitChris Rebert2-207/+633
Bump grunt-contrib-qunit to ~0.7.0
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