aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-12Remove extra spaces from spacing utilities (#23337)razh1-2/+2
2017-08-12Update package-lock.json. (#23342)XhmikosR1-336/+2310
2017-08-11Add popper.js as a NuGet dependency to match project.json (#23338)Jesse Mandel2-0/+2
https://github.com/twbs/bootstrap/issues/22359
2017-08-11docs: fix Popper.js name and removed comma (#23335)Federico Zivolo1-1/+1
* docs: fix Popper.js name and removed comma * docs: restore comma
2017-08-11fixing list-group badge example (#23293)béla1-3/+3
https://github.com/twbs/bootstrap/issues/23291
2017-08-11Use input type search for search fieldsJonathan1-9/+9
2017-08-11Replace dependencies badge by peer dependencies badgeJohann-S1-1/+1
2017-08-11Remove IE 10 viewport bug workaround JS.XhmikosR19-56/+0
2017-08-11Fix malformed linkBrian Surowiec1-1/+1
2017-08-11Fix .table-info migration textClark Winkelmann1-1/+1
.table-info should be .info in bootstrap 3
2017-08-11Fix about sidebar.XhmikosR2-7/+8
2017-08-11“Sass” is standard in text and headings. (#23328)Steven Black1-1/+1
2017-08-11Fix broken links in doc (#23324)Chirag Modi3-3/+3
2017-08-11Remove `text/javascript` since it's the default one. (#23321)XhmikosR2-3/+3
2017-08-11Fix JavaScript case and a typo. (#23320)XhmikosR2-2/+2
2017-08-11Fix broken links in documentation. (#23315)Jan Karlo Dela Cruz9-11/+11
2017-08-11Convert the new PNGs to 8-bit and compress them. (#23299)XhmikosR2-0/+0
Before: 354 KB (363.514 bytes) After: 129 KB (132.748 bytes)
2017-08-11Merge pull request #23087 from twbs/v4-dev-xmr-tabs-fixXhmikosR2-9/+57
tabs: fix nested tabs.
2017-08-11Improve previous selector for nested tabsJohann-S2-9/+18
2017-08-11Add unit test for nested tabsJohann-S1-0/+38
2017-08-11When we show our tabs element use children to be more restrictiveJohann-S1-2/+3
2017-08-11tabs: make the `active` selector more restrictive again.XhmikosR1-1/+1
When one uses say a carousel inside a tab, the `.active` selector previously matches the carousel ones too leading to broken tabs. It's not the perfect solution but should the job for now.
2017-08-11Move inline SVGs to includes. (#23297)XhmikosR5-10/+7
Also: * compress them with SVGOMG * add titles * add `focusable="false"`
2017-08-11Updated Feather link (#23303)Sean1-1/+1
Feather link didn't go anywhere. Changed feather link from `colebemis.com/feather` to `feathericons.com`
2017-08-11Update Rubygems version. (#23289)béla2-3/+3
2017-08-11Fix the broken about link in the footer (#23298)Garth Bjerk2-3/+3
2017-08-11Fix SRI hashes. (#23286)XhmikosR1-2/+2
2017-08-11Merge pull request #23301 from twbs/v4-dev-html-errorsXhmikosR3-5/+9
Fix HTML errors
2017-08-11Disable attr-name-style.XhmikosR1-1/+1
Pretty useless, we need to switch to the official HTML validator ASAP.
2017-08-11Fix HTML validation errors.XhmikosR2-4/+8
2017-08-10distMark Otto9-796/+545
2017-08-10Pagination border-widths greater than 1px cause uneven borders between itemsPatrick Yeo1-1/+1
2017-08-10Input Group Addon add option to configure `$input-group-addon-color`Patrick Yeo2-1/+2
2017-08-10v4 docs remove left over Tooltips and Popover documentation from Button ↵Patrick Yeo1-4/+0
Group page
2017-08-10Update Jekyll to v3.5.1.XhmikosR3-8/+8
2017-08-10Remove the Internet Explorer 10 for Windows Phone 8 workaround (#23122)Christian Oliff1-22/+0
I suggest that there's no longer a need to include the section on workaround for the IE10 bug on Windows Phone 8. Not only was this bug patched in a later release of Windows Phone 8 (which shipped in 2013), but Windows Phone 8's support ended a long time ago - even its successor Windows Phone 8.1 is no longer supported by Microsoft. The potential audience affected by this bug is likely microscopic so I suggest it can be safely removed. I suggest the workaround JS (http://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js) can also be safely removed from the docs and examples but I haven't done that in this PR.
2017-08-10Fix to Chrome inheritance bug (#22872) (#23118)Prateek Goel1-7/+6
* Fix to Chrome inheritance bug (#22872) * Remove box-sizing from html box-sizing removed from html and order of wild card selected and html selector swapped to maintain correctness of comments.
2017-08-10Custom File padding-x and padding-y values are reversed (#23067)Patrick Yeo2-13/+13
Custom File `$custom-file-focus-box-shadow` should show even if box shadows are disabled Custom File variables should inherit from inputs
2017-08-10missed a modifierMark Otto1-1/+1
2017-08-10clarify text, break up larger paragraph, shortenMark Otto1-1/+2
2017-08-10Update badges in buttons examplesMark Otto1-19/+7
- Given buttons a required modifier (.btn alone is incomplete) - Given the primary button, use a .badge-light for better contrast - Consolidate example and highlight code with a `{% example %}` block
2017-08-10Add margin variable for paragraphs (#23140)Prateek Goel2-1/+8
2017-08-10Add margin variable for breadcrumb (#23138)Prateek Goel2-1/+3
* add margin variable for breadcrumb * add margin variable for breadcrumb correction * breadcrumb margin variable changes after review
2017-08-10`$input-height-inner-lg` should use `$font-size-lg` instead of ↵Patrick Yeo1-1/+1
`$font-size-sm` (#23150)
2017-08-10Reduce number of spacing rules (#23208)Morgan Stone1-12/+20
* reduce # of spacing rules by combining x & y with t r b l * Remove unnecessary spaces
2017-08-10Add a README.md badge to track our dependencies and require jQuery >=3.0.0. ↵Johann-S2-1/+2
(#23125)
2017-08-10v4 docs Input Group Sizing section should display `.input-group-sm` (#23151)Patrick Yeo1-1/+1
2017-08-10Emoji Defaults (#22565)Pascal Pixel1-1/+1
2017-08-10remove unnecessary line-heightDave Poole1-1/+0
2017-08-10remove comments, align-items, and unnecessary heightDave Poole1-6/+0