aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
AgeCommit message (Collapse)AuthorFilesLines
2014-11-09darken primary blue for accessibility contrast on link colorsMark Otto1-1/+1
2014-11-05Merge pull request #14986 from twbs/safari-broken-printing-docChris Rebert2-3/+12
Add #14868 to the compatibility docs
2014-11-04Add initialization examples to tooltip and popover "Opt-in functionality" ↵Jayanth Koushik2-0/+13
callouts Fixes #14950. Closes #15015 by merging it.
2014-11-04Remove duplicate code from Customizer/Gruntfile by sharing itHeinrich Fenkart1-13/+7
2014-11-03Add event.relatedTarget + `data-*` example to Modal docsChris Rebert2-0/+81
Fixes #14245
2014-11-03Add #14868 to the compatibility docsChris Rebert2-3/+12
2014-11-01Fix typoAaron Cordovez1-1/+1
Corrected spelling of the word "elements"
2014-11-01fix whitespace in js dropdown docsManuel Meurer1-1/+1
2014-10-30Replace deprecated uses of .pull-left & .pull-right in .media docsChris Rebert1-5/+5
Refs https://github.com/twbs/bootlint/pull/153 [skip sauce]
2014-10-30Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1hillai1-1/+1
Closes #14941
2014-10-29fixes #14911: bump dependencies to fix customizer text from being cut shorMark Otto1-154/+154
2014-10-28gruntMark Otto1-0/+5
2014-10-28indentation and commentMark Otto1-17/+24
2014-10-29Customizer: include the minified files only on GitHub pages.XhmikosR1-0/+10
2014-10-28Safari v8.0 still suffers from Justified Nav rendering bugChris Rebert1-1/+1
2014-10-29gruntHeinrich Fenkart1-153/+153
2014-10-28Merge pull request #14885 from twbs/remove-baseurlMark Otto1-1/+1
Remove `baseurl` as it doesn't serve any real purpose.
2014-10-28add missing href="#" to .btn-group-justified exampleChris Rebert1-6/+6
[skip sauce]
2014-10-28add missing hrefs to <a>s in docs+examplesChris Rebert1-2/+2
2014-10-28reads more smoothlyChris Rebert1-1/+1
For @XhmikosR
2014-10-28Merge branch 'master' into jonschlinkert/masterChris Rebert2-395/+479
2014-10-27.bs-customizer-input => .col-xs-4Chris Rebert1-373/+373
2014-10-27add clearfix divs to customizer input rowsChris Rebert1-0/+100
2014-10-27Tweak parser to ignore empty Less section docstrings; fixes #14878Chris Rebert1-21/+4
2014-10-27Remove `baseurl` as it doesn't serve any real purpose.XhmikosR1-1/+1
2014-10-26Docs: progress bars' animation now needs to be manually toggledHeinrich Fenkart1-2/+3
Refs #14409
2014-10-26Replaces markdown.js with ↵jonschlinkert1-1/+1
[remarkable](https://github.com/jonschlinkert/remarkable). - remarkable has 100% support for [commonmark](http://jgm.github.io/CommonMark/spec.html) - [faster](https://github.com/jonschlinkert/remarkable/tree/master/benchmark) - easier to monkeypatch. this is a goal of ours, might be useful to you at some point given the custom tokenizing/parsing you're doing for documentation.
2014-10-25Merge pull request #14748 from twbs/apple-touch-iconMark Otto1-1/+1
Docs: Use a 180x180 apple-touch-icon-precomposed.png.
2014-10-25fix validationMark Otto1-3/+3
2014-10-25Fixes #14791: document dropdown dividersMark Otto2-4/+25
2014-10-26Tabs plugin accessibilityCameron Little1-10/+10
Added support for `aria-expanded` toggling via JavaScript. Added `aria-controls`, `aria-expanded`, `aria-labelledby` to tabs docs. Added `aria-expanded` unit test for the tabs plugin. See also #13554. Closes #14154 by merging it.
2014-10-25Merge branch 'pr/14801'Mark Otto1-28/+87
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-10-25gruntMark Otto1-6/+9
2014-10-25Run `grunt`.XhmikosR1-0/+5
2014-10-23Remove .media-object from docs.Jenn Dodd1-16/+16
Signed-off-by: Geoff Pleiss <[email protected]>
2014-10-23Fixes #14799: Add vertical alignment of image in media componentNicole Sullivan1-19/+75
Signed-off-by: Jenn Dodd <[email protected]>
2014-10-23Docs: Use a 180x180 apple-touch-icon.png.XhmikosR1-1/+1
Refs: https://github.com/h5bp/html5-boilerplate/commit/1c4fcf32142e888946db579df0efbb52542e0ed1 https://github.com/h5bp/html5-boilerplate/commit/345925f04384b59929d8d39ba428cef548921408 [ci skip]
2014-10-23Fix a small typo in comment.XhmikosR2-2/+2
[ci skip]
2014-10-22Merge pull request #14859 from twbs/fix-14853Chris Rebert1-4/+12
Clarify order of tabs events
2014-10-22Clarify order of tabs events; fixes #14853Chris Rebert1-4/+12
[skip sauce]
2014-10-22Document .alert-dismissible .close restrictions; fixes #14802Chris Rebert1-0/+1
[skip sauce]
2014-10-22Implement `hide` and `hidden` events for tabsPhil Hughes1-0/+8
Closes #14772.
2014-10-22Add `aria-pressed` to single toggle buttonsPatrick H. Lauke1-2/+6
also includes tiny fix/clarification to two existing unit tests for the .active class, adding data-toggle=“button” explicitly to the tested buttons Closes #14819.
2014-10-22Merge pull request #14841 from twbs/role-buttonChris Rebert1-2/+2
add role="button" to a couple more dummy-anchor btns
2014-10-22Replace the unicode ellipsis symbol with 3 dots.XhmikosR1-2/+2
[ci skip]
2014-10-22gruntHeinrich Fenkart1-3/+3
2014-10-20add role="button" to a couple more dummy-anchor btnsChris Rebert1-2/+2
2014-10-14clarify that "build & test everything" Grunt task requires JekyllChris Rebert1-1/+1
Refs #13131.
2014-10-07Change Twitter links to use `https`.XhmikosR4-27/+27
2014-10-02Merge pull request #14590 from twbs/carousel-keyboard-optionJacob1-0/+6
Add `keyboard` option to carousel