aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-02-03Fix pagination buttons hover z-index (#25532)Martijn Cuppens1-0/+1
2018-02-02close #25534Mark Otto1-1/+1
2018-02-02Override .custom-select width in .form-inline (#25414)Mark Otto1-1/+2
Fixes #25413
2018-01-31Examples: Prevent focus into closed offcanvas (#25524)ysds1-3/+5
* Prevent focus into closed offcanvas
2018-01-31Add FontAwesome to icon list. (#25451)Bardi Harborow1-0/+1
2018-01-31Clarify stacked-to-horizontal in layout/grid.md (#25520)Jan Clarin1-1/+1
- Fixes typo with "with at" in "horizontal with at the small breakpoint"
2018-01-31Fix "CVV" label pointing to wrong field (#25518)ysds1-1/+1
2018-01-30Replace unicode character in _hover.scss (#25503)Richard van Laak1-1/+1
2018-01-30Fix example Blog post card text overflowing for medium screen size. (#25416)Ryan Cleary1-2/+2
2018-01-30Update devDependencies and gems. (#25502)XhmikosR4-47/+57
2018-01-28Fix typo in approach.md (#25492)exige811-1/+1
2018-01-23Update jQuery to v3.3.1. (#25398)XhmikosR19-23/+21
2018-01-23Fix typo in navs.md (#25404)M. Appelman1-1/+1
2018-01-22Update devDependencies. (#25371)XhmikosR2-468/+833
2018-01-21Feature: Add carousel fade option (#22958)Mark Otto2-9/+76
* Move helpful code comments * Add .carousel-fade option to Sass * Document example of the fade carousel * more logical warning of the .active class on carousel items
2018-01-21v4.1: Add .dropdown-item-text (#22965)Mark Otto2-33/+69
* Add .dropdown-item-text class * Add example of plain text within a .dropdown-menu, too * reorganize, simple/clearer headings
2018-01-22Allow to customize vertical margin of `nav-divider` mixinysds1-2/+2
2018-01-21Add CSS Utility for `auto` width and height Properties (#24249)Taufek Johar2-2/+5
Currently bootstrap only provides 4 variations of `width` and `height` css utilities, which are: 1. 25% 2. 50% 3. 75% 4. 100%. Here, I'm adding `auto` to the list. This is useful when we need to reset the width/height value back to the browser default value at some point.
2018-01-21Document .flex-fill class in flex utilsMark Otto1-0/+17
2018-01-21Add missing flex-fill utilityPierre-Denis Vanduynslager1-0/+1
2018-01-21Use variables for theme-color-level functionMark Otto1-1/+1
Closes #25313
2018-01-21Remove escaping selector and add a warning to inform folks to escape their ↵Johann-S3-27/+6
selectors (#25390)
2018-01-21ignore case (#25373)denisx1-1/+1
Less on 2 symbols
2018-01-21Update dropdown.js to allow referenceElement (#25219)719media3-8/+81
2018-01-20tweak htmlMark Otto1-20/+10
2018-01-20rearrange and override extra bordersMark Otto1-8/+10
2018-01-20Merge branch 'borderless-table' of https://github.com/Varunram/bootstrap ↵Mark Otto2-0/+86
into Varunram-borderless-table
2018-01-20distMark Otto5-5/+5
2018-01-20Remove -Pre from Nuget installvsn4ik1-1/+1
2018-01-19Allow to change `.table-striped` `odd` or `even` (#25333)Andrew Luca2-1/+3
2018-01-19Use Jekyll's markdownify filter instead of a custom plugin (#25319)m5o5-51/+28
2018-01-19Remove mention of disabled buttons support for Opera 18 (#25357)Christian Oliff1-1/+1
Opera 19 was released in January 2014 and auto-updates so I suggest no need to mention about browser support for this old version.
2018-01-19Correct capitalisation of PayPal (#25362)Christian Oliff1-1/+1
2018-01-18Remove -Pre from Nuget install info since we're stable now /cc @supergibbsv4.0.0Mark Otto1-4/+2
2018-01-18Bump version to 4.0.0Mark Otto64-138/+138
2018-01-18Update progress.md (#25355)Christian Oliff1-2/+0
Removed '**Animated progress bars don't work in Opera 12**—as they don't support CSS3 animations.' note. Bootstrap 4 doesn't (and doesn't need to) support the ancient Opera 12 released in 2012 with a 0.04% marketshare so no need to mention.
2018-01-17Restore sidebar nav link to Approach pageMark Otto1-1/+1
2018-01-17distMark Otto10-138/+70
2018-01-17Improve examples' screenshots compression.XhmikosR20-0/+0
Convert them to 8-bit and compress them with optipng and zopflipng. Before: 902 KB (923,969 bytes) After: 431 KB (441,372 bytes)
2018-01-17Consistently sized 960x600 wide images.Mark Otto21-1/+1
2018-01-17Only 2-col on sm+Mark Otto1-1/+1
2018-01-17Prevent print utils from overriding all other display utils (#25269)Mark Otto3-37/+33
* Prevent print utils from overriding all other display utils Fixes #25221. I agree with the referenced issue—this is unexpected and also causes a serious bug when mixed with other utility classes. This wasn't an issue in v3 given we had different utilities for hiding that weren't focused on display property. * Add printing changes to migration docs * unrelated heading sentence case change * List out all .d-print- classes
2018-01-18Outline button hover color (#25339)Mark Otto2-7/+3
2018-01-18Use .list-group-item-action for list group item variant (#25338)ysds1-13/+10
2018-01-18Fix input height border (#25331)Andrew Luca1-1/+1
When changing `$input-border-width`, `$input-height-border` does not change and `select.form-control` `custom-select` `custom-file` will still have `$input-height` which is resolved from `$input-btn-border-width` This will work in cases when want controls with border, and buttons without. Temporary fix will be to override 2 variables ``` $input-border-width: 2px !default; // which is // $input-height-border: $input-btn-border-width * 2 !default; $input-height-border: $input-border-width * 2 !default; ```
2018-01-16distMark Otto15-64/+340
2018-01-16Add order-last grid class (#24915)Casper Bornebusch2-9/+7
* Add order-*-last grid class * copy updates
2018-01-15Using the expected variable to set the custom select height. (#25169)Gustavo Straube1-1/+1
2018-01-15Extend spacers and sizes (#25101)Andrew Luca1-4/+8
2018-01-15Mention .input-group-text in migration docs (#25325)Mark Otto1-1/+1
Closes #25231