| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-09-16 | examples: darken gray a little bit. | XhmikosR | 3 | -5/+5 | |
| 2019-09-16 | card.md: use `text-dark` for warning card. | XhmikosR | 1 | -1/+1 | |
| 2019-09-16 | badge.md: use `text-dark` for warning. | XhmikosR | 1 | -2/+2 | |
| 2019-09-16 | Darken footer color. | XhmikosR | 2 | -1/+2 | |
| 2019-09-16 | Tweak syntax highlighting colors to be WCAG2AA valid. | XhmikosR | 1 | -20/+20 | |
| 2019-09-16 | workflows/test.yml: switch to `setup-node@v1`. (#29410) | XhmikosR | 1 | -2/+2 | |
| 2019-09-15 | Fix incorrect aspect ratio on IE11 | ysds | 1 | -5/+6 | |
| 2019-09-15 | Remove redundant properties | Martijn Cuppens | 1 | -8/+2 | |
| 2019-09-13 | Responsive sticky top (#29158) | jahanzaibsuleman07 | 2 | -5/+23 | |
| 2019-09-13 | Update devDependencies. (#29381) | XhmikosR | 2 | -192/+197 | |
| 2019-09-07 | Typo fix (#29382) | Martijn Cuppens | 2 | -2/+2 | |
| 2019-09-06 | Remove unnecessary z-index | ysds | 1 | -1/+0 | |
| 2019-09-06 | Make sure the content doesn't cover the navbar dropdown | Martijn Cuppens | 1 | -5/+5 | |
| See https://github.com/twbs/bootstrap/pull/29368#issuecomment-528725686 | |||||
| 2019-09-06 | about/brand.md: Remove unused class. | XhmikosR | 1 | -5/+5 | |
| 2019-09-06 | Use the `$white` variable. | XhmikosR | 3 | -3/+3 | |
| 2019-09-06 | Docs tweaks | Martijn Cuppens | 16 | -155/+43 | |
| - Simplify display headings example markup - Simplify footer styles - Remove z-indices hacks in the docs - Remove redundant modal styling in docs - Use `escape-svg()` to escape docs sidebar chevron - Simplify sidebar chevron code - Cleanup masthead css & fix column width between `md` & `lg` - Easier to download logo's with the `download` attribute. - Changed some color codes into variables - Cleanup brands css | |||||
| 2019-09-06 | Move shortcodes used only once where they are needed. | XhmikosR | 4 | -41/+43 | |
| 2019-09-06 | getting-started/theming.md: throw an error if the regex doesn't succeed. | XhmikosR | 1 | -0/+4 | |
| 2019-09-06 | Break a couple of long lines. | XhmikosR | 2 | -2/+6 | |
| 2019-09-06 | homepage: remove redundant class (#29357) | XhmikosR | 1 | -1/+1 | |
| This broke IE11. | |||||
| 2019-09-05 | Update subnav to remove breadcrumb and just keep versions and search (#29368) | Mark Otto | 5 | -16/+20 | |
| 2019-09-05 | Update devDependencies. (#29349) | XhmikosR | 2 | -77/+106 | |
| 2019-09-03 | Tweak form validation snippet. (#29359) | XhmikosR | 2 | -16/+17 | |
| * remove load event * use `forEach` and `querySelectorAll` * simplify check | |||||
| 2019-09-02 | Examples: use our utilities more. (#29358) | XhmikosR | 5 | -19/+12 | |
| 2019-09-02 | Use the example shortcode in more places. (#29346) | XhmikosR | 2 | -67/+30 | |
| 2019-09-02 | ESLint: specify `--report-unused-disable-directives` (#29350) | XhmikosR | 2 | -3/+1 | |
| 2019-09-02 | Docs: simplify a few Hugo `range`s. (#29333) | XhmikosR | 3 | -11/+11 | |
| 2019-09-02 | Fix a few redirected links. (#29352) | XhmikosR | 2 | -2/+2 | |
| 2019-08-31 | Fix shortcodes/example.html class bug. (#29344) | XhmikosR | 1 | -8/+9 | |
| It always used the first placeholder's class before. | |||||
| 2019-08-30 | Add responsive example | ysds | 1 | -0/+13 | |
| 2019-08-30 | Allow override default col width | ysds | 4 | -12/+23 | |
| 2019-08-30 | Cleanup | Mark Otto | 5 | -12/+36 | |
| - Rename and move the variable to variables file - Move code to the grid file - Use the mixin to generate our own classes - Wrap in a grid classes enabled conditional - Document the mixin | |||||
| 2019-08-30 | Move margins, and equal height via utility example | Mark Otto | 1 | -19/+64 | |
| 2019-08-30 | First pass at .row-cols classes | Mark Otto | 3 | -1/+144 | |
| Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too. | |||||
| 2019-08-30 | card.md remove empty `class` placeholder argument (#29345) | XhmikosR | 1 | -1/+1 | |
| 2019-08-30 | carousel.md: Remove duplicate bd-example div. (#29341) | XhmikosR | 1 | -34/+32 | |
| The example shortcode already adds this. | |||||
| 2019-08-30 | Merge lint scripts (#29329) | XhmikosR | 2 | -6/+4 | |
| * Merge js-lint scripts into one script. * Merge stylelint scripts into one. | |||||
| 2019-08-30 | Clean up line heights & add line height utilities (#29271) | Martijn Cuppens | 13 | -32/+40 | |
| 2019-08-30 | docs-sidebar.html: reindent. (#29337) | XhmikosR | 1 | -17/+17 | |
| 2019-08-29 | Clean up instances of old .form-group (#29321) | Mark Otto | 2 | -8/+8 | |
| 2019-08-29 | Minor lint tweaks. (#29328) | XhmikosR | 3 | -8/+6 | |
| 2019-08-29 | docs: remove swatches for theme colors. (#29327) | XhmikosR | 2 | -8/+1 | |
| Use the built-in utilities instead. | |||||
| 2019-08-29 | theming.md: automate _root.scss. (#29326) | XhmikosR | 2 | -26/+7 | |
| 2019-08-29 | theming.md: bring `:root` up to par with Scss. (#29323) | XhmikosR | 2 | -1/+2 | |
| Also, add a warning in _root.scss so that we don't miss it again. | |||||
| 2019-08-28 | blog example: remove unused CSS. (#29316) | XhmikosR | 1 | -19/+0 | |
| 2019-08-27 | Homepage: add missing link to the versions page. (#29308) | XhmikosR | 1 | -1/+1 | |
| 2019-08-27 | Switch percentage `font-size`s to `em` and change some font sizes for ↵ | Martijn Cuppens | 2 | -6/+1 | |
| consistency in docs | |||||
| 2019-08-27 | Switch percentage `font-size`s to `em` and change some font sizes for ↵ | Martijn Cuppens | 3 | -7/+11 | |
| consistency | |||||
| 2019-08-27 | Don't bind validation to form controls | Martijn Cuppens | 1 | -30/+7 | |
| 2019-08-27 | Dist (#29263) | XhmikosR | 59 | -2107/+1686 | |
