aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-13fewer inline styles, more styles in head; flexbox itMark Otto1-6/+22
2017-08-13Merge branch 'style-redirect-page' of https://github.com/JasonEtco/bootstrap ↵Mark Otto1-0/+20
into JasonEtco-style-redirect-page
2017-08-13Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto45-237/+273
2017-08-13Merge branch 'patch-1' of https://github.com/heikojansen/bootstrap into ↵Mark Otto1-2/+2
heikojansen-patch-1
2017-08-13Rearrange margins for .highlight (#23396)Mark Otto1-1/+11
Only applies the margins to .highlight instances within .bd-content, thus negating any need for #23279.
2017-08-13Moved watch task up to match the rest of the package.json (#22756)Tom Scholz1-2/+2
2017-08-13Move the gap between inline checkboxes to right (#22607)Tomáš Kout1-4/+1
2017-08-13Use empty Sass map and merge into it for easier customization of color maps ↵Mark Otto1-6/+9
(#23260)
2017-08-13Button code cleanup (#22951)Mark Otto3-38/+36
* use a mixin there * revamp .btn-link to match default and outline variants * remove unnecessary properties
2017-08-13move max-width: 100% on .container to the root of the make-container mixin ↵Mark Otto1-1/+1
so it's not repeated at compilation (#22947)
2017-08-13Redo .card-deck and .card-group so they're always flex (#22860)Mark Otto2-7/+23
2017-08-13distMark Otto30-166/+180
2017-08-13Merge pull request #23386 from twbs/v4-dev-xmr-up-jekyllXhmikosR2-1/+2
Update Jekyll to v3.5.2 and add `meta generator` tag
2017-08-13Add `meta generator` tag.XhmikosR1-0/+1
2017-08-13Update Jekyll to 3.5.2.XhmikosR1-1/+1
2017-08-13docs/4.0/examples/blog: Use ml-sm-auto instead of offset-sm-1 (#23388)Alan Orth1-1/+1
Bootstrap 4.0 Beta 1 dropped the offset classes in favor of using margin utilities. Update the blog example in the docs to use the appropriate `ml-auto` instead of `offset-sm-1` class to retain a pixel perfect with previous versions.
2017-08-13Add npm install step to docs instructions (#23385)Jason Etcovitch1-3/+4
2017-08-13Style redirect pageJason Etcovitch1-0/+20
2017-08-12Apply the invalid/valid state to the class nameMark Otto1-2/+2
2017-08-12Remove `vertical-align: middle` from `.input-group-addon` and ↵Patrick Yeo1-1/+0
`.input-group-btn` left over from V3
2017-08-12Apply `align-items: center;` to `.input-group` instead of input group sub ↵Patrick Yeo1-4/+1
components, causes `.input-group .form-control` and `.input-group-addon` to be large when next to a tall element
2017-08-12fix docs modal example fade outGijs Boddeus1-1/+1
the z-index was only corrected for `.modal.show` which made the modal drop behind the header and backdrop when fading out simply dropping the `.show` from this selector will correct this issue
2017-08-12Fix broken Examples link in the docs footer include – `footer.html`. (#23348)Steven Black1-1/+1
Re: #23343 – **Broken Links on getbootstrap.com** Clicking the `Examples` link in the Docs footer yields 404. http://getbootstrap.com/examples/ If merged, this makes the footer `Examples` link like the one in docs-navbar.html which is the same folder. Therefore `_includes/footer.html` and `_includes/docs-navbar.html` now use the same link to `Examples`.
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