aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-10-09The color is already covered in the first ruleset hereMark Otto1-4/+0
2016-10-09Interpolate the variable so it passes the color properlyMark Otto1-1/+1
2016-10-09Merge pull request #20871 from twbs/document-bg-fadedMark Otto1-0/+1
Document the .bg-faded class
2016-10-09Document the .bg-faded classMark Otto1-0/+1
Fixes #20550.
2016-10-09Merge pull request #20870 from twbs/collapse-example-fixMark Otto1-6/+12
Don't use collapse classes on elements with padding
2016-10-09Don't use collapse classes on elements with paddingMark Otto1-6/+12
Fixes #20600.
2016-10-09Merge pull request #20869 from twbs/static-controlMark Otto2-6/+5
v4 Static form control sizing
2016-10-09remove un-needed commentMark Otto1-1/+0
2016-10-09add transparent border to match .form-control heightMark Otto1-0/+2
2016-10-09Update static form controlMark Otto2-5/+3
- Remove margin-bottom override in favor of .mb-0 utility class - Apply the input line-height styles to match - Remove the min-height to match the input
2016-10-09Merge pull request #20868 from twbs/inline-form-input-groupMark Otto1-0/+1
Ensure input groups behavior appropriately in inline forms
2016-10-09Ensure input groups behavior appropriately in inline formsMark Otto1-0/+1
Overrides the default width: 100% with an auto. Fixes #20752.
2016-10-09separate out the custom html exampleMark Otto1-0/+5
2016-10-09Merge branch 'v4-dev' of https://github.com/dumb/bootstrap into dumb-v4-devMark Otto1-1/+9
2016-10-09remove those files from the diffMark Otto16-256/+64
2016-10-09fix bad mergeMark Otto1-1/+0
2016-10-09Merge branch 'v4-dev' into v4-navbarsMark Otto146-1234/+1970
2016-10-09gruntMark Otto30-174/+202
2016-10-09Merge pull request #20867 from twbs/dedupe-sm-varsMark Otto2-3/+1
Drop the $small-font-size variable for the newer $font-size-sm one
2016-10-09Merge pull request #20864 from twbs/fix-20688Mark Otto1-1/+1
Update the grid table heading to clarify max width over width
2016-10-09Merge pull request #20684 from twbs/v4-utilsMark Otto54-491/+608
v4: The Utilities Update
2016-10-09Merge pull request #20865 from twbs/v4-container-widthsMark Otto3-13/+14
v4: Grid adjustments
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto162-649/+18408
2016-10-09Remove display from the .img-fluid utilityMark Otto2-6/+8
Creating max-width images is not dependent on the display, so setting it is redundant. Cleans up the comments and implementation of the mixin as well. Fixes #20767
2016-10-09Update grid docs mention of gutter width value (no more rems for awhile now)Mark Otto1-1/+1
2016-10-09Update grid docs to use new values for grid breakpoints and containersMark Otto1-8/+8
2016-10-09Change 940px breakpoint to 960px so that all widths are divisible by 12Mark Otto1-1/+1
Fixes #18510
2016-10-09Change sm grid breakpoint and container max-widthMark Otto1-2/+2
Makes it so that the container is no longer wider than the breakpoint used in the media query. This was never really an issue in rendering as the max-width handled it appropriately, but the mismatch was still incorrect. Fixes #18054
2016-10-09Move from max-width to width for containers, plus a max-width 100%Mark Otto1-1/+2
- Fixes issues between float and flex grid systems where container wouldn't fill the available width in Chrome & FF (but would in Safari) - Fixes #20681 - Fixes #17621 (basically same issue as above issue)
2016-10-09Drop the -font-size variable for the newer -size-sm oneMark Otto2-3/+1
Originally -font-size was added in v3 to set the font-size of the <small> element. Now that we have newer, global type variables, we can use those instead for these kind of things. Fixes #20859
2016-10-09Update the grid table heading to clarify max width over widthMark Otto1-1/+1
Fixes #20688
2016-10-09Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-1/+2
2016-10-09gruntMark Otto34-115/+137
2016-10-09Update dependencies, including Babel to v6 and zeroUnits fix.Bardi Harborow19-2902/+4118
2016-10-07Update devDependencies badge link.Vasily Artemchuk1-1/+1
2016-10-06Mark icon-fonts.md docs as not-yet-written (#20850)Seth Broweleit1-0/+1
[ci skip]
2016-10-06README: Tweak linkage & capitalization (#20853)Rafael Corrêa Gomes1-1/+1
[ci skip]
2016-10-05Fix Hound warnings for minified files. (#20446)Bardi Harborow1-0/+3
2016-10-03Remove `-webkit-overflow-scrolling: touch` due to an iOS Safari bug (#20803)Chris Rebert1-1/+3
See https://bugs.webkit.org/show_bug.cgi?id=158342 Fixes #17695
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow61-122/+122
2016-10-03Follow-up fix to #20821Patrick H. Lauke1-3/+3
With apologies, copy/paste error following on from trying to fix conflicting Hound/Travis checks for https://github.com/twbs/bootstrap/pull/20821/ slipped through before I noticed them.
2016-10-03Merge pull request #20821 from patrickhlauke/v4-h5bp-printPatrick H. Lauke1-4/+10
Update print styles borrowed from h5bp
2016-10-02Show clearfix for examples for xs/sm devices (#19287)David Beitey1-6/+6
Change `hidden-sm-up` to `hidden-md-up` as the clearfix divs should be visible on both `xs` and `sm` devices (widths of 6 columns).
2016-10-02Updated documentation of the focus option from the modal component. (#19409)Patrick van Hesteren1-0/+6
2016-10-02Fixes #20566 (#20768)Matt Viteri1-3/+12
2016-10-02Flexbox grid updates (#20829)Mark Otto1-2/+5
* Fixes #20775 without adding extra width and an important flag * Since we're now getting the extend, we don't need the extra position relative * rerrange * getting min-height from the extend already
2016-10-02gruntMark Otto24-168/+162
2016-10-02update commentMark Otto1-2/+1
2016-10-02remove the margin there since it's in normalizeMark Otto1-2/+0
2016-10-02Merge branch 'patch-1' of https://github.com/bardiharborow/bootstrap into ↵Mark Otto3-54/+54
bardiharborow-patch-1