aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-12-01add examples description, remove browser bugs descriptionMark Otto1-4/+1
2014-12-01move examples index again, clean up navMark Otto2-4/+12
2014-12-01rearrange examplesMark Otto2-0/+20
2014-12-01update home and side nav to use new navbar structureMark Otto5-89/+64
2014-12-01add new album exampleMark Otto2-0/+215
2014-12-01Clean up navbar to remove .navbar-toggle, .navbar-collapse, and ↵Mark Otto5-106/+7
.navbar-header as they are no longer used; Add .navbar-toggler to .navbar-inverse
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 Otto9-94/+123
2014-11-30fix more broke shit, run gruntMark Otto2-4/+4
2014-11-30Merge branch 'master' into v4Mark Otto57-2172/+3287
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 Otto14-1747/+2726
2014-11-30clarify collapse example with link and button triggers; also mention classesMark Otto1-8/+21
2014-11-30Add .media-object in docsQuy Ton1-16/+16
2014-11-30Example: minor image compression improvements.XhmikosR11-0/+0
[ci skip]
2014-11-30Update devDependencies.XhmikosR2-1731/+2710
2014-11-30Merge branch 'master' of github.com:twbs/bootstrapMark Otto6-88/+85
2014-11-30Bump Glyphicons to v1.9Mark Otto11-225/+527
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 Otto5-7/+12
2014-11-29Alternate fix for #15250 with a more descriptive theme jumbotronMark Otto1-3/+2
2014-11-29gruntMark Otto5-12/+34
2014-11-29gruntMark Otto6-6/+9
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-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-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-25fix a bunch of padding and alignment things for formsMark Otto5-9/+9
2014-11-25disable shadows on buttons for nowMark Otto6-16/+5
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-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`.XhmikosR7-8/+8
2014-11-24Merge pull request #15198 from twbs/fix-15194Julian Thilo1-48/+80
Fix #15194: Shrink media link area
2014-11-22add Apple Safari Radar entry for #8350Chris Rebert1-1/+1
2014-11-22Fix #15194: Shrink media link areaJulian Thilo1-48/+80
2014-11-21drop the theme exampleMark Otto3-661/+2
2014-11-21remove disable responsive docs sectionMark Otto1-13/+0
2014-11-21don't link to now removed non-responsive exampleMark Otto1-7/+0
2014-11-21drop non responsive exampleMark Otto2-224/+0
2014-11-20Update Wall of Browser Bugs entry for #14972Chris Rebert1-2/+2
http://crbug.com/429604 has been merged into http://crbug.com/175502
2014-11-20Merge pull request #15159 from twbs/docs-mutedXhmikosR3-4/+2
Clean up old `muted` references and switch to `text-muted`.