| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-01-10 | HTML validation: Ignore spurious errors about script[integrity] | Chris Rebert | 1 | -1/+3 | |
| Workaround for https://github.com/jzaefferer/grunt-html/issues/86 | |||||
| 2016-01-10 | docs: Add SRI hash for Tether; refs #18665 | Chris Rebert | 15 | -15/+16 | |
| 2016-01-10 | docs: Add SRI hash for jQuery; refs #18665 | Chris Rebert | 16 | -16/+17 | |
| 2016-01-10 | grunt dist-css docs | Chris Rebert | 9 | -77/+91 | |
| [ci skip] | |||||
| 2016-01-10 | Merge pull request #18816 from twbs/fix-17308 | Chris Rebert | 2 | -16/+19 | |
| Switch to actually-Safari-specific CSS hack for iOS temporal input fix | |||||
| 2016-01-10 | Switch to actually-Safari-specific CSS hack when fixing vertical alignment ↵ | Chris Rebert | 2 | -16/+19 | |
| of temporal input text in iOS Safari See http://browserbu.gs/css-hacks/webkit-full-page-media/ Fixes #17308 [skip sauce] [skip validator] | |||||
| 2016-01-10 | Merge pull request #18819 from patrickhlauke/docs-v4-about-accessibility | Patrick H. Lauke | 1 | -1/+1 | |
| Remove About > Accessibility, add to Get Started | |||||
| 2016-01-09 | Merge pull request #18826 from twbs/fix-17986 | Chris Rebert | 1 | -0/+2 | |
| Docs: Add missing pages to "Getting started" TOC | |||||
| 2016-01-09 | Docs: Add missing pages to "Getting started" TOC | Chris Rebert | 1 | -0/+2 | |
| Fixes #17986 [skip sauce] | |||||
| 2016-01-09 | Merge pull request #18823 from twbs/btn-active-box-shadow | Chris Rebert | 4 | -3/+4 | |
| Extract $btn-active-box-shadow variable & refactor accordingly | |||||
| 2016-01-09 | Extract $btn-active-box-shadow variable & refactor accordingly | Chris Rebert | 4 | -3/+4 | |
| [skip sauce] [skip validator] | |||||
| 2016-01-09 | Merge pull request #18822 from twbs/progress-box-shadow | Chris Rebert | 2 | -3/+4 | |
| Add $progress-box-shadow variable /fyi @mdo | |||||
| 2016-01-09 | Add $progress-box-shadow variable | Chris Rebert | 2 | -3/+4 | |
| [skip sauce] [skip validator] | |||||
| 2016-01-09 | Add variables for padding of popover title & content | Chris Rebert | 2 | -2/+7 | |
| [skip sauce] [skip validator] | |||||
| 2016-01-09 | Add accessibility to getting started section | Patrick H. Lauke | 1 | -0/+1 | |
| 2016-01-09 | Add variables for media object margins and padding | Chris Rebert | 2 | -4/+11 | |
| [skip sauce] [skip validator] | |||||
| 2016-01-09 | Merge pull request #18466 from twbs/tooltip-padding-vars | Chris Rebert | 2 | -5/+8 | |
| Introduce $tooltip-padding & $tooltip-padding-x vars | |||||
| 2016-01-09 | Remove About > Accessibility | Patrick H. Lauke | 1 | -1/+0 | |
| Currently, there is no actual accessibility page, so this avoids a 404 in the docs. More fundamentally, though, it makes more sense for accessibility advice to be directly integrated in the docs (which we're doing, for the most part - though we should ensure that we do cover/mention everything where appropriate), so there's no need for a separate accessibility page. | |||||
| 2016-01-09 | Update Grid example from v3 to v4; fixes #18818 | Chris Rebert | 1 | -1/+1 | |
| 2016-01-08 | Remove remaining reference to <input type="datetime"> in SCSS comment | Chris Rebert | 1 | -1/+1 | |
| Erratum of #18778 [skip sauce] [skip validator] | |||||
| 2016-01-08 | Merge pull request #18814 from twbs/v4-liberationmono | Chris Rebert | 1 | -1/+1 | |
| v4: Add Liberation Mono to the code font stack | |||||
| 2016-01-08 | Add liberation Mono to the font stack for the Linux peeps | Mark Otto | 1 | -1/+1 | |
| Fixes #18609 [skip sauce] [skip validator] | |||||
| 2016-01-08 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -20/+0 | |
| 2016-01-08 | Switch up some split button stuff | Mark Otto | 6 | -23/+76 | |
| - New vars - New function for stripping units so we can combine rems and ems in math functions - Add new classes for sizing and spacing around the split dropdown toggle so that the caret isn't misaligned | |||||
| 2016-01-07 | https://webkit.org/b/150715 has been fixed | Chris Rebert | 1 | -10/+0 | |
| Fixed by way of https://webkit.org/b/152803 Thanks Google Translate (I guess) and WebKit Team! [ci skip] | |||||
| 2016-01-07 | https://webkit.org/b/147284 has been fixed | Chris Rebert | 1 | -10/+0 | |
| Refs #16814 [ci skip] | |||||
| 2016-01-07 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 2 | -6/+10 | |
| 2016-01-07 | Merge pull request #18787 from twbs/btn-vars | Mark Otto | 2 | -6/+10 | |
| Add variables for spacing of .btn-toolbar and split-button dropdown toggles | |||||
| 2016-01-07 | In IE9-11, prevent breadcrumb separator from getting underlined on :hover ↵ | Chris Rebert | 1 | -1/+16 | |
| when not using <ol> markup Fixes #18733 in IE9-11 Also adds comments to the code explaining this and #18740. | |||||
| 2016-01-07 | In modern browsers, prevent breadcrumb separator from getting underlined on ↵ | Bass Jobsen | 1 | -0/+1 | |
| :hover when not using <ol> markup Fixes #18733, except in IE9-11 Closes #18740 | |||||
| 2016-01-07 | fix input group addon alignment | Mark Otto | 1 | -1/+1 | |
| 2016-01-07 | Add a comment to follow-up on #17756 | Mark Otto | 1 | -0/+3 | |
| 2016-01-07 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+1 | |
| 2016-01-07 | Merge pull request #17756 from zalog/patch-11 | Mark Otto | 1 | -0/+1 | |
| Flexbox grid column wrapping bug | |||||
| 2016-01-07 | more variables spacing | Mark Otto | 1 | -43/+43 | |
| 2016-01-07 | pointless comments | Mark Otto | 1 | -5/+0 | |
| 2016-01-07 | more variables spacing | Mark Otto | 1 | -6/+6 | |
| 2016-01-07 | spacing | Mark Otto | 1 | -12/+12 | |
| 2016-01-07 | grunt | Mark Otto | 8 | -8/+8 | |
| 2016-01-07 | Fixes #18681: Use a local varible to calculate a unit-less border offset for ↵ | Mark Otto | 1 | -1/+2 | |
| the popover title | |||||
| 2016-01-06 | clear up and split out breadcrumb examples | Mark Otto | 1 | -8/+8 | |
| 2016-01-06 | Merge pull request #18788 from twbs/refs-18458 | Chris Rebert | 1 | -0/+8 | |
| Add nested definition list to docs example | |||||
| 2016-01-06 | Merge pull request #18784 from twbs/input-types | Chris Rebert | 2 | -1/+91 | |
| Add comprehensive `.form-control` example(/testcase) to docs | |||||
| 2016-01-06 | Add nested definition list to docs example | Chris Rebert | 1 | -0/+8 | |
| Refs #18458 [skip sauce] | |||||
| 2016-01-06 | Add variables for spacing of .btn-toolbar and split-button dropdown toggles | Chris Rebert | 2 | -6/+10 | |
| [skip sauce] | |||||
| 2016-01-06 | Merge branch 'input-type-reset-btn' into v4-dev | Chris Rebert | 1 | -0/+1 | |
| 2016-01-06 | Add <input type="reset"> example to Button Tags docs for completeness | Chris Rebert | 1 | -0/+1 | |
| [skip sauce] | |||||
| 2016-01-06 | grunt | Mark Otto | 8 | -18/+18 | |
| 2016-01-06 | Add comprehensive `.form-control` example(/testcase) to docs | Chris Rebert | 2 | -1/+91 | |
| Put all the textual input types right next to each other for easy visual comparison. Refs #17308, #18763 [skip sauce] | |||||
| 2016-01-06 | Merge pull request #18783 from twbs/v4-nav-cleanup | Mark Otto | 3 | -56/+59 | |
| v4: Nav cleanup | |||||
