aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-08Switch up some split button stuffMark Otto6-23/+76
- New vars - New function for stripping units so we can combine rems and ems in math functions - Add new classes for sizing and spacing around the split dropdown toggle so that the caret isn't misaligned
2016-01-07https://webkit.org/b/150715 has been fixedChris Rebert1-10/+0
Fixed by way of https://webkit.org/b/152803 Thanks Google Translate (I guess) and WebKit Team! [ci skip]
2016-01-07https://webkit.org/b/147284 has been fixedChris Rebert1-10/+0
Refs #16814 [ci skip]
2016-01-07Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-6/+10
2016-01-07Merge pull request #18787 from twbs/btn-varsMark Otto2-6/+10
Add variables for spacing of .btn-toolbar and split-button dropdown toggles
2016-01-07In IE9-11, prevent breadcrumb separator from getting underlined on :hover ↵Chris Rebert1-1/+16
when not using <ol> markup Fixes #18733 in IE9-11 Also adds comments to the code explaining this and #18740.
2016-01-07In modern browsers, prevent breadcrumb separator from getting underlined on ↵Bass Jobsen1-0/+1
:hover when not using <ol> markup Fixes #18733, except in IE9-11 Closes #18740
2016-01-07fix input group addon alignmentMark Otto1-1/+1
2016-01-07Add a comment to follow-up on #17756Mark Otto1-0/+3
2016-01-07Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+1
2016-01-07Merge pull request #17756 from zalog/patch-11Mark Otto1-0/+1
Flexbox grid column wrapping bug
2016-01-07more variables spacingMark Otto1-43/+43
2016-01-07pointless commentsMark Otto1-5/+0
2016-01-07more variables spacingMark Otto1-6/+6
2016-01-07spacingMark Otto1-12/+12
2016-01-07gruntMark Otto8-8/+8
2016-01-07Fixes #18681: Use a local varible to calculate a unit-less border offset for ↵Mark Otto1-1/+2
the popover title
2016-01-06clear up and split out breadcrumb examplesMark Otto1-8/+8
2016-01-06Merge pull request #18788 from twbs/refs-18458Chris Rebert1-0/+8
Add nested definition list to docs example
2016-01-06Merge pull request #18784 from twbs/input-typesChris Rebert2-1/+91
Add comprehensive `.form-control` example(/testcase) to docs
2016-01-06Add nested definition list to docs exampleChris Rebert1-0/+8
Refs #18458 [skip sauce]
2016-01-06Add variables for spacing of .btn-toolbar and split-button dropdown togglesChris Rebert2-6/+10
[skip sauce]
2016-01-06Merge branch 'input-type-reset-btn' into v4-devChris Rebert1-0/+1
2016-01-06Add <input type="reset"> example to Button Tags docs for completenessChris Rebert1-0/+1
[skip sauce]
2016-01-06gruntMark Otto8-18/+18
2016-01-06Add comprehensive `.form-control` example(/testcase) to docsChris Rebert2-1/+91
Put all the textual input types right next to each other for easy visual comparison. Refs #17308, #18763 [skip sauce]
2016-01-06Merge pull request #18783 from twbs/v4-nav-cleanupMark Otto3-56/+59
v4: Nav cleanup
2016-01-06Consolidate nav-tab dropdown styles with nav-tab stylesMark Otto1-12/+7
- Moves styles up the document a bit to nest them - Drops the static 1px for $navbar-tabs-border-width so once again it’s all tied together should folks customize that
2016-01-06New $nav-pills-active-link-* variablesMark Otto2-6/+6
- Renames old and unused $nav-pills-active-link-hover-* for $nav-pills-active-link-* ones - Puts those vars to use in place of defaults $component-* vars on nav pills
2016-01-06Spacing y'allMark Otto1-20/+20
2016-01-06Regroup nav variablesMark Otto1-5/+0
2016-01-06Revamp tabbed nav border variablesMark Otto2-4/+4
- Add new $nav-tabs-border-width for the bottom border on the .nav-tabs parent class - Use that new variable for the negative margin on nav-items within it for consistent customization - Drop the $nav-tabs-link-border-width for the new variable so it’s all tied together
2016-01-06Add $nav-disabled-link-hover-bg variableMark Otto2-1/+2
2016-01-06Add $nav-item-inline-spacer variableMark Otto2-1/+2
So folks can customize the distance between nav links in inline navs.
2016-01-06Nav docs updatesMark Otto1-14/+25
- More consistent states and labels in nav examples - Add stacked pills example for with <nav> element
2016-01-06Tweak phrasing of .tab('show') docsChris Rebert1-1/+1
Refs #18708 [ci skip]
2016-01-06Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+8
2016-01-06gruntMark Otto8-142/+6
2016-01-06Merge pull request #18708 from Johann-S/showDocChris Rebert1-0/+8
Add documentation for Tab plugin's `show` method
2016-01-06follow up to #18782: remove pager varsMark Otto1-15/+0
2016-01-06Merge pull request #18782 from twbs/v4-rip-pagerMark Otto6-119/+11
v4: Drop pager component
2016-01-06fix blog example to use customized pagination based on button stylesMark Otto2-11/+5
2016-01-06Introduce $tooltip-padding-{x,y} & $tooltip-margin varsChris Rebert2-5/+8
[skip sauce]
2016-01-06add docs notesMark Otto1-1/+3
2016-01-06Rip out the pager componentMark Otto3-107/+3
2016-01-06Ignore HTML validator warning about <input type="datetime-local">Chris Rebert1-1/+1
Erratum from #18778 [skip sauce]
2016-01-06Remove associated comment tooChris Rebert1-1/+0
Erratum from #18658 [ci skip]
2016-01-06fixes #18658: no more min-width action on progress bars. we had them in v3 ↵Mark Otto1-12/+0
and ended up removing them for additional problems it caused folks.
2016-01-06Clarify a few things in migration docsMark Otto1-4/+4
2016-01-06gruntMark Otto8-100/+102