aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/layout
AgeCommit message (Collapse)AuthorFilesLines
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto4-1137/+0
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-04-02Fix broken URI fragments and redirects.XhmikosR2-4/+4
2018-03-14Remove custom example plugin. (#25784)m5o2-60/+90
2018-03-12Use callout without custom Jekyll plugin.m5o2-4/+4
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-16Add order-last grid class (#24915)Casper Bornebusch1-3/+3
* Add order-*-last grid class * copy updates
2018-01-15closes #25280Mark Otto1-1/+1
2018-01-03Patch fractional viewport widths to work around Safari rounding bug (#25177)Patrick H. Lauke1-9/+9
Includes simplifying the prose in `tables.md` and adding the bug to the list of browser bugs. Closes https://github.com/twbs/bootstrap/issues/25166
2017-12-31layout/overview.md: fix double copy button.XhmikosR1-2/+2
2017-12-27improve docs tablesMark Otto1-1/+1
2017-12-23further clarify z-index docs, fix #24999Mark Otto1-4/+4
2017-11-24closes #24450Mark Otto1-3/+1
2017-11-20Add support for fractional viewport widths (zoom/high-dpi displays) (#24299)Patrick H. Lauke1-9/+12
* Change breakpoint max- calculation to fractional values * Update docs to reflect fractional max-width breakpoint values * Add fractional max-width to offcanvas example * Add documentation and SCSS comment for fractional viewport support
2017-11-19Typos in grid.md (#24828)Rychu1-1/+1
Fixed typos in offsetting section of grid.md
2017-11-11fix typo grid.md (#24757)Gijs Boddeus1-1/+1
fixes #24744
2017-10-31Add display utilities link in 'Utilities for layout' docs page (#24615)Giovanni Totaro - aka Vanni1-1/+1
2017-10-20Reduce z-indexes in button-group, input-group, list-group, and pagination to ↵rmacklin1-0/+2
the minimum necessary (#24315) These were using `z-index: 2` to "Place active items above their siblings for proper border styling". However, using `z-index: 1` is sufficient for accomplishing that goal. In input-group, there were also three `z-index: 3` rules for the hover/focus/active states. I reduced these to `z-index: 2` since they just needed to be "one more than normal" (i.e. one more than what is now `z-index: 1` after my changes). These changes can be verified by viewing the documentation pages for Button group, Input group, List group, and Pagination before and after this commit and observing that the active elements are still "above" their siblings, so their borders look correct.
2017-10-17Correct $zindex-sticky value (#24402)Anuj Tomar1-1/+1
2017-10-12Updated Safari Bug (#24350)Michael Letcher1-2/+2
2017-10-03Update column resets docs to include new section for column breaksMark Otto1-11/+28
- Moves offset reset to the offset section - Adds new breaks section to fix #24136
2017-10-02Add order first to grid (#24202)Luke Frake1-0/+20
* Add first class to grid framework to add negative ordering * Add order-first explination to the docs
2017-09-30remove that, the example comes first nowMark Otto1-2/+0
2017-09-30more links, clarify predefined classesMark Otto1-5/+5
2017-09-30be more specific about context and breakpoint scalingMark Otto1-3/+3
2017-09-30be more specificMark Otto1-1/+1
2017-09-30rewrite containers and rows sectionMark Otto1-2/+2
2017-09-30link to css tricks article, add code snippet to exampleMark Otto1-1/+5
2017-09-30link to mdn flex docMark Otto1-1/+1
2017-09-27Take out reference to Flex Order (#23759)Ray Villalobos1-1/+1
Since flex-order was renamed to just order, change the subtitle.
2017-09-07consistent comma usage :DMark Otto1-1/+1
2017-09-04adds clarification that gris values should be set in px (#23829)Andres Galante1-1/+1
2017-09-01Correct typo (#23805)Eugenio1-1/+1
Shouldn't this be 'output' ?
2017-08-22remove d-flex class from img tag in docsChirag Modi1-10/+10
2017-08-21Added missing dot (#23601)SKmedix1-1/+1
2017-08-21Remove trailing spaces (#23593)Иван Жеков1-12/+12
2017-08-20Restore grid offset classesMark Otto1-2/+45
Fixes #23360 by restoring just the offset class generation to our grid framework mixins. Also restores the `make-col-offset` mixin. Docs have been restored to illustrate this behavior and merged with the newer margin utilities examples.
2017-08-15Remove $zindex-dropdown-backdrop from docs (#23461)Rolandas Barysas1-1/+0
It was removed in 6d64afe.
2017-07-14mention how to do edge-to-edge in docsMark Otto1-0/+2
/cc #23070
2017-07-14fixes #23045Mark Otto1-5/+0
2017-07-02fix some busted linksMark Otto2-2/+2
2017-07-01Move /utilities/flexbox to /utilities/flex to match name of SCSS fileMark Otto1-1/+1
2017-07-01cleanup offsetsMark Otto1-4/+0
2017-06-30update redirect_from on docs pagesMark Otto1-1/+1
2017-06-30update that docs bit tooMark Otto1-1/+1
2017-06-30formattingMark Otto1-2/+2
2017-06-30this were removedMark Otto1-5/+0
2017-06-30drop that part of the docs, not applicableMark Otto1-16/+0
2017-06-30Drop offsets and push/pull for new order variantsMark Otto1-22/+10
2017-06-30remove grid gutter sass map as it's output css was all jacked upMark Otto1-20/+5
2017-06-29fix broken links on Utilities for layout pageCraig Potter1-4/+4