aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-03fuck that other class, let's just get tabs and pills in thereMark Otto2-46/+2
2016-02-03gruntMark Otto8-24/+6
2016-02-03Dump the type margin overrides in alerts for utils, document that particular ↵Mark Otto2-9/+13
example, sidesteps part of #18884
2016-02-03gruntMark Otto10-36/+10
2016-02-03Redo line-height globallyMark Otto14-20/+9
- Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also)
2016-02-03center the navMark Otto1-55/+57
2016-02-03Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto32-277/+351
2016-02-02Merge pull request #19072 from twbs/bump-shrinkwrapChris Rebert1-79/+113
Update shrinkwrap
2016-02-02update shrinkwrapChris Rebert1-79/+113
2016-02-01Carousel - Do not prevent on keydown for input and textareaJohann-S2-2/+33
2016-01-28Fix typo in forms.mdcndpzc1-1/+1
Closes #19049
2016-01-26Merge pull request #19035 from twbs/rapid-progressChris Rebert1-0/+1
Travis CI: Disable npm's progress bar for speedier install
2016-01-27Merge pull request #19018 from twbs/v4-dev-xmr-print-stylesXhmikosR1-4/+32
Update print styles to v5.3.0 of html5 boilerplate.
2016-01-26Travis CI: Disable npm's progress bar for speedier installChris Rebert1-0/+1
See https://github.com/npm/npm/issues/11283
2016-01-26Add docs for custom file input's text and $custom-file-textChris Rebert1-0/+19
[skip sauce]
2016-01-26Remove Wall of Browser Bugs entry for #16915Chris Rebert1-10/+0
https://connect.microsoft.com/IE/feedback/details/2274240/edge-edge-renders-an-svg-img-with-max-width-100-too-small is fixed as of Edge 25.10586.0.0 (or possibly earlier). Confirmed in https://github.com/twbs/bootstrap/issues/16915#issuecomment-175210482 Reverts #19010 [skip sauce]
2016-01-26scrollspy.js: Avoid gratuitous non-ASCII for consistency+compatibilityChris Rebert1-1/+1
Fixes #19028 [skip sauce] [skip validator]
2016-01-26Update print styles to v5.3.0 of html5 boilerplate.XhmikosR1-4/+32
2016-01-26Missed `bundle i`.XhmikosR1-2/+2
2016-01-25Bump jekyll-sitemap.XhmikosR1-1/+1
[skip sauce] [skip validator]
2016-01-25Missed shrinkwrap.XhmikosR1-147/+185
[skip sauce]
2016-01-25Run `grunt`.XhmikosR9-29/+17
[ci skip]
2016-01-25Bump grunt-jscs.XhmikosR1-1/+1
2016-01-25Update gems to the latest versions.XhmikosR2-10/+7
2016-01-23Allow a <label> for .input-group-addon by zeroing out margin-bottommkroeders1-0/+1
When using a <label> as an .input-group-addon, there will be a default margin-bottom of .5rem via Reboot. This will lead to undesirable whitespace below the label and the <input> will become taller than needed. By removing the margin, it will play nice with <label> elements. Closes #19012
2016-01-23Merge pull request #19001 from twbs/bump-normalizeChris Rebert2-8/+3
Bump Normalize so we can remove Reboot's input[type=search] box-sizing override
2016-01-23Merge pull request #19016 from TwistedHardware/v4-devChris Rebert1-1/+1
Popover docs: Fix section link to Tether.js docs [skip sauce]
2016-01-24DOCS - Fix a link in popover for v4Abdullah Alrasheed1-1/+1
2016-01-23Merge pull request #19002 from twbs/blockquote-border-widthMark Otto2-2/+3
Add $blockquote-border-width variable
2016-01-23Merge pull request #19000 from twbs/print-img-max-width-100-hellMark Otto1-4/+0
Remove print-specific img max-width:100%; style so that Google Maps etc. print correctly
2016-01-23Merge pull request #18927 from twbs/fix-16871Mark Otto3-2/+5
Apply word-wrap:break-word to Tooltips and Popovers
2016-01-23gruntMark Otto8-6/+8
2016-01-23Merge pull request #19011 from twbs/scss-lintChris Rebert3-16/+13
Bump SCSS-Lint, and `bundle update`
2016-01-23scss/_forms.scss: Remove now-unnecessary SCSS-Lint exemptionChris Rebert1-3/+0
[skip sauce]
2016-01-23bundle updateChris Rebert1-12/+12
[skip sauce]
2016-01-23Bump SCSS-Lint to 0.44.0Chris Rebert1-1/+1
2016-01-23Merge pull request #19010 from twbs/edge-bug-2274240Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #16915
2016-01-23Add Wall of Browser Bugs entry for #16915Chris Rebert1-0/+10
https://connect.microsoft.com/IE/feedback/details/2274240/edge-edge-renders-an-svg-img-with-max-width-100-too-small [skip sauce]
2016-01-21Reboot: Remove now-unnecessary input[type="search"] box-sizing overrideChris Rebert1-2/+0
Revert "fixes #17379: override search input box-sizing to match our global overrides" This reverts commits 468a9d9359a1008675b2c19a1fae1d9016a7686d & 57998dc274a06b64d4caeda372aeea7b9d1af3ee. https://github.com/necolas/normalize.css/pull/496 has made this override unnecessary. [skip sauce]
2016-01-21Bump Normalize to ↵Chris Rebert1-6/+3
https://github.com/necolas/normalize.css/commit/fe567632afcf8afcf17925ab2a507ed87504cce8 So as to pull in https://github.com/necolas/normalize.css/pull/496
2016-01-21Remove print-specific img max-width:100%; style so that Google Maps and ↵Chris Rebert1-4/+0
other widgets print correctly See https://github.com/h5bp/html5-boilerplate/issues/1741 X-Ref: #1506
2016-01-20Merge pull request #18986 from xcatliu/v4-dev-fix-assets-img-sassChris Rebert1-3/+3
Add prefix to docs/index.html assets/img/sass.png
2016-01-21Add prefix to footer.html search.jsonxcatliu1-1/+1
2016-01-21Add prefix to docs/index.html assets/img/sass.pngxcatliu1-3/+3
2016-01-20Clean up printing documentationDavid Beitey1-2/+2
Replace inline HTML with markdown, rewording, and cleanup. Closes #18984
2016-01-20Restore workarounds for #12078 printing bug that were lost in 86af1f3Chris Rebert1-0/+4
Refs #18984 [skip sauce]
2016-01-20Docs: Tweak #18982Chris Rebert1-2/+2
[skip sauce]
2016-01-20Merge pull request #18982 from davidjb/patch-4Chris Rebert1-0/+2
Document .small and .mark classes
2016-01-21Document .small and .mark classesDavid Beitey1-0/+2
These are available in _type.scss but not documented. These classes are useful for styling without adding semantics.
2016-01-20change back pull-right to pull-xs-rightKevin Ross1-3/+3