aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-08-04gruntMark Otto4-4/+5
2014-08-04unfuck all that because lol dependenciesMark Otto3-2/+3
2014-08-04Merge pull request #14315 from twbs/browser_bug_appletJulian Thilo1-0/+6
Add Wall of Browser Bugs entry for #14124
2014-08-04Add Wall of Browser Bugs entry for #14124Julian Thilo1-0/+6
[skip sauce]
2014-08-04Merge branch 'KyleMit/add-default-settings-documentation'Chris Rebert1-0/+6
2014-08-04Add docs for how to change default JS plugin settingsKyle1-0/+6
Closes #14250.
2014-08-04Follow-up to #13074: use spec syntax instead of deprecated mixinsHeinrich Fenkart1-1/+1
2014-08-02Fixes #14234: Reset the hack IE8-10 with another hack just for IE11 for ↵Mark Otto3-3/+32
temporal inputs and line-height
2014-08-02Fixes #14251: Remove the -webkit-overflow-scrolling to prevent Safari from ↵Mark Otto3-3/+3
screwing up widths
2014-08-02gruntMark Otto3-2/+33
2014-08-02Fixes #14296: document a table caption exampleMark Otto1-0/+1
2014-08-02Fixes #14253: Add borders for tables that follow bodies in panelsMark Otto3-3/+5
2014-08-02Fixes #13202: Always use overflow: auto; on .table-responsive to prevent ↵Mark Otto5-16/+31
content breaking out of containers
2014-08-01Firefox 31 has been released, so rm pre-v31 browser bug entryChris Rebert1-6/+0
2014-08-01Run `grunt`.XhmikosR5-9/+16
2014-08-01Remove `layout: nil`.XhmikosR2-2/+0
It throws a warning with the latest Jekyll.
2014-07-31Add drag and drop config import; closes #11004Thomas Welton4-18/+122
Closes #13790 by merging a rebased version of it.
2014-07-29Document arguments passed to `placement` function of tooltip/popoverHeinrich Fenkart2-135/+141
Closes #14255
2014-07-28Merge pull request #14256 from twbs/fix-14224Chris Rebert2-3/+9
Correctly doc args passed to function vals for `title` & `content` options of tooltips+popovers
2014-07-28Merge pull request #14257 from twbs/fix-14219Chris Rebert2-1/+3
Document that empty tooltips+popovers do not get displayed
2014-07-27Merge pull request #14258 from twbs/fix-14164Chris Rebert21-74/+44
Move Windows Phone 8 IE10 viewport bug workaround script from head to footer
2014-07-27Merge pull request #14235 from twbs/doc-14221Chris Rebert1-1/+27
Update docs & add example for #14221
2014-07-27Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to ↵Chris Rebert21-74/+44
footer of pages
2014-07-27Fix #14219: Document that empty tooltips+popovers do not get displayedChris Rebert2-1/+3
2014-07-27Fix #14224: Correctly document args passed to function vals for `title` & ↵Chris Rebert2-3/+9
`content` options of tooltips+popovers
2014-07-25dropdowns.html: Remove wrong "type" attribute.vsn4ik1-1/+1
2014-07-24fix #14115Chris Rebert2-2/+2
[skip sauce]
2014-07-24Update docs & add example for #14221Chris Rebert1-1/+27
[skip sauce]
2014-07-24Remove #9226 from Wall of Browser BugsChris Rebert1-6/+0
Per https://code.google.com/p/chromium/issues/detail?id=272750 and https://github.com/twbs/bootstrap/issues/9226#issuecomment-49873472
2014-07-23Fixes #14142: Adding horizontal padding to captions in tables in panels.Mark Otto3-2/+8
2014-07-23unfuck those dropdownsMark Otto1-16/+16
2014-07-23Fixes #14221: Make .form-control-static work in inline forms as wellMark Otto4-3/+9
2014-07-23Merge branch 'master' of github.com:twbs/bootstrapMark Otto3-21/+26
2014-07-23Fixes #14168: bold nested kbd elementsMark Otto3-2/+3
2014-07-23Merge pull request #14166 from hnrch02/docs-cleanupMark Otto3-21/+26
Docs cleanup
2014-07-23Fixes #12669 again: Redeclare the line-heights again for date inputs in IE8+Mark Otto5-24/+55
2014-07-23Merge pull request #14225 from twbs/issue-14211Chris Rebert1-0/+6
Add Wall of Browser Bugs entry for IE bug from issue #14211
2014-07-23Merge pull request #14188 from twbs/doc-14148Chris Rebert1-0/+8
Document limitations of buttons JS plugin
2014-07-23Merge pull request #14191 from twbs/autocomplete-off-btnsChris Rebert1-13/+13
Use autocomplete="off" in buttons plugin docs examples
2014-07-23Add Wall of Browser Bugs entry for IE bug from issue #14211Chris Rebert1-0/+6
[skip sauce]
2014-07-21Merge branch 'dropdown-aria' of git://github.com/mckramer/bootstrap into ↵fat1-8/+8
mckramer-dropdown-aria Conflicts: docs/_includes/js/dropdowns.html
2014-07-22Run `grunt`.XhmikosR1-1/+1
2014-07-22Update Filesaver.js to v2014-07-21.XhmikosR1-26/+19
2014-07-22Update Blob.js to the latest version.XhmikosR1-2/+2
2014-07-22Run `grunt`.XhmikosR5-6/+5
2014-07-21Document that form field feedback icons only work with `input.form-control`Chris Rebert1-0/+1
Closes #14202. [skip sauce]
2014-07-21grunt distChris Rebert2-15/+3
2014-07-18Make warning from #13875 slightly more detailedChris Rebert1-1/+1
[skip sauce]
2014-07-18Use autocomplete="off" in buttons plugin docs examplesChris Rebert1-12/+12
Refs #13875.
2014-07-18Document limitations of buttons JS pluginChris Rebert1-0/+8
Addresses #14148.