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/docs
AgeCommit message (Collapse)Author
2018-07-12Reorganize docs for easier deploysMark Otto
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2018-07-09Add missing role="button" in .navbar's .dropdown-toggleXhmikosR
Fixes #26830
2018-07-02Fix incorrect visibility utility description regarding screen readers (#26786)Patrick H. Lauke
2018-07-02Add js maps & tweak docsMartijn Cuppens
2018-06-25feat(dropdown): add original click eventjakubhonisek
2018-06-24Fixes Edge and IE label overlapping issue (#25919)Christian Oliff
The 'Floating labels' example is only supported on Chrome, Safari and Firefox. On Edge and IE the label is displayed always and any text input overlaps the label which makes it unreadable. The fix here targets Edge and IE and makes the form behave normally, the labels are hidden and the placeholder color is standard.
2018-06-21Remove disabled class from wrapperMartijn Cuppens
`disabled` class is not needed for wrapper.
2018-06-11Fix node_modules path (#26653)Martijn Cuppens
2018-06-11Add additional wording to the Introduction section of Bootstrap docs about ↵sts-ryan-holton
the bootstrap bundle js (#26688)
2018-06-05HTTPS link (#26663)Christian Oliff
saves a redirect
2018-06-05Fix markdown code inside HTML code. (#26662)XhmikosR
2018-05-31Changed Node.js download page (#26638)marcosfreitas
Link to the more user-friendly Node download page (rather than just the raw directory view)
2018-05-31Fix inline labels with a custom select (#26615)Andres Galante
Add an sr-only class to the label on inline labels with a custom select
2018-05-22Fix/add more correct labels/descriptions for input group examples (#26551)Patrick H. Lauke
Among other things, closes https://github.com/twbs/bootstrap/issues/26548
2018-05-21closes #26543, fixes #26542Mark Otto
2018-05-15[trivial] Rewording in tooltips. Closes #26467 (#26521)Varunram Ganesh
2018-05-15fix(doc): typo in dropdowns.mdysds
2018-05-01Fix heading levels (#26433)Brandon
H3 was used without preceding H2, breaking document flow.
2018-04-30Doc update - remove media-breakpoint-up(xs) (#26316)David De Sloovere
* Doc update - remove media-breakpoint-up(xs) If media-breakpoint-down(xl) is not listed, then media-breakpoint-up(xs) does not need to be listed either. The above 4 media queries are now aligned with the 4 media-breakpoint-up mixins (just like their media-breakpoint-down counterparts). * Improve media-breakpoint-up/down docs
2018-04-26Change accordion example id (#26391)Patrick H. Lauke
for clarity/consistency with other similar examples
2018-04-17typoMark Otto
2018-04-17Be explicit in the docs for deprecating text-hideMark Otto
2018-04-16breadcrumb.md: Remove trailing space.XhmikosR
2018-04-16Resolve #26262: Add deprecated warning (#26292)Varunram Ganesh
2018-04-12Docs/examples: change links to Sass documentation and example.com to httpsSwardu
2018-04-12Dropdowns `display` default value (#26272)denisname
2018-04-10Fix incorrect class name (#26239)Jonathan
Fixes #26235
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto
* 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-07closes #26213Mark Otto
2018-04-06Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto
2018-04-06add examples to theming docs section on css vars in media queries, closes #26205Mark Otto
2018-04-06Remove note about multiple inputs (#26194)Jason Quense
* Remove note about multiple inputs * patchs the PR and removes the word Also
2018-04-05docs: Switch to StackPath's URL.XhmikosR
While the old one will keep working, better switch to the new one.
2018-04-02Fix broken URI fragments and redirects.XhmikosR
2018-04-02Use https when possible.XhmikosR
2018-04-02Allow non-string content as breadcrumb divider (#25581)Martijn Cuppens
* Allow url(), attr(), none,... as breadcrumb divider * Update breadcrumb divider docs
2018-04-02Update offcanvas example for IE supportMark Otto
- Replaces CSS variables with their appropriate hex values - Fixes the broken navbar transition by moving from 2D translates to using position - Fix broken IE navbar toggler placement with some utilities (not necessary anywhere else, but necessary given flexbox quirks)
2018-04-02Dashboard updates (#26179)Mark Otto
* Update Dashboard example - Replaces .sticky-top on .navbar with .fixed-top - Adjusts padding on main content area and sidebar to account for fixed navbar - Move to padding in sidebar instead of top: 48px; fixes Firefox rendering issue - Adds new .shadow utility for a little extra cherry on top - Moves sticky styles to separate feature query ruleset to avoid IE rendering issues * Add .w-100 to chart to fix IE horizontal scroll from label that extended past viewport
2018-04-01docs edit suggestionMark Otto
2018-04-01Add box-shadow utilities (#25758)Mark Otto
2018-04-01Mention browserslist config in our docs to close #25429Mark Otto
2018-04-01Add new .flex-grow and .flex-shrink utilsMark Otto
2018-04-01document new text color utilsMark Otto
2018-04-01Close #25697Mark Otto
Removes the .justify-content-between from a navbar form example given it's the default style. Instead, mention how to adjust this and link to flex utils.
2018-04-01Add .text-monospace utilMark Otto
2018-04-01fixes #25343 by mentioning how collapse animates in docsMark Otto
2018-04-01Add small not to float docs about mixing with flex itemsMark Otto
Closes #25829, closes #25924
2018-03-31distMark Otto
2018-03-31fixes #25918Mark Otto
2018-03-30Correct children selectorMartijn Cuppens