aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-29Clarified documentation about input groups and added an example ofSupergibbs2-2/+43
multiple buttons
2015-05-14Relicense ie10-viewport-bug-workaround.js under MIT LicenseChris Rebert2-2/+3
Fixes #16470 Closes #16483
2015-05-14Merge pull request #16485 from kkirsche/patch-15Mark Otto1-1/+1
[Close #16482] Add border-radius to theme's navbar-inverse
2015-05-14[Close #16482] Add border-radius to theme's navbar-inverseKevin Kirsche1-1/+1
[Close #16482] Add border-radius to theme's navbar-inverse
2015-05-14grrrrrrrrrrrrrrrrrrruntMark Otto9-66/+144
2015-05-14Merge pull request #16437 from twbs/fix-16249Mark Otto1-1/+1
Document that nested tabs are not supported
2015-05-14Merge pull request #16472 from twbs/fixes_16346Mark Otto1-1/+5
Tweak temporal inputs
2015-05-14Merge pull request #16477 from twbs/fix_16374Mark Otto1-2/+4
Redo jumbotron padding
2015-05-14Redo jumbotron paddingMark Otto1-2/+4
- In general, there are very few instances that would require a jumbotron without a parent or child container. - Right now we account for that behavior though with some horizontal padding on the .jumbotron class. - This removes that horizontal padding as it narrows our grid classes unnecessarily and accounts for a super small use case. - It also improves consistency across breakpoints, in that padding isn't being added and removed. - In doing so, I also removed the shorthand padding property and went with the specific ones (because yay specificity).
2015-05-14add comment, remove week typeMark Otto1-1/+2
2015-05-13Merge pull request #16473 from twbs/safari-line-wrap-wtfChris Rebert0-0/+0
Add Wall of Browser Bugs entries for #15998
2015-05-13Add Wall of Browser Bugs entries for #15998Chris Rebert1-0/+10
Closes #15998 [skip sauce]
2015-05-13Add WebKit+Safari Wall of BrowserChris Rebert1-0/+10
2015-05-13Group inverted navbar vars under a subheadingChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-05-13Use vanilla comment since this isn't a description of @btn-border-radius-baseChris Rebert1-1/+1
2015-05-13scope temporal changes to .form-control class, add week input to bootMark Otto1-1/+4
2015-05-14Merge pull request #16471 from vsn4ik/remove_bages_style_paramXhmikosR1-4/+4
Remove unnecessary style=flat from badges
2015-05-13Merge pull request #16215 from zacechola/list_group_buttonsMark Otto4-4/+33
Adds button styles to `.list-group-item`
2015-05-13Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into ↵Mark Otto11-13/+54
martinbean-btn-borders
2015-05-13Merge pull request #16405 from rlindner81/Fix16371Mark Otto1-1/+1
Fixes Issue #16371 Carousel control is vertically off center
2015-05-13Merge pull request #16462 from kkirsche/patch-12Mark Otto2-3/+4
[Closes #16460] Fix .pagination-sm line height
2015-05-13Merge pull request #16457 from kkirsche/patch-8Mark Otto1-0/+6
[Closes #16447] Manually add license to bootstrap.less
2015-05-13Remove unnecessary style=flat from bagesvsn4ik1-4/+4
[skip validator] [skip sauce]
2015-05-13[Closes #16460] Fix .pagination-sm line heightKevin Kirsche2-3/+4
[Closes #16460] Fix .pagination-sm line height by adding `@line-height-small` to `.pagingation-sm`.
2015-05-11[Closes #16447] Concat. license to bootstrap.lessKevin Kirsche1-0/+6
[Closes #16447] Concat. license to bootstrap.less
2015-05-10Update dependencies.XhmikosR2-126/+82
2015-05-10Update jQuery to v1.11.3.XhmikosR17-21/+21
2015-05-08Merge pull request #16445 from twbs/enter-emailChris Rebert1-4/+4
docs examples: input[placeholder]: "Enter email" => "Email"
2015-05-08docs examples: input[placeholder]: "Enter email" => "Email"Chris Rebert1-4/+4
For uniformity, as we don't seem to use this "Enter <X>" phrasing anywhere else. [skip sauce]
2015-05-06Closes #16249: Doc that nested tabs are not supportedJulian Thilo1-1/+1
2015-05-06Add Wall of Browser Bugs entries for #16372 (Safari/WebKit)Chris Rebert1-0/+10
2015-05-05Add Wall of Browser Bugs entry for #16372 (Chrome)Chris Rebert1-0/+10
Closes #16372
2015-05-05Merge pull request #16430 from twbs/stateful-btnChris Rebert1-1/+2
Improvements to stateful button JS docs
2015-05-05Document that $(...).button('reset') is async.Chris Rebert1-1/+1
Closes #16362. [skip sauce]
2015-05-05Mark stateful button feature as deprecatedChris Rebert1-0/+1
Refs https://github.com/twbs/bootstrap/issues/16362#issuecomment-96268469 [skip sauce]
2015-05-05Run `grunt`.XhmikosR6-41/+95
2015-05-05Update grunt-banner.XhmikosR2-95/+139
2015-05-05phantom.js: switch to unicode characters that work on Windows too.XhmikosR1-2/+2
2015-05-05Merge pull request #16392 from twbs/jscsXhmikosR12-88/+89
Update JSCS rules
2015-05-05Run `grunt`.XhmikosR4-3/+7
2015-05-05Comply to the new JSCS rules.XhmikosR5-50/+56
2015-05-05Update JSCS rules.XhmikosR1-0/+5
2015-05-05Update dependencies.XhmikosR2-35/+21
2015-05-04Merge pull request #16014 from redbmk/issue-16008Chris Rebert2-6/+70
Multiple tooltip triggers don't play well together
2015-05-04Merge pull request #16409 from twbs/fix-16361Chris Rebert2-0/+14
Document Affix plugin's `checkPosition` method
2015-05-04Merge pull request #16417 from tonybaroneee/masterPatrick H. Lauke1-0/+1
Added #panels-footer to components nav in docs
2015-05-03Added #panels-footer to components nav in docsAnthony Barone1-0/+1
2015-05-03Merge pull request #16404 from patrickhlauke/radio-checkbox-kbd-toggle-fixPatrick H. Lauke2-18/+9
Fix radio and checkbox keyboard handling in .btn-group
2015-05-02Merge pull request #16411 from twbs/doc-16122Chris Rebert2-2/+2
Doc that 'manual' is mutex of other tooltip/popover triggers
2015-05-02Document that 'manual' is mutually exclusive of other tooltip/popover triggersChris Rebert2-2/+2
Closes #16122 [skip sauce]