aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-08-05fix nav linkMark Otto1-1/+1
2014-08-05move license and translations to about sectionMark Otto3-2/+2
2014-08-05space out consecutive navs betterMark Otto2-1/+4
2014-08-05copy on badgesMark Otto1-1/+1
2014-08-05cardsMark Otto9-18/+457
2014-08-04rename imported files to preface with underscore; rerun grunt distMark Otto2-2/+2
2014-08-04comment out firefox specific code for linter to parse fullyMark Otto4-19/+13
2014-08-04Merge branch 'master' into derpMark Otto7-1275/+21
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/customizer-variables.html docs/_includes/js/overview.html docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css less/carousel.less
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-03fix ads textMark Otto2-2/+2
2014-08-03fix sidebar againMark Otto4-9/+1276
2014-08-03Merge branch 'master' into derpMark Otto4-4/+33
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
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-02Merge branch 'master' into derpMark Otto4-3/+34
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-08-02gruntMark Otto3-2/+33
2014-08-02Merge branch 'master' into derpMark Otto27-223/+380
Conflicts: _config.yml dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/glyphicons.html docs/_includes/css/forms.html docs/_includes/css/tables.html docs/_includes/getting-started/browser-device-support.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/dropdowns.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/javascript.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/browser-bugs.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/grid/index.html docs/examples/jumbotron-narrow/index.html docs/examples/jumbotron/index.html docs/examples/justified-nav/index.html docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/navbar/index.html docs/examples/non-responsive/index.html docs/examples/offcanvas/index.html docs/examples/signin/index.html docs/examples/starter-template/index.html docs/examples/sticky-footer-navbar/index.html docs/examples/sticky-footer/index.html docs/examples/theme/index.html docs/examples/tooltip-viewport/index.html less/code.less less/panels.less less/variables.less
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