| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-07-23 | No more left margin on dd elements, fixes #8567 | Mark Otto | 3 | -3/+3 | |
| 2013-07-23 | Merge pull request #8564 from frabrunelle/3.0.0-wip | Mark Otto | 4 | -4/+4 | |
| @badge-bg should be @gray-light not #f5f5f5 | |||||
| 2013-07-23 | @badge-bg should be @gray-light not #f5f5f5 | Francis Brunelle | 4 | -4/+4 | |
| 2013-07-22 | fixes #8559 | Mark Otto | 1 | -2/+2 | |
| 2013-07-21 | Merge pull request #8549 from ggam/patch-2 | Mark Otto | 1 | -1/+1 | |
| Updated readme.md to reflect the latest changes in directory structure | |||||
| 2013-07-21 | Updated readme.md to reflect the latest changes in directory structure | Guillermo González de Agüero | 1 | -1/+1 | |
| 2013-07-21 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 7 | -12/+11 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-07-21 | Merge pull request #8546 from jeroenvisser101/patch-1 | Mark Otto | 1 | -1/+1 | |
| Fixed typo | |||||
| 2013-07-21 | Merge pull request #8545 from liuyl/refactor-btngroups | Mark Otto | 1 | -5/+6 | |
| refactor button-groups.less | |||||
| 2013-07-21 | Merge pull request #8544 from liuyl/removeuseless | Mark Otto | 3 | -3/+1 | |
| remove useless display:inline-block | |||||
| 2013-07-21 | Fixed typo | Jeroen Visser | 1 | -1/+1 | |
| 2013-07-21 | refactor button-groups.less | liuyl | 1 | -5/+6 | |
| 2013-07-21 | remove useless display:inline-block | liuyl | 3 | -3/+1 | |
| 2013-07-20 | add git ignore | Nicole | 14 | -14/+51 | |
| 2013-07-20 | change file names to example names | Nicole | 27 | -13/+13 | |
| 2013-07-20 | Update file input to remove height and line-height | Mark Otto | 4 | -7/+5 | |
| This particular form control is wildly inaccurate across browsers, so we're removing the `height` and `line-height`, but adding `display: block` so it renders similarly to our other inputs. | |||||
| 2013-07-20 | Update docs on responsive images and elaborate on IE8 support using Respond.js | Mark Otto | 2 | -6/+9 | |
| 2013-07-20 | Update forms example to show sequential form inputs for later testing | Mark Otto | 1 | -2/+4 | |
| 2013-07-20 | Remove more commented out CSS from forms | Mark Otto | 1 | -1/+0 | |
| 2013-07-20 | Remove commented out CSS | Mark Otto | 2 | -16/+0 | |
| 2013-07-20 | Merge pull request #8538 from brentmulligan/3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| Update Normalize.css URL to new Github.io domain | |||||
| 2013-07-20 | Merge pull request #8536 from ggam/patch-1 | Mark Otto | 1 | -2/+2 | |
| Fixed breadcrumbs link in customize | |||||
| 2013-07-20 | Update Normalize.css URL to new Github.io domain | Brent Mulligan | 1 | -1/+1 | |
| 2013-07-20 | Fixed breadcrumbs link | Guillermo González de Agüero | 1 | -2/+2 | |
| 2013-07-20 | moving forms, labels and list-group to variables.less | syed | 4 | -8/+18 | |
| 2013-07-20 | moving code and dropdowns to variables.less | syed | 3 | -9/+26 | |
| 2013-07-20 | Move inline properties to variables.less | syed | 4 | -11/+30 | |
| moved buttons.less, carousel.less & close.less in this commit | |||||
| 2013-07-20 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -2/+2 | |
| 2013-07-20 | update headings and nav | Mark Otto | 2 | -3/+6 | |
| 2013-07-20 | undo change to config exclude | Mark Otto | 1 | -1/+1 | |
| 2013-07-20 | Update vars for badges, breadcrumbs; update customize page | Mark Otto | 6 | -7/+55 | |
| 2013-07-19 | Move var in customize layout | Mark Otto | 1 | -6/+1 | |
| 2013-07-19 | Merge pull request #8533 from frabrunelle/bower-link | Mark Otto | 1 | -2/+2 | |
| update links to bower | |||||
| 2013-07-19 | update links to bower | Francis Brunelle | 1 | -2/+2 | |
| 2013-07-19 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -0/+3 | |
| 2013-07-19 | Fixes #8385: update carousel captions | Mark Otto | 4 | -16/+20 | |
| * No longer hidden by default--up to users to figure that part out with longer content * Cleaned up styles and spacing | |||||
| 2013-07-19 | Twerk callouts and fix an unstyled one | Mark Otto | 2 | -4/+5 | |
| 2013-07-19 | Better code snippets on mobile in docs | Mark Otto | 1 | -16/+22 | |
| 2013-07-19 | Merge pull request #8530 from codeodor/3.0.0-wip | Mark Otto | 1 | -0/+3 | |
| ignore .files for bower packaging | |||||
| 2013-07-19 | Fixes #8278: fix on print | Mark Otto | 3 | -1/+19 | |
| 2013-07-19 | hacky way of not showing ads or analytics in local dev | Mark Otto | 3 | -26/+32 | |
| 2013-07-19 | Variables reorganization and breadcrumbs update | Mark Otto | 4 | -25/+28 | |
| * Place component vars alongside the rest of the component vars * Redo some of the breadcrumbs code to add a var and remove `text-shadow` | |||||
| 2013-07-19 | Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵ | Mark Otto | 4 | -7/+20 | |
| saas786-3.0.0-wip | |||||
| 2013-07-19 | ignore .files for bower packaging | Sammy Larbi | 1 | -0/+3 | |
| 2013-07-19 | Improved and followed pattern suggestions | syed | 4 | -14/+11 | |
| 2013-07-19 | Merge pull request #8528 from dtmax/3.0.0-wip | Mark Otto | 1 | -0/+4 | |
| typo fixed: highligted source code of second radio button was missing | |||||
| 2013-07-19 | move breadcrumb.less inline properties and also added @color-2 missed in ↵ | syed | 2 | -3/+8 | |
| last commit | |||||
| 2013-07-19 | move badges inline properties to variables.less | syed | 2 | -3/+7 | |
| 2013-07-19 | Move accordion inline properties to variables.les | syed | 2 | -2/+9 | |
| 2013-07-19 | typo fixed: highligted source code of second radio button was missing in ↵ | Max | 1 | -0/+4 | |
| css.html -> checkboxes & radios -> default section | |||||
