aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto4-92/+0
2017-05-28remove footer from docs pagesMark Otto1-2/+0
2017-05-27swap kramdown toc for jekyll-toc plugin, update page layout to only show on ↵Mark Otto1-1/+7
xl and above
2017-05-27make it big screen friendlyMark Otto1-2/+2
2017-05-27make the body full widthMark Otto1-10/+5
2017-05-05Add missing <main> element to documentationLaussel Loïc2-4/+4
includes explicit `role="main"` for IE10/IE11 compatibility
2016-11-26Remove 'xs' from text utilities (#21217)Starsam801-1/+1
2016-11-04Update docs to reflect new breakpoint naming conventionEric Nolte1-2/+2
2016-02-06More grid updatesMark Otto1-2/+2
- Flexbox responsive behavior fixed with specific .col-{breakpoint} classes now added - Dropped the make-col mixin in favor of a column-basics placeholder that we can extend across our grid infrastructure - Updated docs to use required .col-xs-12 (as a safeguard for when folks enable flexbox mode--this isn't necessary in default grid mode) - Update flexbox grid docs to include responsive docs, tweak some other bits too
2016-02-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto1-2/+2
responsive flex grid working
2016-02-06Fix docs layout with added base classMark Otto1-2/+2
2015-09-02Fix missing anchors and 404 errors.XhmikosR2-2/+4
[skip sauce]
2015-08-17tweak docs spacingMark Otto1-1/+1
2015-08-14Massive cleanupMark Otto3-24/+46
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-12fix general page and page header layoutMark Otto1-4/+4
2015-08-05restore page headers, use partial and page frontmatter to organize itMark Otto1-1/+7
2015-08-05simple layout for examplesMark Otto1-0/+9
2015-08-05unaffix sidebar and simplify styles of docs side nav to be more like v3Mark Otto1-6/+11
2015-08-04new global navbar for all docs pagesMark Otto2-3/+4
2015-04-16rename classes from .bs-docs and .bs to .bdMark Otto3-4/+4
2015-03-09docs redesign a bitMark Otto1-3/+0
2015-01-19new headers, ad placements, intro paragraphs on several pages, etcMark Otto2-43/+7
2015-01-19fix scrollspy navMark Otto1-1/+1
2015-01-19move around filesMark Otto2-2/+2
2015-01-06formatting of htmlMark Otto1-1/+5
2015-01-03Merge branch 'master' into v4Mark Otto2-2/+6
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 dist/js/bootstrap.min.js docs/_data/glyphicons.yml docs/_includes/components/alerts.html docs/_includes/components/badges.html docs/_includes/components/breadcrumbs.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/jumbotron.html docs/_includes/components/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navbar.html docs/_includes/components/navs.html docs/_includes/components/page-header.html docs/_includes/components/pagination.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/responsive-embed.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/code.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/tables.html docs/_includes/css/type.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/whats-included.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/overview.html docs/_includes/js/popovers.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/nav/components.html docs/_includes/nav/javascript.html docs/_jade/customizer-variables.jade 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/raw-files.min.js docs/assets/js/src/customizer.js docs/customize.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 less/glyphicons.less less/mixins/vendor-prefixes.less less/navbar.less less/popovers.less less/tables.less less/theme.less less/tooltip.less less/variables.less package.json scss/_carousel.scss scss/_close.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
2014-12-24rearrange contents docs--type, tables, images, forms, etc--into own docs sectionMark Otto1-3/+8
2014-12-18migration to layout and navMark Otto1-0/+3
2014-12-14Make skip link look less "bare bones"Patrick H. Lauke2-2/+2
Additional markup for the skip link (to ensure it has the same effective width as the main content, and to provide an outline around just the link text) plus some basic styles...make it look a bit more in keeping with the overall look and feel of the docs.
2014-12-07Make sidebar navigation actual ``<nav>``Patrick H. Lauke1-3/+3
2014-12-01add examples description, remove browser bugs descriptionMark Otto1-4/+1
2014-11-04Use Jekyll data for Wall of Browser BugsHeinrich Fenkart1-1/+3
2014-10-27scrollspy maybe?Mark Otto1-1/+1
2014-10-20add role="button" to a couple more dummy-anchor btnsChris Rebert1-1/+1
2014-07-13fix headerMark Otto1-1/+1
2014-07-13markdownify browser bugs, add config vars for shorthand urlsMark Otto1-0/+3
2014-07-13about headerMark Otto1-0/+3
2014-07-13layout sectionMark Otto1-0/+3
2014-07-12restore docs and homepage navsMark Otto2-2/+2
2014-07-12update page layoutsMark Otto1-0/+3
2014-07-10components headingsMark Otto1-11/+5
2014-07-10move all css files over to components dirMark Otto1-0/+5
2014-07-10fix page titles, add about page nav listMark Otto1-0/+2
2014-07-10start markdowning getting started and moving things to separate pagesMark Otto2-1/+18
2014-07-10docs changeMark Otto1-1/+1
2014-07-08clean up layoutMark Otto1-35/+1
2014-07-07Merge branch 'master' into derpMark Otto1-4/+7
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-06-18fix part of #13111: hide the docs nav on small and below devicesMark Otto1-1/+1
2014-05-22move it to the sidebarMark Otto1-6/+5
2014-05-07add button to toggle the optional theme when viewing the docs; fixes #9764Chris Rebert1-0/+5