Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site/docs
AgeCommit message (Collapse)Author
2019-11-26Backport #29734XhmikosR
justify-content:between ⇒ justify-content:space-between
2019-11-25Update anchor.js to v4.2.1 (#29662)XhmikosR
2019-11-02Update modal.md (#29621)XhmikosR
Fix typo
2019-11-02backport #29516: added animation when modal backdrop is staticJohann-S
2019-11-02Add configurable button text wrapping (#29554)Martijn Cuppens
2019-11-01Fix highlighting.XhmikosR
v4-dev is using Jekyll, not Hugo.
2019-11-01Convert v4-dev calc() left overs to add/subtract functionsMartijn Cuppens
2019-11-01Doc tweaks.Mark Otto
2019-11-01Add add and subtract functionysds
2019-10-28Link to versioned RFS repo (#29598)Martijn Cuppens
2019-10-14Variable card height (#29462)Martijn Cuppens
2019-09-26Use 180 for the grid-cards placeholder images' height.XhmikosR
2019-09-26Grid card example tweaks (#29409)Shohei Yoshida
Stack in cards in one column when < md
2019-09-26Add responsive exampleysds
2019-09-26Allow override default col widthysds
2019-09-26CleanupMark Otto
- Rename and move the variable to variables file - Move code to the grid file - Use the mixin to generate our own classes - Wrap in a grid classes enabled conditional - Document the mixin
2019-09-26Move margins, and equal height via utility exampleMark Otto
2019-09-26First pass at .row-cols classesMark Otto
Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too.
2019-09-26carousel.md: Remove duplicate bd-example div. (#29341)XhmikosR
The example shortcode already adds this.
2019-09-26docs: remove swatches for theme colors. (#29327)XhmikosR
Use the built-in utilities instead.
2019-09-26theming.md: bring `:root` up to par with Scss. (#29323)XhmikosR
Also, add a warning in _root.scss so that we don't miss it again.
2019-09-26blog example: remove unused CSS. (#29316)XhmikosR
2019-08-27fixed minor typo (#29291)tracyjordan
2019-08-27docs: fix tap targets (#29272)Martijn Cuppens
2019-08-27Backport #29251Johann-S
allow to pass popper.js configuration for tooltip/popover and dropdown
2019-08-17Clarify order documentation (#29252)Martijn Cuppens
2019-08-17Fix redirects. (#29254)XhmikosR
2019-08-17Responsive containers (follow-up to #29095) (#29118)Mark Otto
* Follow-up to #29095 This PR fixes the responsive containers that were added in #29095, originally stubbed out in #25631. Apologies to @browner12 for getting that wrong. Fixes #25631. * update navbar as well because we cannot reset all containers uniformly * Update navbars example to include container-xl example to ensure containers match * rewrite responsive containers docs, add table of max-widths * Update container docs - Move table up to the intro - Remove the container example because it's actually hella confusing - Update and link to grid example as a demo instead
2019-08-17v4/v5: Add responsive containers (#29095)Mark Otto
* create responsive containers provide more flexibility and allow the user to determine when containers switch from fluid to fixed width. * fix the base container code this commit fixes the non-media portion of the generated CSS. I learned about the `@extends` directive and was able to put it to good use. I create a new temporary map that contains all the main `$container-max-widths` and join it to our 2 special cases of 'xs' and 'fluid'. Then we loop through that and, with the appropriate infixes, extend our placeholder * formatting for style forgot to run my tests before the last push, i think these are better. * finish incomplete comment * fix the responsive containers using the `@extend` directive I was able to clean up this code * fix responsive containers in the navbar mostly we just look through all of our breakpoints so we can include all of the responsive container classes in the tweaks we have to do for the navbar (redeclaring flex properties, don't double up on padding, etc) * Simplify container extends * Simplify navbar containers * Rearrange, add comments, ensure everything is nested in $enable-grid-classes * Reduce new CSS by using attribute selector We avoid using `@extend` whenever possible, and this is more readable * Update _grid.scss * Update _navbar.scss * Add docs for responsive containers, redesign the container layout page * Add to the Grid example
2019-07-31Add missing role="document" (#29172)Herst
2019-07-31Fix minor typo (#29168)Patrick H. Lauke
2019-07-31Minor: fix sentence (#29160)Patrick H. Lauke
"Popovers whose both title..."
2019-07-31Update scrollspy.md (#29156)Brian Juul Andersen
Fixed minor grammatical error: "... the best method get scroll ..." => "... the best method to get scroll ..."
2019-07-31Update docs vendor libs (#29134)XhmikosR
* Update bs-custom-file-input.min.js to v1.3.2. * Update anchor.min.js to v4.2.0.
2019-07-31Backport #29121.XhmikosR
Remove https://glyph.smarticons.co/ from list of suggestions. The domain is now for sale and is triggers warnings in Firefox and Chrome
2019-07-31Apply `at-mixin-argumentless-call-parentheses: always` stylelint rule for v4 ↵Martijn Cuppens
mixins
2019-07-31Apply `at-mixin-argumentless-call-parentheses: always` stylelint ruleMartijn Cuppens
2019-07-31Fix Typos across Bootstrap repository (#29082)Kitten King
2019-07-31Remove iconic and add feather icons. (#29079)XhmikosR
2019-07-30Disable the `!default` rule for our docs variables.XhmikosR
2019-07-30Use the background shorthand.XhmikosR
2019-07-30docs: use the `escape_svg` function.XhmikosR
2019-07-30Backport "Use escape-svg() function (#29077)"Martijn Cuppens
Adapted for v4-dev.
2019-07-30SVGs: lowercase hex values.XhmikosR
2019-07-17Fix bootstrap-themes.png. (#29061)XhmikosR
For some reason the old image was bad quality.
2019-07-17Updated sentence (#29051)Brian Juul Andersen
Checkboxes and radios use are built to support HTML-based form => Checkboxes and radio buttons support ...
2019-07-17Update collapse.md (#29025)Brian Juul Andersen
Corrected minor spelling error.
2019-07-10Add `prefers-reduced-motion` callout to toast documentation (#28993)Patrick H. Lauke
x-ref #28987
2019-07-10Ensure button plugin sets/removes active class correctly on page load (#28952)Patrick H. Lauke
* Ensure correct active class is set on button toggles/checkboxes/radios on page load Sanity check, ensures that the UI visually matches the actual values/states of controls. Also ensures that if any autocomplete/autofill happened, this is visually accounted for by having the correct class set. Includes unit tests (and `autocomplete` has been removed from these as it's no longer necessary) * Remove now unnecessary autocomplete attribute As the attribute was there to force/ensure that the visual presentation matched the state, and this is now taken care of programmatically, there's no need to unnecessarily suppress autocomplete...let them autocomplete if they want to...
2019-07-10Minor wording changes.XhmikosR