| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-10-19 | Fix three small typos | Thomas Shinnick | 2 | -3/+3 | |
| 2015-10-17 | Add #17913 to Wall of Browser Bugs | Chris Rebert | 1 | -0/+20 | |
| Refs https://code.google.com/p/chromium/issues/detail?id=544290 Refs https://bugs.webkit.org/show_bug.cgi?id=150271 Closes #17913 [ci skip] | |||||
| 2015-10-17 | [V4] Fixes #17953: Update migration docs of .btn-default replacement | Risan Bagja Pradana | 1 | -2/+1 | |
| [V4 Docs] Update migration docs to point out the .btn-default replacement. | |||||
| 2015-10-17 | [V4] Fixes #17953: Add migration docs of .btn-default removal | Risan Bagja Pradana | 1 | -0/+5 | |
| V4 Docs - Updates to migration docs to pointed out the removal of .btn-default class and an addition of the new .btn-secondary class. | |||||
| 2015-10-16 | Fix docs for tooltips. | Peshkov, Igor | 1 | -1/+1 | |
| 2015-10-16 | Add "keyboard users" to heading for `sr-only-focusable` | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-10-16 | Remove redundant `.sr-only` text for Close buttons | Patrick H. Lauke | 3 | -11/+1 | |
| Since `aria-label` is used, it's not necessary anymore. | |||||
| 2015-10-13 | Adding autocomplete attribute in docs input search | Marcio Vicente | 1 | -1/+1 | |
| 2015-10-14 | Run `grunt`. | XhmikosR | 16 | -50/+115 | |
| [ci skip] | |||||
| 2015-10-13 | Merge pull request #17817 from kkirsche/patch-29 | Mark Otto | 1 | -1/+1 | |
| Remove double bottom border on sub header in dashboard example | |||||
| 2015-10-13 | Merge pull request #17896 from twbs/text-capitalize-doc | Mark Otto | 1 | -1/+1 | |
| Tweak .text-capitalize example to show what happens to interior capital letters | |||||
| 2015-10-13 | Merge pull request #17900 from kkirsche/patch-34 | Mark Otto | 1 | -1/+1 | |
| Use .blockquote class in V4 examples page | |||||
| 2015-10-12 | Add Wall of Browser Bugs entry for #14975 | Chris Rebert | 1 | -0/+10 | |
| See https://bugs.webkit.org/show_bug.cgi?id=150079 Closes #14975 [ci skip] | |||||
| 2015-10-12 | http://wkbug.com/138167 has been fixed! | Chris Rebert | 1 | -10/+0 | |
| See http://trac.webkit.org/changeset/190893 Refs #9774, #14907 [ci skip] | |||||
| 2015-10-12 | Use .blockquote class in V4 examples page | Kevin Kirsche | 1 | -1/+1 | |
| Fix #17888 | |||||
| 2015-10-12 | Tweak .text-capitalize example to show what happens to interior capital ↵ | Chris Rebert | 1 | -1/+1 | |
| letters; refs #17893 [ci skip] | |||||
| 2015-10-11 | Mention ScrollPos-Styler in the migration docs; closes #17819 | Chris Rebert | 1 | -0/+1 | |
| 2015-10-11 | Add docs for #17710 | Chris Rebert | 1 | -1/+1 | |
| 2015-10-11 | docs/examples/cover/cover.css: Fix "inheritence" typo | Chris Rebert | 1 | -1/+1 | |
| 2015-10-10 | Add Wall of Browser Bugs entry for Safari related to #17438 / #14237 | Chris Rebert | 1 | -0/+10 | |
| https://bugs.webkit.org/show_bug.cgi?id=149935 [skip sauce] | |||||
| 2015-10-10 | Remove em media queries note in Migration docs; no longer accurate as of #17403 | Chris Rebert | 1 | -1/+0 | |
| [ci skip] | |||||
| 2015-10-09 | grunt dist | Chris Rebert | 2 | -2/+2 | |
| 2015-10-09 | Add shrink-to-fit to getting started | Patrick H. Lauke | 1 | -1/+1 | |
| See https://github.com/twbs/bootstrap/pull/17793#issuecomment-146960473 | |||||
| 2015-10-08 | Merge pull request #17775 from twbs/font-migration | Chris Rebert | 1 | -1/+4 | |
| Add Glyphicons migration guidance [skip sauce] | |||||
| 2015-10-08 | Add Wall of Browser Bugs entry for #17438 / #14237 | Chris Rebert | 1 | -0/+10 | |
| https://code.google.com/p/chromium/issues/detail?id=534750 Closes #17438 Closes #14237 [skip sauce] | |||||
| 2015-10-08 | Move border-radius mixin from scss/_mixins.scss to ↵ | Chris Rebert | 1 | -3/+3 | |
| scss/mixins/_border-radius.scss Reunites the family. Closes #17791 | |||||
| 2015-10-08 | Remove double bottom border on sub header | Kevin Kirsche | 1 | -1/+1 | |
| The table includes a border between the two making this unnecessary | |||||
| 2015-10-07 | fixes #17781: Add migration docs note that .control-label is gone in v4 | alberto | 1 | -0/+1 | |
| 2015-10-06 | browsers-devices.md: Tweak indentation in IE9 table | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] | |||||
| 2015-10-06 | Getting Started docs: Add MDN links for features not supported in IE9 | Chris Rebert | 1 | -6/+6 | |
| [skip sauce] | |||||
| 2015-10-06 | Update typography.md re: where to find global vars | Eric Skogen | 1 | -2/+2 | |
| Docs should indicate that `_reboot.scss` uses the variables, but to see their values users would look in `_variables.scss`. | |||||
| 2015-10-07 | IE 9 not supported list v4 flexbox | a-moses | 1 | -0/+4 | |
| add flexbox to the not supported list https://github.com/twbs/bootstrap/issues/17802 | |||||
| 2015-10-06 | Add shrink-to-fit viewport directive | Patrick H. Lauke | 19 | -19/+19 | |
| Fixes potential problems with iOS9's new viewport behavior - see for instance https://forums.developer.apple.com/thread/13510 | |||||
| 2015-10-04 | Add Glyphicons migration guidance | Chris Rebert | 1 | -1/+4 | |
| [skip sauce] | |||||
| 2015-10-01 | Port #17753 to v4 | Chris Rebert | 1 | -10/+0 | |
| Remove http://bugzil.la/1048279 entry from Wall of Browser Bugs https://bugzilla.mozilla.org/show_bug.cgi?id=1048279 has been closed as WONTFIX. Refs #14124. [skip sauce] | |||||
| 2015-10-01 | Port #16994 to v4 | Chris Rebert | 1 | -0/+10 | |
| [skip sauce] | |||||
| 2015-10-01 | Make tooltip-viewport example work. | XhmikosR | 1 | -1/+2 | |
| [ci skip] | |||||
| 2015-10-01 | Remove random trailing less-than symbol | Liam Stanley | 1 | -1/+1 | |
| 2015-09-28 | Clarify the purpose of CSS class .in to .fade | Tommy Kelly | 1 | -1/+1 | |
| 2015-09-28 | Use backticks/<code> for JS snippets in docs headings; closes #17192 | Chris Rebert | 6 | -25/+25 | |
| [skip sauce] | |||||
| 2015-09-27 | Merge pull request #17626 from wolfika/v4-dev | Mark Otto | 1 | -0/+11 | |
| Add <h3> header example to Cards docs | |||||
| 2015-09-27 | Merge pull request #17403 from twbs/use-px-for-window-sizes | Mark Otto | 1 | -15/+19 | |
| Change grid and container sizes to px | |||||
| 2015-09-27 | Filled leftover placeholder | Michael Käufl | 1 | -1/+1 | |
| 2015-09-27 | Change grid and container sizes to px | Gleb Mazovetskiy | 1 | -15/+19 | |
| Changes grid and container sizes to `px`, as the viewport pixel size does not depend on the font size. The actual em values were inconsistent with the docs, while the docs were not the same as the comments: * `sm` breakpoint was 34em (544px) not 480px. * `lg` container max-width was 60rem (960px), less gutter than `md`. Changed to 940px, same as Bootstrap 3. * `xl` container max-width was 72.25rem which is 1140px not 1156px. Changed to 1140px matching the comment but not the docs. Addresses #17070 and #17388. | |||||
| 2015-09-27 | Port #17712 over to Bootstrap v4 | Chris Rebert | 1 | -0/+4 | |
| [skip sauce] | |||||
| 2015-09-27 | Merge pull request #17689 from twbs/fix-17169-more | Chris Rebert | 2 | -11/+17 | |
| Docs: Clarify [hidden] & .hidden | |||||
| 2015-09-25 | Migration docs: capitalization; hyperlink Less and SCSS | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-09-25 | Use correct default value of `constraints` in Tooltip docs; fixes #17671 | Johann-S | 1 | -1/+1 | |
| Closes #17699 | |||||
| 2015-09-23 | Clarify [hidden] attr docs; closes #17169 | Chris Rebert | 2 | -11/+17 | |
| [ci skip] | |||||
| 2015-09-23 | Move v3 `.hidden` note into Migration docs | Chris Rebert | 2 | -2/+2 | |
