aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-15Restore .navbar-text and add some basic examples to the docs /cc #18049Mark Otto2-1/+29
2016-05-14follow up to c6c0522598037fcdeb04dfa376910a7cb5fa0fa8: define those new varsMark Otto1-0/+2
2016-05-14Merge branch 'v4-navbars' of https://github.com/twbs/bootstrap into v4-navbarsMark Otto3-3/+34
2016-05-14add docs note to clear up #18599--active states for navbars can be on ↵Mark Otto1-0/+2
anchors or parents
2016-05-13Add dropdown menu example to navbar docsMark Otto1-0/+28
2016-05-13more navbar variablesMark Otto2-3/+6
2016-05-13Remove reference to "loaded.bs.modal" eventHeiko Jansen1-4/+0
Since the "remote" option is no longer available in v4 the reference to the "loaded.bs.modal" event is no longer needed, too.
2016-05-12correction, -toggler-*Mark Otto2-4/+4
2016-05-12new var for -toggle-border-radiusMark Otto2-1/+2
2016-05-12add new variable for -toggle-font-sizeMark Otto2-1/+3
2016-05-12clarify example with code commentMark Otto1-0/+2
2016-05-12gruntMark Otto8-12/+20
2016-05-12Merge pull request #19889 from twbs/v4-popoversMark Otto2-1/+6
v4: Couple popover fixes
2016-05-12Update collapsible navbar docsMark Otto1-1/+15
- Add .text-muted for text color control over .bg-inverse in the examples - Add a dark navbar collapse example
2016-05-12Alternate fix to #18865: Change the .navbar-toggler color for light/dark ↵Mark Otto1-2/+4
navbars as we do with the .navbar-brand
2016-05-12Merge pull request #19874 from patrickhlauke/v4-links-not-anchors-focusableMark Otto1-2/+3
Make named anchor/placeholder link style reset more specific
2016-05-12Restore hiding of the .popover-title with :emptyMark Otto1-0/+4
2016-05-12Alternate fix to #19006: Add a single variable for controlling that inner ↵Mark Otto2-1/+2
1px padding on .popover
2016-05-12Alphabetized carousel options & added "ride" to itRyan Burnett1-6/+12
2016-05-11gruntMark Otto8-8/+6
2016-05-11fixes #19429: mention grunt tasks in local dev in readmeMark Otto1-2/+3
2016-05-11Fixes #19563: Add variable for setting background-color on .bg-inverseMark Otto2-4/+2
2016-05-11gruntMark Otto8-28/+72
2016-05-11Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto3-15/+35
2016-05-11Fixes #19732: Mention change to list-group-item class and links/buttons in ↵Mark Otto1-0/+5
migration docs
2016-05-11Merge pull request #19885 from twbs/v4-cardsMark Otto3-15/+35
v4: Card improvements
2016-05-11Fix #17511 by adding mention to the docs for how to extend the card columnsMark Otto1-1/+14
2016-05-11Fixes #17911: Explicitly remove margin-bottom from cards in .card-deckMark Otto1-1/+10
Here we're doing some margin swapping, so it looks a little funky. All this does is match the margin implementation and rendering across our table and flex versions of card decks.
2016-05-11fixes #19650: improve non-flexbox card deck behavior so columns are always ↵Mark Otto1-1/+1
the same width
2016-05-11Fixes #19840: Invert the .card-subtitle color as well for .card-inverseMark Otto1-0/+1
2016-05-11Update card variantsMark Otto1-2/+7
- Remove background-color from header and footer in inverse cards (fixes #19841) - Update border override for header and footer in cards; only need to declare a new color - Update the selector for targetting blockquote footers in cards
2016-05-11Update card header and footerMark Otto1-10/+2
- Remove the box-shadow and switch back to border to match .card basics - Update the header nav margin override--since we restored the border, we need that default negative margin at the bottom
2016-05-11Fixes #18584: Link to autoprefixer json file (link is broken until we make ↵Mark Otto1-0/+1
this the master branch)
2016-05-11Fixes #19267: Mention grid class changes in migration docsMark Otto1-0/+3
2016-05-11gruntMark Otto8-38/+38
2016-05-11add another note about dropdown styles changingMark Otto1-0/+1
2016-05-11Overhaul tables docs and use rgba() colors for inverse tablesMark Otto3-23/+164
- Add inverse examples for all variants - Use rgba() colors for hover and accent states for easy usage in inverse styles
2016-05-11Update tags/labels/badges migration docs to mention class and change in ↵Mark Otto1-2/+3
behavior for alignment in list groups
2016-05-11gruntMark Otto8-50/+80
2016-05-11clarify thatMark Otto1-1/+1
2016-05-11Merge pull request #18807 from twbs/v4-split-buttonsMark Otto6-331/+402
v4: Figuring out split dropdown buttons
2016-05-11linting orderMark Otto1-3/+3
2016-05-11Consolidate button-dropdown.md with dropdowns.md to simplify docsMark Otto3-383/+382
2016-05-11rest in peace _functions.scssMark Otto2-18/+0
2016-05-11Unfuck those split button dropdownsMark Otto3-34/+71
- Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size - Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed - Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button
2016-05-11Merge branch 'v4-dev' into v4-split-buttonsMark Otto147-3982/+3781
2016-05-11Merge pull request #19141 from twbs/v4-forms-cleanupMark Otto16-468/+413
v4: Forms cleanup
2016-05-11gruntMark Otto8-6/+8
2016-05-11Merge branch 'v4-forms-cleanup' of github.com:twbs/bootstrap into ↵Mark Otto2-28/+34
v4-forms-cleanup
2016-05-11update migration notesMark Otto1-1/+1