| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-07-31 | Removed trailing whitespaces | Cesidio Di Landa | 3 | -12/+12 | |
| Changed hard tabs to soft tabs | |||||
| 2013-07-31 | Update javascript.html | Oliver Schmidt | 1 | -1/+1 | |
| 2013-07-31 | Small fix to justified button groups docs | Blake Bengtson | 1 | -1/+1 | |
| 2013-07-31 | miss one 'div' close tag under components page | faceach | 1 | -0/+1 | |
| 2013-07-31 | Merge pull request #8885 from mikefrancis/patch-1 | Chris Rebert | 1 | -1/+1 | |
| Added attribute whitespace | |||||
| 2013-07-31 | Added attribute whitespace | Mike Francis | 1 | -1/+1 | |
| 2013-07-30 | Removed background color from #gradient mixins to support transparent gradients | Archan Luhar | 1 | -7/+0 | |
| 2013-07-30 | Merge pull request #22 from Dev-Ad/patch-1 | Mark Otto | 1 | -2/+1 | |
| .navbar-wrapper need higher z-index to be on top of the carousel | |||||
| 2013-07-30 | Merge pull request #9 from ssorallen/carousel-img-height-js-path | Mark Otto | 1 | -1/+1 | |
| Carousel image height and JS path | |||||
| 2013-07-30 | Merge pull request #7 from sprice/update_scripts | Mark Otto | 1 | -1/+1 | |
| Update scripts | |||||
| 2013-07-30 | Merge pull request #18 from p8952/local-jquery | Mark Otto | 1 | -2/+2 | |
| use the local copy of jquery | |||||
| 2013-07-30 | Merge pull request #13 from hph/master | Mark Otto | 3 | -14/+14 | |
| Fix relative links to examples and links to docs | |||||
| 2013-07-30 | Merge pull request #10 from ssorallen/sigin-input-block | Mark Otto | 1 | -2/+2 | |
| Replace 'input-block-level' with 'form-control' | |||||
| 2013-07-30 | Merge pull request #16 from ssorallen/starter-template-js | Mark Otto | 1 | -0/+2 | |
| Add jQuery + Bootstrap JS to starter template | |||||
| 2013-07-30 | Merge pull request #11 from ssorallen/jumbotron-js-inputs | Mark Otto | 1 | -3/+5 | |
| Jumbotron JS + "form-control" | |||||
| 2013-07-30 | Merge pull request #24 from ssorallen/sticky-footer-js | Mark Otto | 1 | -1/+5 | |
| Sticky footer example JS and navbar dropdown style | |||||
| 2013-07-30 | edit modal docs code to fix #8769 | Mark Otto | 1 | -1/+1 | |
| 2013-07-30 | Merge pull request #8726 from andreypopp/3.0.0-wip | Mark Otto | 2 | -66/+63 | |
| Fix out of order variable declaration order | |||||
| 2013-07-30 | Merge pull request #8852 from briannelsondesign/label_baselines | Mark Otto | 4 | -5/+5 | |
| Adjusts vertical alignment of labels and badges | |||||
| 2013-07-30 | fixes #8216 | fat | 1 | -1/+1 | |
| 2013-07-30 | fixes #8814 | fat | 3 | -9/+1 | |
| 2013-07-30 | fixes #8816 | fat | 3 | -3/+3 | |
| 2013-07-30 | trivial spacing fix | Chris Rebert | 1 | -1/+1 | |
| 2013-07-30 | Use correct class for header in jumbotron dropdown nav | Ross Allen | 1 | -1/+1 | |
| 2013-07-30 | Enable dropdown in sticky-footer with Bootstrap JS | Ross Allen | 1 | -0/+4 | |
| The sticky-footer example uses a drop down in its navbar, and dropdowns require Bootstrap's JS to work. Use the minified version of Bootstrap since this example is about the CSS and not about the JS. | |||||
| 2013-07-30 | Use correct dropdown header class in sticky-footer | Ross Allen | 1 | -1/+1 | |
| "nav-header" does not exist in Bootstrap. The class used for headers in dropdowns is "dropdown-header". | |||||
| 2013-07-30 | Merge pull request #8846 from ggam/patch-5 | Mark Otto | 1 | -2/+2 | |
| Fix grid sizes documentation | |||||
| 2013-07-30 | Compiles changes to CSS | Brian Nelson | 2 | -3/+3 | |
| 2013-07-30 | Improves label and badge alignment so text aligns with baseline | Brian Nelson | 2 | -2/+2 | |
| 2013-07-30 | Fix #8658 | Guillermo González de Agüero | 1 | -2/+2 | |
| 2013-07-30 | .navbar-wrapper need higher z-index to be on top of the carousel | Gerhard | 1 | -2/+1 | |
| 2013-07-29 | Merge pull request #8821 from twbs/twbs-license-faq-tweak | Chris Rebert | 1 | -1/+1 | |
| tweak part of license FAQ to reflect Twitter->twbs change | |||||
| 2013-07-29 | tweak part of license FAQ to reflect Twitter->twbs change | Chris Rebert | 1 | -1/+1 | |
| 2013-07-30 | make navbar-text float left | liuyl | 3 | -1/+5 | |
| 2013-07-29 | Refactor .input-* sizing a bit by not chaining to .form-control (fixes #8672) | Mark Otto | 3 | -16/+26 | |
| 2013-07-29 | fixes #8670: move list group bg color to individual items for mo betta rendering | Mark Otto | 3 | -3/+3 | |
| 2013-07-29 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 2 | -1/+1 | |
| 2013-07-29 | Attempts to fix #8645: add code comments to grid example to clarify behavior | Mark Otto | 1 | -0/+5 | |
| 2013-07-29 | Remove hack/workaround for jshint/grunt bug that's now fixed | Chris Rebert | 1 | -1/+0 | |
| See https://github.com/gruntjs/grunt-contrib-jshint/issues/86 | |||||
| 2013-07-29 | Merge pull request #8818 from twbs/firefox-input-btn-docs-note | Mark Otto | 1 | -0/+1 | |
| make it clearer than <input> buttons are slightly broken on Firefox | |||||
| 2013-07-29 | Restore mini button (fixes #8644) | Mark Otto | 4 | -3/+20 | |
| 2013-07-29 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| 2013-07-29 | fixes #8687: correct docs typo on radio inputs | Mark Otto | 1 | -0/+2 | |
| 2013-07-29 | make it clearer than <input> buttons are slightly broken on Firefox | Chris Rebert | 1 | -0/+1 | |
| 2013-07-30 | reorder nav-justified classes | Andrey Popp | 1 | -31/+30 | |
| 2013-07-29 | add focus to button group active button behavior | Mark Otto | 3 | -1/+4 | |
| 2013-07-29 | Add .fade to div.modal in "Live demo" modal example code; fixes #8723 | Chris Rebert | 1 | -1/+1 | |
| 2013-07-29 | use the local copy of jquery | Peter Wilmott | 1 | -2/+2 | |
| 2013-07-29 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 13 | -30/+35 | |
| 2013-07-29 | fixes #8797: only expand submenu docs links at >768px | Mark Otto | 1 | -4/+5 | |
