aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-01nav tweaksMark Otto1-1/+1
2014-12-01Merge branch 'master' into v4Mark Otto1-11/+0
Conflicts: docs/_includes/js/collapse.html
2014-12-01nuke the other incomplete example per @ianwMark Otto1-9/+0
2014-11-30fixes and gruntMark Otto11-96/+125
2014-11-30fix more broke shit, run gruntMark Otto7-89/+82
2014-11-30Merge branch 'master' into v4Mark Otto89-2782/+4298
Conflicts: Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/fonts/glyphicons-halflings-regular.eot dist/fonts/glyphicons-halflings-regular.svg dist/fonts/glyphicons-halflings-regular.ttf dist/fonts/glyphicons-halflings-regular.woff docs/_data/glyphicons.yml docs/_includes/components/alerts.html docs/_includes/components/badges.html docs/_includes/components/button-dropdowns.html docs/_includes/components/button-groups.html docs/_includes/components/dropdowns.html docs/_includes/components/glyphicons.html docs/_includes/components/input-groups.html docs/_includes/components/labels.html docs/_includes/components/media.html docs/_includes/components/navbar.html docs/_includes/components/navs.html docs/_includes/components/pagination.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/css/responsive-utilities.html docs/_includes/css/sass.html docs/_includes/css/tables.html docs/_includes/css/type.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/download.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/whats-included.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/tabs.html docs/_includes/nav/components.html docs/_includes/nav/css.html docs/_includes/nav/javascript.html docs/_includes/nav/main.html docs/about.html docs/assets/css/docs.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/fonts/glyphicons-halflings-regular.eot docs/dist/fonts/glyphicons-halflings-regular.svg docs/dist/fonts/glyphicons-halflings-regular.ttf docs/dist/fonts/glyphicons-halflings-regular.woff docs/examples/carousel/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/non-responsive/non-responsive.css docs/examples/sticky-footer-navbar/index.html docs/examples/theme/index.html fonts/glyphicons-halflings-regular.eot fonts/glyphicons-halflings-regular.svg fonts/glyphicons-halflings-regular.ttf fonts/glyphicons-halflings-regular.woff less/_carousel.less less/_forms.less less/glyphicons.less
2014-11-30Merge branch 'master' of github.com:twbs/bootstrapMark Otto18-2023/+2903
2014-11-30clarify collapse example with link and button triggers; also mention classesMark Otto1-8/+21
2014-11-30Merge pull request #15244 from zalog/patch-2Mark Otto1-0/+1
Center .icon-prev and .icon-next in carousel
2014-11-30Merge pull request #15258 from Quy/media-objectMark Otto1-16/+16
Add .media-object in docs
2014-11-30Add .media-object in docsQuy Ton1-16/+16
2014-11-30Example: minor image compression improvements.XhmikosR11-0/+0
[ci skip]
2014-11-30Merge pull request #15183 from twbs/depsXhmikosR4-2005/+2874
Update devDependencies
2014-11-30Update devDependencies.XhmikosR4-2005/+2874
2014-11-30Merge pull request #15134 from twbs/docs-ghXhmikosR1-2/+12
Add a target to generate the gh-pages files.
2014-11-30Merge branch 'master' of github.com:twbs/bootstrapMark Otto6-88/+85
2014-11-30Bump Glyphicons to v1.9Mark Otto23-655/+1315
2014-11-30Fixes #15096: Fix navbar forms in the non-responsive exampleMark Otto2-1/+83
2014-11-29Merge pull request #15133 from patrickhlauke/docs-table-fixesMark Otto6-88/+85
Fixes to scope
2014-11-29Fixes #15241: Add simple example to docs for collapse pluginMark Otto5-5/+35
2014-11-29gruntMark Otto8-12/+22
2014-11-29Fixes #15140: Restore more missing .media styles from shipping #14801Mark Otto1-4/+10
2014-11-29Alternate fix for #15250 with a more descriptive theme jumbotronMark Otto1-3/+2
2014-11-29gruntMark Otto6-13/+35
2014-11-29Fixes #15074: Fix the nesting problem with form control size variantsMark Otto4-14/+47
2014-11-29gruntMark Otto10-10/+16
2014-11-29Fixes #15124: Restore .media-objectMark Otto1-0/+4
2014-11-29Fixes #15148: make the dropdown and dropup menus have the same marginsMark Otto1-1/+1
2014-11-29fixes #15164: wrap disable pagination spans in another spanMark Otto1-6/+33
2014-11-29fix the run-onMark Otto1-1/+1
2014-11-29Merge pull request #15238 from peterblazejewicz/docs/dist-updateMark Otto1-1/+3
Add CSS source maps reference to docs. Closes #15211
2014-11-29clean up navbar examplesMark Otto8-236/+16
2014-11-29remove more mentions of themeMark Otto3-12/+4
2014-11-29no more themeMark Otto1-2/+0
2014-11-29bump docs versionMark Otto1-1/+1
2014-11-29Merge pull request #15167 from vsn4ik/rem_blob_master_from_linksMark Otto2-5/+5
Remove redundant .../blob/master/ prefix in markdown.
2014-11-28Merge pull request #15249 from dandv/patch-1Chris Rebert1-1/+1
Fix copy/paste error
2014-11-28Fix copy/paste errorDan Dascalescu1-1/+1
2014-11-27Add CSS source maps reference to docs. Closes #15211Peter Blazejewicz1-1/+3
- update distribution file list with relevant files - add a short reference to CSS source map purpose - add link to Google Chrome developer network article
2014-11-27Center .icon-prev and .icon-nextCatalin Zalog1-0/+1
Center .icon-prev and .icon-next the same way .glyphicon icon are. And this is the html markup: <a class="left carousel-control" href="#carousel-main-menu" role="button" data-slide="prev"> <span class="icon-prev" aria-hidden="true"></span> </a>
2014-11-25fix a bunch of padding and alignment things for formsMark Otto9-21/+21
2014-11-25disable shadows on buttons for nowMark Otto10-32/+9
2014-11-25hide sections of homepage and quick startMark Otto2-2/+6
2014-11-25fix margin on .bs-example thumbsMark Otto3-3/+3
2014-11-25alphabetize the orderingMark Otto1-4/+4
2014-11-25Merge pull request #15215 from twbs/input-date-chromeChris Rebert1-10/+0
Remove #12548's entry from the Wall of Browser Bugs [skip sauce]
2014-11-24Remove #12548's entry from the Wall of Browser BugsChris Rebert1-10/+0
Since https://crbug.com/346051 has been closed as WontFix. Bug is now documented in MDN: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input$compare?locale=en-US&to=698785&from=693137 Refs #12548 [skip sauce]
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert37-168/+168
Refs #11410
2014-11-24Merge pull request #15108 from zacechola/irc_roomJulian Thilo1-1/+1
corrects IRC room
2014-11-24Run `grunt`.XhmikosR9-10/+10