aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
2019-07-18Make it possible to change default alignment & allow to inherit alignment ↵Martijn Cuppens1-0/+37
from table (#29039)
2019-07-17Fix ads alignmentMartijn Cuppens1-2/+2
2019-07-17Use `has-children`.XhmikosR2-17/+12
2019-07-17It's `viewBox`.XhmikosR1-11/+11
2019-07-17Fix inline SVG.XhmikosR1-1/+1
2019-07-17Move sidebar icon to CSSMark Otto3-10/+21
2019-07-17Move the icon to a partial and optimize it.XhmikosR2-1/+2
2019-07-17Add width/height in the SVG arrow.XhmikosR1-1/+1
Fixes IE.
2019-07-17Remove display none code.XhmikosR1-54/+0
2019-07-17Use the responsive themes image.XhmikosR1-1/+3
2019-07-17Fix docs search. (#29067)XhmikosR2-4/+2
2019-07-17Add redirect for `/forms/`.XhmikosR1-0/+1
2019-07-17Use the direct link to migrations page.XhmikosR1-1/+1
2019-07-17Move inline JS to application.js.XhmikosR2-7/+10
2019-07-17Ignore sw.js.XhmikosR1-2/+0
2019-07-17site/.eslintrc.json: specify ecmaVersion.XhmikosR1-0/+1
2019-07-17Fix application.js after aaf03bdXhmikosR1-13/+12
2019-07-17Fix bootstrap-themes.png. (#29061)XhmikosR1-0/+0
For some reason the old image was bad quality.
2019-07-15Make text align configurable (#28989)Martijn Cuppens1-1/+1
This was causing issues for RTL, see https://github.com/twbs/bootstrap/issues/28238
2019-07-14v5: Fix disabled styling on .form-file (#29022)Mark Otto1-0/+12
While #28450 overhauled a ton of forms work, the support for this custom file input was ineffective. This updates the selector to target the custom field and gray out the entire field. Fixes #28176.
2019-07-14Drop breakpoint CSS custom properties (#29020)Mark Otto1-27/+0
Media queries do not support CSS custom properties (CSS variables), so we've had some useless variables lying around since shipping v4. This finally removes them and the associated documentation content that explained the situation. Fixes #29012.
2019-07-13Update collapse.md (#29025)Brian Juul Andersen1-1/+1
Corrected minor spelling error.
2019-07-12dist v5Mark Otto5-10/+6
2019-07-12v5: Forms update (#28450)Mark Otto50-1888/+2323
* Initial spike of consolidated form checks * Stub out forms rearrangement - Prepping to drop non-custom file and range inputs - Prepping to merge custom and native checks and radios (with switches) - Prepping to merge custom select with form select - Moving docs arround so forms has it's own area given volume of CSS * Move input group Sass file to forms subdir * Start to split and move the docs around * Simpler imports * Copyediting * delete overview file * Remove commented out code * remove the custom-forms import * rewrite flex-check as form-check, replace all custom properties * Remove old forms doc * stub out new subpage link section * update migration guide * Update nav, forms overview in page nav, and descriptions * fix check bg position * fix margin-top calculation * rename .custom-select to .form-select * Update validation styles for new checks * add some vertical margin, fix inline checks * fix docs examples * better way to do this contents stuff, redo the toc while i'm at it * page restyle for docs while here * un-callout that, edit text * redo padding on toc * fix toc * start to cleanup checks docs * Rewrite Markdown tables into HTML * Redesign tables, redo their docs * Replace Open Iconic icons with custom Bootstrap icons * Redesign the docs navbar, add a subheader, redo the sidebar * Redesign docs homepage a bit * Simplify table style overrides for docs tables * Simplify docs typography for page titles and reading line length * Stub out icons page * Part of sidebar update, remove migration from nav.yml * Move toc CSS to separate partial * Change appearance of overview page * fix sidebar arrow direction * Add footer to docs layout * Update descriptions * Drop the .form-group class for margin utilities * Remove lingering form-group-margin-bottom var * improve footer spacing * add headings to range page * uncomment form range css * Rename .custom-range to .form-range * Drop unused docs var * Uncomment the comment * Remove unused variable * Fix radio image sizing * Reboot update: reset horizontal ul and ol padding * de-dupe IDs * tweak toc styles * nvm, fix dropdown versions stuff * remove sidebar nav toggle for now * broken html * fix more broken html, move css * scss linting * comment out broken helper docs * scope styles * scope styles * Fixes #25540 and fixes #26407 for v5 only * Update sidebar once more * Match new sidenav order * fix syntax error * Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696 * rename back * fix size and alignment * rename that back too
2019-07-12Drop support for .form-control-plaintext inside .input-group (#28972)Shohei Yoshida1-0/+1
* Revert "Fix readonly-plain-text with button addon (#25871)" This reverts commit ff40e00323f9256d8dfb678d13b57bfb01ac7354. * Add migration comment
2019-07-10Fix typo. (#29008)XhmikosR2-2/+2
2019-07-09Fixes #28994Mark Otto1-1/+1
2019-07-08Add `prefers-reduced-motion` callout to toast documentation (#28993)Patrick H. Lauke1-0/+4
x-ref #28987
2019-07-02Add ARIA search landmark to documentation. (#28983)Bardi Harborow1-1/+1
2019-06-24Minor wording changes.XhmikosR1-2/+2
2019-06-24Combine duplicate documentation examples into one to fix the confusing text.Jonathan Hawkins1-23/+9
fixes issue #28892
2019-06-22Docs – update extend/approach.md (#28941)Robin D'Arcy1-2/+2
2019-06-18Typo fix (#28920)Martijn Cuppens1-1/+1
2019-06-18Decrease number of order utilities (#28874)Martijn Cuppens3-5/+18
2019-06-07Removal of one of the most iconic components of Bootstrap: the jumbotron ↵Martijn Cuppens23-168/+23
(#28876)
2019-06-06Update site/content/docs/4.3/examples/sticky-footer-navbar/index.htmlXhmikosR1-1/+1
Co-Authored-By: Shohei Yoshida <[email protected]>
2019-06-06Update site/content/docs/4.3/examples/sticky-footer-navbar/index.htmlXhmikosR1-1/+1
Co-Authored-By: Shohei Yoshida <[email protected]>
2019-06-06Examples: make use of core utils in more places.XhmikosR7-28/+5
2019-06-06Clean component examples CSS (#28872)Shohei Yoshida5-89/+19
* Remove unused classes/styles and use utilities instead of specific styles * Use `getElementById` instead of `querySelector`
2019-06-04Rename the text helper page (#28869)Shohei Yoshida2-3/+3
2019-06-05Rename .text-monospace to .font-monospace (#28867)Shohei Yoshida2-2/+3
2019-06-04Docs: add accessibility/keyboard callout to popovers, tweak tooltips callout ↵Patrick H. Lauke2-3/+11
(#28851) - Add same advice about keyboard/AT handling to popovers as a callout; also add information about not adding excessive content or interactive controls (and the suggestion to opt for a modal) - Tweak the tooltips callout for consistency
2019-06-03Update devDependencies. (#28798)XhmikosR1-0/+1
Notably: * bundlesize 0.15.3 → ^0.17.2 * eslint-plugin-unicorn ^8.0.2 → ^9.0.0 * terser ^3.17.0 → ^4.0.0
2019-05-29Make example description more accurate (#28842)Jay Pinho1-1/+1
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens11-51/+334
2019-05-20`.sr-only` & `.sr-only-focusable` tweaks (#28720)Martijn Cuppens4-6/+15
* Prevent .sr-only-focusable overriding properties when being focused * Typo
2019-05-16Update Yarn package link to link to the Bootstrap package (#28781)Christian Oliff1-1/+1
I think it makes more sense to link to the Bootstrap package on Yarn here (like the package link for NPM above)
2019-05-16remove util references from our docsJohann-S7-10/+0
2019-05-16remove jquery references from tooltip docsJohann-S1-25/+31
2019-05-16remove jquery references in browsers-devices docsJohann-S1-22/+0