aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/nav
AgeCommit message (Collapse)AuthorFilesLines
2014-12-10nuke the customizerMark Otto1-45/+0
2014-10-26Merge branch 'master' into derpMark Otto1-1/+1
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/dropdowns.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/components/progress-bars.html docs/_includes/components/responsive-embed.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/less.html docs/_includes/css/overview.html docs/_includes/css/responsive-utilities.html docs/_includes/customizer-variables.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/grunt.html docs/_includes/getting-started/template.html docs/_includes/header.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/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/nav/components.html docs/_includes/nav/getting-started.html docs/_layouts/default.html docs/about.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/components.html docs/components/navbar.md docs/css.html docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map 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/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 docs/getting-started.html docs/javascript.html docs/migration.html less/_animation.less less/_modal.less less/_navbar.less less/_variables.less less/glyphicons.less less/navs.less less/panels.less less/progress-bars.less
2014-10-25Fixes #14791: document dropdown dividersMark Otto1-0/+1
2014-09-26Fixes #14687: Include video element in responsive embedMark Otto1-1/+1
2014-09-23Mention Bootlint in Getting Started docs under new Tools sectionChris Rebert1-0/+6
[skip sauce]
2014-09-17Merge branch 'master' into derpMark Otto1-0/+45
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/fonts/glyphicons-halflings-regular.svg docs/_includes/components/badges.html docs/_includes/components/input-groups.html docs/_includes/components/pagination.html docs/_includes/css/forms.html docs/_includes/footer.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/grunt.html docs/_includes/home-nav.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/_includes/nav/getting-started.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/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/dist/fonts/glyphicons-halflings-regular.svg fonts/glyphicons-halflings-regular.svg less/_button-group.less less/_jumbotron.less less/_variables.less less/mixins/vendor-prefixes.less less/panels.less less/thumbnails.less package.json
2014-09-05Add section to docs explaining our stance on validatorsChris Rebert1-0/+1
2014-08-27fix nav links to end with / to avoid 301 redirectGuo Du1-5/+5
2014-08-06Clean up buttons documentationHeinrich Fenkart1-2/+4
2014-08-04gruntMark Otto1-0/+1
2014-07-14add docs note about browsers w/ JS disabled; fixes #14134Chris Rebert1-0/+1
[skip sauce]
2014-07-12nuke nav includesMark Otto9-564/+0
2014-07-10start markdowning getting started and moving things to separate pagesMark Otto1-48/+39
2014-07-10rewrite getting started quick start and download in markdownMark Otto2-0/+14
2014-07-10fix about navMark Otto1-1/+1
2014-07-09nuke commented out sidenav; fix docsMark Otto1-63/+0
2014-07-09Refactor navs: new classes, remove separate pills & tabs files, drop ↵Mark Otto1-2/+1
justified nav because it never really worked
2014-07-09Docs: Refactor to use .less file instead, importing Bootstrap vars and ↵Mark Otto1-2/+1
mixins, and cleaning all the things up
2014-07-08nuke the sass docsMark Otto1-7/+0
2014-07-08Update browser support section to remove glyphicons in tables; also remove ↵Mark Otto1-1/+0
ie8 and font-face section
2014-07-08Fix navbar margins and update grid sidebar styles to matchMark Otto1-1/+4
2014-07-08remove glyphicons navMark Otto1-8/+0
2014-07-08Drop: Thumbnails completely, as they'll be replacedMark Otto1-7/+0
2014-07-08Drop: Panels completely, as they'll be replacedMark Otto1-10/+0
2014-07-08nuke the v2.x to v3.x migration docsMark Otto2-11/+0
2014-07-08drop wellsMark Otto1-1/+0
2014-07-07remove the less docsMark Otto1-9/+0
2014-07-07Merge branch 'master' into derpMark Otto6-12/+17
Conflicts: docs/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/docs.min.js docs/assets/js/src/application.js
2014-07-06Fixes #13746: Add docs section for brand imageMark Otto1-0/+1
2014-07-02Add collapsed default class to navbar-toggleMichael Silber1-1/+1
2014-06-25gruntMark Otto1-1/+0
2014-06-19Document IE8 font-face weirdnessBas Bosman1-0/+1
2014-06-18Fix dismissible spellingBas Bosman1-1/+1
2014-05-24text transformation addedKonstantin Kulinicenko1-0/+1
Transform text in components with text capitalization classes.
2014-05-12nuke the rtl docsMark Otto1-7/+0
2014-05-08Remove outdated rtl nav linksQuy Ton1-7/+0
2014-05-07move Grunt info from README into HTML docsChris Rebert1-0/+8
Fixes #13470
2014-05-07move rtl to getting started, per @cvrebert's feedbackMark Otto1-0/+7
2014-04-30document grid column wrapping behavior; fixes #13247Chris Rebert1-0/+1
2014-04-04Re-implement Universal AnalyticsJulian Thilo1-2/+2
X-Refs: https://github.com/twbs/bootstrap/commit/b2a67ffe55f5fedb0ae1d5dff331687c3e744be0 https://github.com/twbs/bootstrap/commit/c97e6d5cad74d20257d28734f85311ef5d00b560
2014-03-27Revert upgrade to Universal AnalyticsJulian Thilo1-2/+2
The Google Analytics account we use cannot currently be upgraded to Universal Analytics. In order to keep using Analytics, we have to stick with Classic for now.
2014-03-27Change GA events to Universal AnalyticsJulian Thilo1-2/+2
2014-03-27Add TOC entry for "Third-party libraries" callout section to JS docsChris Rebert1-0/+1
2014-03-18nav cleanup and responsivenessMark Otto1-2/+72
2014-03-17revamp all the thingsMark Otto2-1/+65
2014-03-16Rename and organize nav partials for cleaner file structureMark Otto8-0/+536