| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-06-27 | Merge pull request #8307 from cvrebert/8287-docs-patch | Mark Otto | 3 | -5/+19 | |
| Fix #8287 | |||||
| 2013-06-27 | remove custom url in jekyll | Mark Otto | 1 | -1/+0 | |
| 2013-06-26 | Merge pull request #8313 from jholl/patch-1 | Mark Otto | 1 | -1/+1 | |
| typo: match doc text and example | |||||
| 2013-06-26 | Merge pull request #8306 from cvrebert/styling-n-typo | Mark Otto | 2 | -2/+2 | |
| Docs: fix 1 typo; use <code> in 1 place | |||||
| 2013-06-26 | Merge pull request #8305 from cvrebert/copyedit | Mark Otto | 1 | -18/+18 | |
| copyedit JS docs | |||||
| 2013-06-26 | Adjust info callout, add callouts to docs | Julian Thilo | 6 | -51/+82 | |
| * Adjust the background-color of bs-callout-info to match danger and warning in tone * Convert all the callouts * Change some callouts to info/warning * Add new callout | |||||
| 2013-06-26 | typo: match doc text and example | James Holland | 1 | -1/+1 | |
| 2013-06-25 | Fix #8287 | Chris Rebert | 3 | -5/+19 | |
| 2013-06-25 | Docs: fix 1 typo; use <code> in 1 place | Chris Rebert | 2 | -2/+2 | |
| 2013-06-25 | copyedit JS docs | Chris Rebert | 1 | -18/+18 | |
| 2013-06-25 | Merge pull request #8301 from cvrebert/patch-3 | Mark Otto | 1 | -1/+1 | |
| Fix spelling in comment | |||||
| 2013-06-25 | Merge pull request #8300 from cvrebert/patch-2 | Mark Otto | 1 | -1/+1 | |
| Fix typo in comment | |||||
| 2013-06-25 | Merge pull request #8299 from cvrebert/patch-1 | Mark Otto | 1 | -1/+1 | |
| Spelling in comment | |||||
| 2013-06-25 | Merge pull request #8303 from cvrebert/patch-4 | Mark Otto | 1 | -2/+2 | |
| Fix 2 typos | |||||
| 2013-06-25 | Merge pull request #8304 from cvrebert/patch-5 | Mark Otto | 1 | -15/+0 | |
| rm :invalid styling from docs | |||||
| 2013-06-25 | rm :invalid styling from docs | Chris Rebert | 1 | -15/+0 | |
| It was removed from the code in 90d4343f66d1cdafe24b6de0dbb6ae64312df323 :-/ | |||||
| 2013-06-25 | Fix 2 typos | Chris Rebert | 1 | -2/+2 | |
| 2013-06-26 | Update mixins.less | Bass Jobsen | 1 | -1/+15 | |
| Add a the function .make-small-column. See also http://stackoverflow.com/a/17308128/1596547 | |||||
| 2013-06-25 | Fix spelling in comment | Chris Rebert | 1 | -1/+1 | |
| 2013-06-25 | Fix typo in comment | Chris Rebert | 1 | -1/+1 | |
| 2013-06-25 | Spelling in comment | Chris Rebert | 1 | -1/+1 | |
| 2013-06-25 | Merge pull request #8297 from cvrebert/patch-1 | Mark Otto | 1 | -2/+0 | |
| rm pre{white-space:pre-wrap;} since redundant to Normalize | |||||
| 2013-06-25 | Merge pull request #8298 from cvrebert/patch-2 | Mark Otto | 1 | -1/+0 | |
| rm fallback white-space for <code> | |||||
| 2013-06-25 | rm fallback white-space for <code> | Chris Rebert | 1 | -1/+0 | |
| If my analysis is right, this should be unnecessary. | |||||
| 2013-06-25 | rm pre{white-space:pre-wrap;} since redundant to Normalize.css | Chris Rebert | 1 | -2/+0 | |
| 2013-06-25 | Docs: create new callout classes | Julian Thilo | 1 | -2/+15 | |
| 2013-06-25 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 3 | -1/+11 | |
| 2013-06-25 | Merge pull request #8290 from juthilo/3.0.0-docs-nothird | Mark Otto | 2 | -0/+10 | |
| Add new callouts to docs | |||||
| 2013-06-25 | Merge pull request #8292 from cvrebert/patch-1 | Mark Otto | 1 | -1/+1 | |
| fix "Data attributes" link in JS docs sidenav | |||||
| 2013-06-25 | Move mixin to mixins.less | Mark Otto | 2 | -7/+11 | |
| 2013-06-25 | Merge pull request #8291 from cvrebert/refactor | Mark Otto | 1 | -39/+15 | |
| refactor responsive-utilities slightly | |||||
| 2013-06-25 | Merge pull request #8294 from cvrebert/patch-2 | Mark Otto | 1 | -1/+1 | |
| fix ID of Normalize heading in docs so that the sidenav can find it | |||||
| 2013-06-25 | Recess welcome | Julian Thilo | 1 | -1/+1 | |
| 2013-06-25 | fix ID of Normalize heading in docs so that the sidenav can find it | Chris Rebert | 1 | -1/+1 | |
| 2013-06-25 | fix "Data attributes" link in JS docs sidenav | Chris Rebert | 1 | -1/+1 | |
| `#js-data-attributes` => `#js-data-attrs` | |||||
| 2013-06-25 | Add IDs, adjust text | Julian Thilo | 2 | -3/+3 | |
| 2013-06-25 | refactor responsive-utilities slightly | Chris Rebert | 1 | -39/+15 | |
| 2013-06-25 | Add a link to the mailing list for JS help | Julian Thilo | 1 | -1/+1 | |
| 2013-06-25 | Add callout to docs: LESS compiler support | Julian Thilo | 1 | -0/+5 | |
| 2013-06-25 | Add callout to docs: 3rd-party libs not supported | Julian Thilo | 1 | -0/+5 | |
| 2013-06-25 | Merge pull request #8283 from luishdez/hotfix/add-on-breaks | Mark Otto | 2 | -0/+2 | |
| Fix line breaks on add-ons with spaces | |||||
| 2013-06-25 | Fix line breaks on add-ons with spaces | Luis Hdez | 2 | -0/+2 | |
| 2013-06-23 | Merge pull request #8270 from kylase/3.0.0-wip | Mark Otto | 1 | -165/+165 | |
| Replaced <i> with <span> for glyphicon | |||||
| 2013-06-23 | Merge branch 'master' of github.com:twbs/bootstrap-examples | Mark Otto | 36 | -1490/+1527 | |
| 2013-06-23 | add gitignore and editorconfig | Mark Otto | 2 | -0/+56 | |
| 2013-06-24 | Replaced <i> with <span> for glyphicon | Kyle | 1 | -165/+165 | |
| 2013-06-23 | Merge branch 'master' of https://github.com/twbs/bootstrap-examples | Nicole | 0 | -0/+0 | |
| 2013-06-23 | Update remaining templates to match starter template | Nicole | 37 | -1490/+1527 | |
| 2013-06-23 | Merge pull request #8268 from luishdez/hotfix/sidebar-overlap | Mark Otto | 1 | -7/+2 | |
| Fix overlap sidebar for Tablets and up in docs | |||||
| 2013-06-23 | Move grid offsets to desktop only (fixes #8229) | Mark Otto | 2 | -46/+46 | |
