| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-07-25 | Moved navs inline properties to variables.less and customize.html & ↵ | syed | 4 | -15/+83 | |
| nav-customize.html | |||||
| 2013-07-25 | Moving navbar inline properties to variables.less and customize.html | syed | 3 | -7/+31 | |
| 2013-07-24 | fixes #8568 -- account for margins in offset | Jacob Thornton | 3 | -31/+17 | |
| 2013-07-24 | fixes #8569 | Jacob Thornton | 3 | -11/+11 | |
| 2013-07-24 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Jacob Thornton | 9 | -25/+80 | |
| 2013-07-24 | fixes #8399 w/ tests | Jacob Thornton | 5 | -7/+52 | |
| 2013-07-24 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 6 | -9/+9 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-07-24 | make again | Mark Otto | 4 | -5/+22 | |
| 2013-07-24 | Merge branch '3.0.0-wip' of https://github.com/salman-javed-confiz/bootstrap ↵ | Mark Otto | 4 | -9/+8 | |
| into salman-javed-confiz-3.0.0-wip | |||||
| 2013-07-24 | Merge pull request #8583 from liuyl/disabled | Mark Otto | 6 | -9/+9 | |
| set cursor to not-allowed for disabled elements | |||||
| 2013-07-24 | make footer border color use header border color in modals | Mark Otto | 2 | -6/+5 | |
| 2013-07-24 | run make on prev commits | Mark Otto | 1 | -3/+3 | |
| 2013-07-24 | Moved modals inline properties to variables.less | syed | 3 | -7/+47 | |
| In this commit I moved modals.less inline properties to variables.less and also added those variables to customize.html. | |||||
| 2013-07-24 | set cursor to not-allowed for disabled elements | liuyl | 6 | -9/+9 | |
| 2013-07-24 | issues fixed for nav-justified on pills on android default browser. | Salman Javed | 4 | -9/+8 | |
| 2013-07-24 | Fix #8428 - Document tooltip/popover events | Julian Thilo | 1 | -0/+66 | |
| 2013-07-23 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Jacob Thornton | 14 | -89/+174 | |
| 2013-07-23 | add placement auto for tooltips + tests… kinda sad about this doe | Jacob Thornton | 5 | -3/+99 | |
| 2013-07-23 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 3 | -9/+9 | |
| 2013-07-23 | Run make on prev commits | Mark Otto | 5 | -29/+27 | |
| 2013-07-23 | Update forms vars | Mark Otto | 3 | -15/+21 | |
| * Reorganize layout * Add input group var * Add legend border var | |||||
| 2013-07-23 | Reorganize dropdown vars section | Mark Otto | 1 | -17/+17 | |
| 2013-07-23 | Update dropdown vars | Mark Otto | 4 | -16/+13 | |
| * Update `.nav-divider` mixin to simplify to a 1px line (one value instead of two in parametric mixin) * Rename and consolidate dropdown caret vars * Add vars to Customizer | |||||
| 2013-07-23 | Update code vars | Mark Otto | 3 | -5/+19 | |
| * Drop the `rgba()` border and fallback because fuck that noise * Add vars to customizer * Remove rogue `:` | |||||
| 2013-07-23 | Update close vars | Mark Otto | 4 | -4/+11 | |
| * Remove dupe hover color var (again, it's not necessary to have it's own var here since we're controlling it via `opacity`) * Add to customizer | |||||
| 2013-07-23 | Update carousel vars | Mark Otto | 4 | -9/+23 | |
| * Remove `@carousel-control-hover-color` since that's just the same as the default control color and all we change is `opacity` (it's required for specificity). * Add vars to customizer * Update customizer nav to include new section * Remove the `li` from the var names * Consolidate and simplify `text-shadow` vars | |||||
| 2013-07-23 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Jacob Thornton | 5 | -17/+45 | |
| Conflicts: dist/js/bootstrap.min.js | |||||
| 2013-07-23 | fixes #7814 | Jacob Thornton | 3 | -10/+10 | |
| 2013-07-23 | Update and add `@btn-hover-color` to Customize page | Mark Otto | 2 | -1/+4 | |
| 2013-07-23 | Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵ | Mark Otto | 9 | -26/+72 | |
| saas786-3.0.0-wip | |||||
| 2013-07-23 | Fixes #8571: allow table classes in thead and tfoot | Mark Otto | 3 | -8/+36 | |
| 2013-07-23 | make on prev commit | Mark Otto | 2 | -2/+2 | |
| 2013-07-23 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 2 | -2/+2 | |
| 2013-07-23 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Jacob Thornton | 1 | -1/+1 | |
| 2013-07-23 | fixes #8232 | Jacob Thornton | 1 | -1/+1 | |
| 2013-07-23 | Merge pull request #8576 from sfaxon/3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| update carousel js docs to reflect leading .glyphicon | |||||
| 2013-07-23 | Clear up license FAQs by using "Bootstrap" as noun instead of "Twitter open ↵ | Mark Otto | 1 | -8/+8 | |
| source software" | |||||
| 2013-07-23 | Update link to blog | Mark Otto | 1 | -1/+1 | |
| 2013-07-23 | update carousel js docs to reflect leading .glyphicon | Seth Faxon | 1 | -1/+1 | |
| https://github.com/twitter/bootstrap/pull/6342 icons section mentions the change to using glyphicon base class this adds it to the docs | |||||
| 2013-07-23 | add additional carousel test | Jacob Thornton | 3 | -3/+9 | |
| 2013-07-23 | fixes #8134 | Jacob Thornton | 1 | -1/+1 | |
| 2013-07-23 | revert collapse change + add emulateTransitionEvent to catch dead css ↵ | Jacob Thornton | 10 | -85/+91 | |
| transitions | |||||
| 2013-07-23 | shown.bs.modal fix | Jacob Thornton | 1 | -2/+2 | |
| 2013-07-23 | fixes #7970 | Jacob Thornton | 3 | -3/+3 | |
| 2013-07-23 | Merge pull request #8572 from mohnish/patch-1 | Mark Otto | 1 | -1/+1 | |
| Use input type `password` for the password field in the CSS documentatio... | |||||
| 2013-07-23 | Merge pull request #8573 from cvrebert/patch-2 | Mark Otto | 1 | -1/+1 | |
| getting-started.html: add <code> around mention of `placeholder` | |||||
| 2013-07-23 | getting-started.html: add <code> around mention of `placeholder` | Chris Rebert | 1 | -1/+1 | |
| 2013-07-23 | Use input type `password` for the password field in the CSS documentation. | Mohnish Thallavajhula | 1 | -1/+1 | |
| 2013-07-23 | Drop rounded corners on `.table-bordered` | Mark Otto | 4 | -140/+11 | |
| * Cuts close to 100 lines of CSS from the table CSS * File size aside, this drastically simplifies CSS for folks looking to build on top of the `.table-bordered` option as a starting point | |||||
| 2013-07-23 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 4 | -4/+4 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
