aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-15Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto28-78/+169
2017-08-15fixes #23464: update grid migration docs to mention order replaced push/pullMark Otto1-1/+2
2017-08-15Remove $zindex-dropdown-backdrop from docs (#23461)Rolandas Barysas1-1/+0
It was removed in 6d64afe.
2017-08-15README.md: use https for the Bootstrap logo. (#23458)XhmikosR1-1/+1
2017-08-15Merge pull request #23457 from twbs/v4-dev-xmr-liquid-whitespaceXhmikosR7-34/+34
Reduce liquid's whitespace for a few pages and move about menu to the end.
2017-08-15Move About menu link to the end.XhmikosR1-2/+2
2017-08-15Reduce liquid's whitespace for a few pages.XhmikosR6-32/+32
Also fix a couple of typos while at it and change header tags' order.
2017-08-15Merge pull request #23101 from twbs/v4-dev-xmr-docs-faviconsXhmikosR20-6/+81
docs: New favicons and add a service worker
2017-08-15Register a service worker.XhmikosR4-1/+18
2017-08-15New favicons.XhmikosR16-5/+63
Include everything for most browsers to work including Android. Kept favicon.ico to the root dir. Also added a manifest.json for PWA.
2017-08-15Beautify _config.yml. (#23448)XhmikosR1-37/+54
2017-08-14fix docs version, closes #23421Mark Otto1-1/+1
2017-08-14Fix .btn-outline-light hover colorMark Otto1-1/+5
Uses some if/else action to ensure there's readable text on hover. Swapped out a hex value to a variable while I was in there. Fixes #23398, fixes #23351.
2017-08-14distMark Otto35-187/+185
2017-08-14De-dupe width on .fluid-container (#23402)Mark Otto1-1/+0
Fixes #23397
2017-08-14FIX: Broken 'About' Link in the Footer (#23367)Ahmad Awais1-1/+1
2017-08-14Add traditional Chinese in translations.yml (#23357)Casper1-0/+5
2017-08-14Adds a default flag to paragraph-margin-bottom (#23420)Andres Galante1-1/+1
2017-08-14Small typo on screenreaders page (#23416)Peder Johnsen1-1/+1
Just fixes small typo
2017-08-14Remove remaining v4 alpha references (#23414)Jacob Müller2-4/+4
* Remove remaining references to v4 Alpha This commit removes the remaining refrences to the v4 Alpha website and replaces them with the corresponding v4 Beta ones. **Note:** We have to hard code the current docs version at some places. Wouldn't it be good to have a `/docs/latest/` redirect to solve this "issue" in the future? * Don't update the domain in the CNAME file
2017-08-14Removed comment (#23415)Jurre1-3/+0
There is no _custom.scss file anymore.
2017-08-14Mention badge-default in migration docs, fix typo on popover docs (#23409)jipexu2-1/+2
2017-08-14Adding Gemfile to package.jsonArthur Franco1-0/+1
Gemfile was missing. Couldn't compile documentation when using npm.
2017-08-14changes 1px to border-width variable on cardsAndres Galante1-1/+1
2017-08-14Remove apostropheCory Becker1-1/+1
2017-08-14v4 docs Add description for global variable `$enable-caret`Patrick Yeo1-0/+1
2017-08-14Add option to disable carets on dropdowns through `$enable-caret`Patrick Yeo4-19/+39
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`.