aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-11-23Add responsive embed class for 1:1 aspect ratioRichard Kraaijenhagen1-0/+5
Closes #18141
2015-11-23Run `grunt`.XhmikosR6-21/+20
[ci skip]
2015-11-22Remove non-responsive text alignment classesChris Rebert7-25/+35
These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `<div class="text-left text-md-right">`) Refs #18300 [skip sauce]
2015-11-19Revert "Added button subsection to the component section"Patrick H. Lauke1-4/+0
2015-11-19Added button subsection to the component sectionJonathan1-0/+4
2015-11-19Docs: Separate Tether out from docs.min.jsChris Rebert1-0/+2
We can't include it in docs.min.js because docs.min.js includes application.js, application.js depends on bootstrap.js, and the tooltip portion of bootstrap.js depends on Tether. So instead, we need to load Tether separately before bootstrap.js [skip sauce]
2015-11-16Run `grunt`.XhmikosR8-411/+211
[ci skip]
2015-11-15docs/content/reboot.md: Just to avoid any ambiguityChris Rebert1-1/+1
[ci skip]
2015-11-15docs/content/reboot.md: Add MDN link and a commaChris Rebert1-2/+2
2015-11-16Touch responsiveness optimizationPatrick H. Lauke1-0/+14
Admittedly wordy info dump on why we use `touch-action:manipulation` refs https://github.com/twbs/bootstrap/pull/18051#issuecomment-156375970
2015-11-15Add input group example with btns on both sides for completeness+testingChris Rebert1-0/+14
[skip sauce]
2015-11-14uncomment that, fixes #18219Mark Otto1-2/+0
2015-11-14document links with text emphasis classes, fixes #18223Mark Otto1-0/+11
2015-11-14Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-devJacob Thornton8-45/+58
2015-11-14Merge pull request #18249 from twbs/v4-apMark Otto1-6/+12
Autoprefixer callout in Build tools docs
2015-11-14Merge branch 'v4-dev' of https://github.com/lincolndbryant/bootstrap into ↵Jacob Thornton4-27/+7
lincolndbryant-v4-dev
2015-11-14gruntMark Otto6-15/+28
2015-11-14fix broke markupMark Otto1-7/+0
2015-11-14unfuck that class name changeMark Otto1-7/+7
2015-11-14Merge pull request #18250 from twbs/v4-checkbox-markupMark Otto1-14/+15
Checkbox validation markup (Take 2)
2015-11-14s/error/danger/Chris Rebert1-1/+1
[skip sauce]
2015-11-14One more Autoprefixer shoutoutChris Rebert1-2/+2
[skip sauce]
2015-11-14contextual shoutoutMark Otto1-1/+1
2015-11-14consolidate links at the bottom of the fileMark Otto1-6/+6
2015-11-14Simplifies markup for checkbox validation statesZac Echola1-14/+15
2015-11-14Add note to build tools docs section about autoprefixerMark Otto1-0/+6
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]