| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-17 | present browser compatibility info in a table | Chris Rebert | 1 | -8/+47 | |
| 2014-01-17 | fix #12277 | Chris Rebert | 1 | -2/+2 | |
| Thanks to @Quy for pointing these out. | |||||
| 2014-01-17 | Merge pull request #12275 from ZDroid/ncss | Chris Rebert | 1 | -2/+2 | |
| Replace Normalize with Normalize.css | |||||
| 2014-01-17 | Replace Normalize with Normalize.css | Zlatan Vasović | 1 | -2/+2 | |
| 2014-01-16 | Revert "Add tooltip `viewport` option, respect bounds of the viewport" | Chris Rebert | 1 | -16/+0 | |
| This reverts commit edb221a20ceabebd427e27d0432e94a227717217. Reverting due to broken JS unit tests. Conflicts: docs/javascript.html | |||||
| 2014-01-16 | Merge branch 'bo-tooltip-viewport' of https://github.com/benogle/bootstrap ↵ | Mark Otto | 1 | -0/+16 | |
| into benogle-bo-tooltip-viewport Conflicts: docs/javascript.html | |||||
| 2014-01-16 | Split box-sizing reset for faster rendering | Mark Otto | 2 | -2/+2 | |
| 2014-01-16 | grunt | Mark Otto | 2 | -10/+10 | |
| 2014-01-16 | remove flaky pos bottom test which is effect by unit scroll pos | fat | 3 | -4/+4 | |
| 2014-01-16 | Update javascript.html | patricker | 1 | -1/+1 | |
| Fixed issue in Tabs example where the div had been marked as 'active' but the li had not been. The correct tab of data would be displayed on load, but no tabs would be highlighted. The tabs with fade example does not have this issue. jsFiddle: http://jsfiddle.net/uXV56/ | |||||
| 2014-01-15 | add Issues & Releases links back to footer | Chris Rebert | 1 | -0/+4 | |
| 2014-01-15 | reassert #12231 & #12232 (merge went badly?) | Chris Rebert | 1 | -3/+3 | |
| 2014-01-15 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 2 | -2/+2 | |
| Conflicts: docs/assets/css/pack.min.css | |||||
| 2014-01-15 | fix ad placement | Mark Otto | 2 | -2/+4 | |
| 2014-01-16 | Fix customizer's toggle buttons' margin | Julian Thilo | 2 | -2/+2 | |
| 2014-01-16 | Adapt about.html lead to latest changes | Julian Thilo | 1 | -1/+1 | |
| 2014-01-16 | Fix footer links | Julian Thilo | 1 | -2/+2 | |
| 2014-01-15 | Merge pull request #12243 from twbs/cleanup-about | Mark Otto | 4 | -38/+40 | |
| move Community & Translations docs sections from About to Getting Started | |||||
| 2014-01-15 | move Community & Translations docs sections from About to Getting Started | Chris Rebert | 4 | -38/+40 | |
| 2014-01-15 | Merge pull request #12242 from twbs/sass-contributing | Mark Otto | 1 | -1/+1 | |
| add link to Sass CONTRIBUTING file in the About page | |||||
| 2014-01-16 | Adhere to MailChimp's brand guidelines ;) | Julian Thilo | 1 | -1/+1 | |
| 2014-01-16 | Remove popovers from components.html lead | Julian Thilo | 1 | -1/+1 | |
| because they're only really featured on javascript.html Replacement: input groups | |||||
| 2014-01-15 | add link to Sass CONTRIBUTING file in the About page | Chris Rebert | 1 | -1/+1 | |
| 2014-01-15 | remove inaccurate comment | Chris Rebert | 2 | -2/+0 | |
| 2014-01-15 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+1 | |
| 2014-01-15 | Fix page headers | Mark Otto | 2 | -11/+4 | |
| 2014-01-15 | Getting Started: fix ID of heading so matches TOC | Chris Rebert | 1 | -1/+1 | |
| 2014-01-15 | indentation and page header changes | Mark Otto | 3 | -1528/+1499 | |
| 2014-01-15 | Merge branch 'master' into docs_derp | Mark Otto | 8 | -34/+30 | |
| Conflicts: docs/components.html docs/css.html | |||||
| 2014-01-14 | Merge pull request #12232 from twbs/mixing-docs | Mark Otto | 2 | -2/+6 | |
| clarify docs regarding non-mixable components | |||||
| 2014-01-14 | Merge pull request #12231 from twbs/callouts | Mark Otto | 3 | -8/+8 | |
| callout severity tweaks | |||||
| 2014-01-14 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 3 | -25/+4 | |
| Conflicts: docs/assets/js/customize.min.js | |||||
| 2014-01-14 | Fixes #12210: badges in xs buttons | Mark Otto | 3 | -3/+8 | |
| 2014-01-14 | clarify docs regarding non-mixable components | Chris Rebert | 2 | -2/+6 | |
| 2014-01-14 | downgrade .img-responsive cross-reference callout from warning to info | Chris Rebert | 1 | -1/+1 | |
| 2014-01-14 | upgrade form-group + input-group callout from info to warning | Chris Rebert | 1 | -1/+1 | |
| 2014-01-14 | downgrade <label>-related callouts from danger to warning | Chris Rebert | 2 | -2/+2 | |
| 2014-01-14 | upgrade tooltip/popover-in-groups callout from info to warning | Chris Rebert | 2 | -4/+4 | |
| 2014-01-14 | revert unnecessary customizations of Blob.js & FileSaver.js | Chris Rebert | 3 | -25/+9 | |
| Per https://github.com/eligrey/Blob.js/pull/20 & https://github.com/eligrey/FileSaver.js/pull/63 The library author has deemed the existing /*! @source URL */ comments to be sufficient attribution, and these already survive minification. Refs ea591748edee4f8fe722274b71787ccf2b052c4a | |||||
| 2014-01-14 | Add tooltip `viewport` option, respect bounds of the viewport | Ben Ogle | 1 | -0/+16 | |
| 2014-01-14 | Merge branch 'master' into docs_derp | Mark Otto | 4 | -3/+11 | |
| Conflicts: docs/_includes/old-bs-docs.html | |||||
| 2014-01-14 | Don't copy-pasta all the Sass docs because fuck keeping that up to date. ↵ | Mark Otto | 3 | -154/+6 | |
| Instead, point to https://github.com/twbs/bootstrap-sass/blob/master/README.md. | |||||
| 2014-01-14 | add missing semicolon | Chris Rebert | 1 | -1/+1 | |
| 2014-01-14 | add copyright notice to raw-files.js | Chris Rebert | 2 | -2/+10 | |
| 2014-01-14 | Link the blog post instead of main blog page | Zlatan Vasović | 1 | -1/+1 | |
| 2014-01-14 | Rename docs/LICENSE-DOCS to docs/LICENSE | Zlatan Vasović | 1 | -0/+0 | |
| It sounded weird. | |||||
| 2014-01-14 | Rename uglify.js to uglify.min.js for consistency | Zlatan Vasović | 1 | -0/+0 | |
| 2014-01-13 | header masthead changes | Mark Otto | 2 | -3/+6 | |
| 2014-01-13 | make page headers like masthead | Mark Otto | 2 | -26/+18 | |
| 2014-01-13 | Merge branch 'master' into docs_derp | Mark Otto | 12 | -25/+82 | |
| Conflicts: docs/assets/css/pack.min.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js | |||||
