aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/layout/overview.md
AgeCommit message (Collapse)AuthorFilesLines
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto1-178/+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-03-12Use callout without custom Jekyll plugin.m5o1-2/+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-23further clarify z-index docs, fix #24999Mark Otto1-4/+4
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-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-08-15Remove $zindex-dropdown-backdrop from docs (#23461)Rolandas Barysas1-1/+0
It was removed in 6d64afe.
2017-06-30update redirect_from on docs pagesMark Otto1-1/+1
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-0/+175