aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-11-14Refactor figure image styles to use CSS class instead of child selectorBass Jobsen1-3/+3
Refactoring according the comments on https://github.com/twbs/bootstrap/pull/18104. Closes #18131
2015-11-13Add shrink-to-fit to responsive meta sectionPatrick H. Lauke1-1/+1
2015-11-12Merge pull request #17954 from risan/patch-1Mark Otto1-0/+4
[V4] Fixes #17953: Add migration docs of .btn-default removal
2015-11-12Merge pull request #17808 from alberto/fix-17781Mark Otto1-0/+1
fixes #17781: Add migration docs note that .control-label is gone in v4
2015-11-12gruntMark Otto6-241/+479
2015-11-12Merge pull request #17505 from hkdobrev/v4-bundle-instructionsChris Rebert1-4/+4
Recommend using bundle for running docs locally [skip sauce]
2015-11-12Merge pull request #17467 from Corbzilla/v4-dev-remove-holderjs-docsMark Otto1-0/+5
V4 remove holderjs references from carousel and card docs
2015-11-12Merge pull request #17153 from kkirsche/patch-17Mark Otto1-3/+3
v4 — Change .has-error to .has-danger for uniformity.
2015-11-12Merge pull request #17204 from petetnt/petetnt/v4-dev-patch-2Mark Otto1-20/+22
modal.md - wrapped rows to a .container-fluid, added .bd-example-row...
2015-11-12Move `[hidden]` style from _utilities.scss to _reboot.scss; fixes #18230Chris Rebert2-16/+16
[skip sauce]
2015-11-12Run `grunt`.XhmikosR4-233/+6
[ci skip]
2015-11-11Run `grunt`.XhmikosR12-427/+444
[ci skip]
2015-11-04Reorder attributes in Navs documentationDavid\ Beitey1-48/+48
Attribute order now adheres to the Code Guide (http://codeguide.co/#html-attribute-order).
2015-11-03http://wkbug.com/146244 has been fixed in WebKit NightlyChris Rebert1-10/+0
See http://trac.webkit.org/changeset/191954 Refs #15968 [ci skip]
2015-11-03Update typography.mdBass Jobsen1-8/+8
2015-11-03Update typography.mdBass Jobsen1-3/+3
2015-11-01Merge pull request #18116 from bassjobsen/patch-8Mark Otto1-1/+1
linking to the color scheme directly
2015-11-01http://crbug.com/523282 has been fixed in Chrome CanaryChris Rebert1-10/+0
Refs #17913 [ci skip]
2015-10-31linking to the color scheme directlyBass Jobsen1-1/+1
Because of a color scheme has a color and background color.
2015-10-30Port #18111 to v4Chris Rebert1-0/+10
Add http://wkbug.com/150715 to Wall of Browser Bugs [skip sauce] [skip validator]
2015-10-29Docs: Make pagination <span> example liveChris Rebert1-2/+2
[skip sauce]
2015-10-29grunt distChris Rebert2-2/+2
2015-10-29Merge pull request #18095 from twbs/document.headChris Rebert2-2/+2
Trivially simplify IE10 Mobile viewport bug workaround
2015-10-29Update to Jekyll v3.0.0.XhmikosR2-2/+2
[skip sauce]
2015-10-28IE10 Mobile viewport bug workaround: document.querySelector('head') => ↵Chris Rebert2-2/+2
document.head Per http://caniuse.com/#feat=documenthead , document.head is supported in IE Mobile 10+, so slightly simplify the JS accordingly. [skip sauce]
2015-10-28Remove http://wkbug.com/149935 from Wall of Browser BugsChris Rebert1-10/+0
It's been fixed in WebKit Nightly! See https://trac.webkit.org/changeset/191623 and http://wkbug.com/149366 Refs #17438, #14237 [ci skip]
2015-10-27Merge pull request #17919 from marciovicente/v4-devXhmikosR1-1/+1
Adding autocomplete attribute in docs input search
2015-10-27Capitalize header cells in option and method tables of JS docsChris Rebert4-12/+12
[skip sauce]
2015-10-27Change "$use-hover..." to proper "$enable-hover..."Kevin Kirsche1-1/+1
Fix #18076
2015-10-27Run `grunt`.XhmikosR6-12/+12
[ci skip]
2015-10-26Merge pull request #18069 from davidjb/patch-3Chris Rebert1-1/+1
Minor grammar tidy-up on Utilities doc page [skip]
2015-10-27Minor wording tidy-up on Utilities doc pageDavid Beitey1-1/+1
2015-10-26https://webkit.org/b/150271 has been fixed!Chris Rebert1-10/+0
See http://trac.webkit.org/changeset/191610 Refs #17913 [ci skip]
2015-10-26Merge pull request #17804 from audionerd/patch-1Chris Rebert1-2/+2
Update typography docs re: global vars [skip sauce]
2015-10-26Merge pull request #18055 from davidjb/patch-2Chris Rebert1-2/+2
Use Jekyll configuration for blog/slack URLs [skip sauce]
2015-10-26Merge pull request #17494 from twbs/v4-dev-xmr-jquery-2.xXhmikosR15-19/+18
Switch to jQuery 2.x.x.
2015-10-26Use Jekyll configuration for blog/slack URLsDavid Beitey1-2/+2
This reuses the existing URLs in the docs Jekyll configuration rather than hard coding.
2015-10-25http://crbug.com/544290 was marked duplicate of http://crbug.com/523282Chris Rebert1-2/+2
Refs #17913 [ci skip]
2015-10-24Merge pull request #18050 from tshinnic/v4_docs_navbar_scheme_name_typos_1Chris Rebert1-1/+1
v4 docs Missed navbar color scheme name changes
2015-10-24v4 docs Missed navbar color scheme name changesThomas Shinnick1-1/+1
Change d6b6a20a0daaed70ec6f395dd813ea460b394e6c missed two doc mentions of the previous names when changing to new: .navbar-default --> .navbar-light .navbar-inverse --> .navbar-dark
2015-10-24Switch to jQuery 2.1.4.XhmikosR15-19/+18
Now that we don't support IE 8 it's safe to do that.
2015-10-24Run `grunt`.XhmikosR3-18/+15
2015-10-24Fix the remaining issues for the clipboard.js switch.Zeno Rocha1-14/+23
2015-10-24Replace ZeroClipboard with clipboard.js.XhmikosR7-54/+33
Things left: 1. clear the selection after copy 2. add messages for success and error
2015-10-23Remove unnecessary .bd-popover class from docsThomas Shinnick1-3/+3
Also one spelling typo corrected. Closes #18043
2015-10-23Rename docs-specific static tooltip/popover classes for clarity; refs #18043Chris Rebert3-5/+5
[skip sauce]
2015-10-23Port #17729 to v4: Add SRI hashes to CDN links in docsChris Rebert2-6/+6
[skip sauce]
2015-10-23grunt distChris Rebert2-2/+2
2015-10-19docs/getting-started/javascript.md: Hyperlink preventDefault() mentionChris Rebert1-1/+1
[skip sauce]
2015-10-19Anonymous table bug is still present in Safari 9.0, but should be fixed in ↵Chris Rebert1-1/+1
the next version