aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-11-16Update autoprefixer link to `.browserslistrc` file (#27675)Iurii Kucherov1-1/+1
2018-11-15Use fancy apostrophe in HTML files.XhmikosR8-12/+12
For Markdown files, this isn't needed because the Markdown converter takes care of this.
2018-11-14some cleaning and changes for readabilityJohann-S12-284/+273
2018-11-13Keep input group & form label font size in sync with form control font size ↵Martijn Cuppens2-4/+4
(#27663)
2018-11-13DistXhmikosR45-8933/+10301
2018-11-13Clean up some docs for toastsMark Otto1-57/+81
- Add headings to examples section - Clarify styles and customization options in examples - Add dismiss buttons to all toasts - Missing period added for consistency - Update roles, tweak text
2018-11-13Nest the `.toast.show` and use `display: block;` as inherit causes broken stylesMark Otto1-3/+3
2018-11-13Update toast documentation following pull #27155Laussel LOïc2-25/+27
Also remove close button everywhere just let it when autohide is set to false
2018-11-13Remove the show delay for our toast pluginJohann-S4-63/+17
2018-11-13Implement `data-dismiss="toast"` to allow user to interact itself with the ↵Laussel Loïc4-32/+117
component (#27155)
2018-11-13Fix toast documentation page.Johann-S3-1/+134
2018-11-13Create toast JS plugin, add unit tests.Johann-S10-3/+529
2018-11-13Add new toasts componentMark Otto5-1/+216
2018-11-13Customize browse text of the custom file input with HTML (#27651)Martijn Cuppens2-1/+17
2018-11-13Spinners: show all color variants.XhmikosR1-15/+7
2018-11-13Bump bootstrap.min.css bundle size.XhmikosR1-1/+1
2018-11-13spinners: use the animation shorthand property.XhmikosR1-8/+2
2018-11-13Add Bootstrap's very first spinners omfg it's actually happeningMark Otto5-0/+249
2018-11-12Jekyll: Add wdm gem for Windows. (#27658)XhmikosR2-0/+3
2018-11-12Update clipboard.js to v2.0.3 (#27657)Christian Oliff1-2/+2
2018-11-11Replace `data-src` with `src="..."` in docs. (#27649)XhmikosR1-1/+16
2018-11-11Minor/Docs: tweak accordion example heading level (#27620)Patrick H. Lauke1-6/+6
2018-11-11Allow to add more embed responsive ratios (#25894)Martijn Cuppens3-21/+30
2018-11-11Redirect `/extend/` to `/extend/approach/`.XhmikosR1-0/+1
2018-11-11Remove custom properties from examples so that they work in IE (#27634)Martijn Cuppens2-18/+9
2018-11-11Fix modal positioning on Android.jvitela1-4/+4
When the address bar is hidden, sometimes the visual position of the controls is out of sync with its logical position.
2018-11-09Dashboard example: update 3rd-party libs and use the same CDN.XhmikosR1-2/+2
2018-11-09Add an examples layout.XhmikosR24-2601/+2226
Reduces duplication and makes maintenance easier.
2018-11-09Move analytics to an include file.XhmikosR2-9/+7
2018-11-09Move stylesheets to an include.XhmikosR2-12/+13
2018-11-08use bsCustomFileInput in our docs (#27631)Johann-S1-1/+3
2018-11-07Wrap checkboxes in `.form-group` (#27624)sts-ryan-holton2-15/+21
2018-11-06Docs: Improve accessibility of disabled link example (#27614)ysds4-24/+24
Add `tabindex="-1"` and `aria-disabled="true"` to disabled link
2018-11-05display chrome version on travisJohann-S1-0/+2
2018-11-05Travis: Add back chrome addon (#27610)XhmikosR1-0/+2
2018-11-05Travis: exit pipeline if test fails.XhmikosR1-1/+1
2018-11-05Increase readability card columns docs (#27609)Martijn Cuppens1-1/+1
2018-11-05Add new `.rounded-pill` utility (#27339)sts-ryan-holton3-0/+8
2018-11-05Reorganize npm scripts.XhmikosR1-12/+18
2018-11-05Prevent white line in Firefox (regression) (#27594)Martijn Cuppens1-0/+1
2018-11-05Remove htmllint. (#27603)XhmikosR3-381/+1
We use the official HTML validator for HTML validation, and we don't really use any of the htmllint features.
2018-11-05Add Noto Sans to the font stack (#27596)LittleHuba1-1/+1
Fixes #27595
2018-11-05Add japanese to translations (#27599)okazou1-0/+5
2018-11-04Made the disabled state for nav more obvious. (#27382)Arvind S1-0/+2
2018-11-04Ligthen/Darken Button focus shadow colorysds1-4/+4
2018-11-04Update README.md (#27588)XhmikosR1-5/+8
* remove jobs link * specify a link in the BrowserStack image
2018-11-04Update devDependencies and gems.XhmikosR3-66/+72
2018-11-04Use a badge for .text-wrap exampleMartijn Cuppens1-1/+1
2018-11-04Add `text-wrap` example.XhmikosR1-0/+9
2018-11-04Add `.text-wrap` class.Andrew1-0/+1
this is the opposite of `.text-nowrap`, and a forces elements to wrap onto new lines. One use case for this is extra long button text. Bootstrap buttons by default do no wrap, so this class could be used to override that behavior.