| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-07-11 | tweak docs sidenav styles | Mark Otto | 1 | -1/+1273 | |
| 2014-07-11 | Merge branch 'master' into derp | Mark Otto | 1 | -1/+1 | |
| Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map docs/_includes/components/progress-bars.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css.map | |||||
| 2014-07-10 | start markdowning getting started and moving things to separate pages | Mark Otto | 1 | -1/+1 | |
| 2014-07-10 | rewrite getting started quick start and download in markdown | Mark Otto | 1 | -1/+1 | |
| 2014-07-10 | docs change | Mark Otto | 1 | -1/+1 | |
| 2014-07-09 | really fix the docs | Mark Otto | 1 | -1/+1 | |
| 2014-07-09 | remove outline | Mark Otto | 1 | -1/+1 | |
| 2014-07-09 | nuke commented out sidenav; fix docs | Mark Otto | 1 | -1/+1 | |
| 2014-07-09 | Merge branch 'master' into derp | Mark Otto | 1 | -1319/+1 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/navs.html docs/_includes/css/images.html docs/_includes/js/dropdowns.html docs/_includes/js/tabs.html docs/assets/css/docs.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2014-07-09 | Rewrite grid docs in markdown | Mark Otto | 1 | -7/+5 | |
| 2014-07-09 | docs spacing for headings and leads | Mark Otto | 1 | -0/+4 | |
| 2014-07-09 | docs design changes for markdown content | Mark Otto | 1 | -1/+1317 | |
| 2014-07-09 | Refactor navs: new classes, remove separate pills & tabs files, drop ↵ | Mark Otto | 1 | -1/+1 | |
| justified nav because it never really worked | |||||
| 2014-07-09 | Drop the deprecated .visible-* classes (because we replaced them with ↵ | Mark Otto | 1 | -1/+1 | |
| .visible-*-block, -inline-block, -inline | |||||
| 2014-07-09 | Drop deprecated code from Less files | Mark Otto | 1 | -1/+1 | |
| 2014-07-09 | more navs work | Mark Otto | 1 | -1/+1 | |
| 2014-07-09 | Merge branch 'derp' into derp_navs | Mark Otto | 3 | -1631/+1 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2014-07-09 | Remove unused docs CSS | Mark Otto | 1 | -1/+1 | |
| 2014-07-09 | Docs: Refactor to use .less file instead, importing Bootstrap vars and ↵ | Mark Otto | 3 | -1631/+1 | |
| mixins, and cleaning all the things up | |||||
| 2014-07-09 | Refactor: drop all custom .progress-bar styles and replace with <progress> ↵ | Mark Otto | 1 | -1/+1 | |
| element | |||||
| 2014-07-09 | Run `grunt`. | XhmikosR | 1 | -1/+1 | |
| 2014-07-09 | nuke commented out css | Mark Otto | 1 | -9/+0 | |
| 2014-07-09 | Badges, navs, and more | Mark Otto | 1 | -6/+15 | |
| 2014-07-08 | Revamp button: rename .btn-default to .btn-secondary, drop .btn-info | Mark Otto | 1 | -1/+1 | |
| 2014-07-08 | docs header padding | Mark Otto | 1 | -4/+8 | |
| 2014-07-08 | Fix navbar margins and update grid sidebar styles to match | Mark Otto | 2 | -3/+9 | |
| 2014-07-08 | clean up commented out docs css | Mark Otto | 1 | -41/+0 | |
| 2014-07-08 | rems: update breadcrumbs to use new sizing; improve variables by renaming ↵ | Mark Otto | 1 | -1/+1 | |
| @breadcrumb-separator to @breadcrumb-divider; change up colors | |||||
| 2014-07-08 | fix sidenav padding | Mark Otto | 1 | -5/+0 | |
| 2014-07-08 | rems: code | Mark Otto | 2 | -4/+5 | |
| 2014-07-07 | start the move to rems | Mark Otto | 2 | -51/+64 | |
| 2014-07-07 | Merge branch 'master' into derp | Mark Otto | 2 | -68/+136 | |
| 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-07 | Cut down on homepage file size; reorg some docs CSS | Mark Otto | 1 | -67/+53 | |
| 2014-07-03 | use non-minified docs CSS on non-gh-pages | Chris Rebert | 2 | -0/+0 | |
| 2014-06-26 | grunt | Mark Otto | 2 | -12/+31 | |
| 2014-06-25 | Run `grunt`. | XhmikosR | 1 | -1/+1 | |
| Revert a991cd572c8b3cafa6228915ca86f7a0cdd26e2d. | |||||
| 2014-06-24 | grunt dist; closes #13914 | Chris Rebert | 1 | -1/+1 | |
| 2014-06-24 | Run `grunt`. | XhmikosR | 1 | -1/+1 | |
| 2014-06-19 | Run `grunt`. | XhmikosR | 1 | -1/+1 | |
| 2014-06-18 | grunt dist | Mark Otto | 1 | -1/+1 | |
| 2014-06-18 | Darken @gray-light to meet accessibility guidelines | Ross Allen | 1 | -1/+1 | |
| `@gray-light` darkens from #999 to #777, which puts `.text-muted` at the threshold for the 4.5:1 WCAG minimum contrast[1]. #777:#fff is 4.48:1. The “Example” headers in docs become #959595, which is contrast ratio 3:1, the minimum for larger text. Since the headers are less important than the surrounding text, 3:1 is fine and an improvement on the previous #bbb:#fff (1.92:1). Fixes issue #13847. [1] http://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html | |||||
| 2014-06-18 | Run `grunt`. | XhmikosR | 1 | -1/+1 | |
| 2014-06-10 | Run `grunt dist`. | XhmikosR | 1 | -1/+1 | |
| 2014-06-10 | Refactor and restyle. | Mark Otto | 1 | -20/+18 | |
| 2014-06-10 | Integrate ZeroClipboard to easily copy code snippets | soundarapandian | 1 | -0/+33 | |
| 2014-06-09 | simpler and updated docs copy for icon font file paths | Mark Otto | 2 | -1/+5 | |
| 2014-06-08 | change up the padding on bs-docs-header container to alleviate #13682 | Mark Otto | 2 | -4/+3 | |
| 2014-05-22 | grunt dist for docs | Mark Otto | 1 | -1/+1 | |
| 2014-05-22 | don't change code bg on callouts | Mark Otto | 1 | -1/+0 | |
| 2014-05-22 | more callout tweaks | Mark Otto | 2 | -7/+9 | |
