| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-10-26 | Merge pull request #11200 from yokomizor/variable_way_to_set_caret_width_base | Mark Otto | 1 | -1/+1 | |
| Variable way to set caret width | |||||
| 2013-10-26 | Fixes #11206: remove left padding on first inline list item | Mark Otto | 3 | -1/+11 | |
| 2013-10-26 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 4 | -10/+8 | |
| 2013-10-26 | Merge pull request #11244 from ZDroid/animation | Mark Otto | 4 | -10/+8 | |
| Add .animation() mixin | |||||
| 2013-10-26 | Add .animation() mixin | Zlatan Vasović | 4 | -10/+8 | |
| 2013-10-26 | Remove multiple navbar z-index callout | Mark Otto | 1 | -4/+0 | |
| * Since we removed the z-index of our default navbars in 76baacf2c94bec03273639ef0ed966dad87cf37a, we no longer need this warning. * A quick test of the new code showed no problems with dropdowns falling behind a sibling navbar, so folks should be good to go. | |||||
| 2013-10-26 | Merge pull request #11222 from ZDroid/patch-1 | Mark Otto | 7 | -10/+16 | |
| Add another newline to improve final code readability | |||||
| 2013-10-26 | Add another newline to improve final code readability | Zlatan Vasović | 7 | -10/+16 | |
| This divides banner from code. | |||||
| 2013-10-26 | Merge pull request #11224 from twbs/10506-doc | Mark Otto | 1 | -0/+4 | |
| Document that uncollapsing the mobile navbar requires JS | |||||
| 2013-10-25 | Merge pull request #11239 from twbs/qunit-equals-deprecated | Chris Rebert | 4 | -18/+18 | |
| QUnit.equals() is deprecated; use QUnit.equal() instead | |||||
| 2013-10-25 | QUnit.equals() is deprecated; use QUnit.equal() instead | Chris Rebert | 4 | -18/+18 | |
| 2013-10-25 | Merge pull request #11234 from ZDroid/patch-2 | Chris Rebert | 1 | -1/+1 | |
| Kick up grunt-contrib-jshint dependency | |||||
| 2013-10-25 | Kick up grunt-contrib-jshint dependency | Zlatan Vasović | 1 | -1/+1 | |
| 2013-10-24 | add missing space before open curly brace | Chris Rebert | 1 | -1/+1 | |
| 2013-10-24 | fix misspelling in comment | Chris Rebert | 1 | -1/+1 | |
| 2013-10-24 | fix misspelling in comment | Chris Rebert | 1 | -1/+1 | |
| 2013-10-24 | remove ref to nonexistent branch | Chris Rebert | 1 | -1/+0 | |
| 2013-10-24 | fix WebKit caps in comments | Chris Rebert | 3 | -4/+4 | |
| 2013-10-24 | doc that uncollapsing mobile navbar requires JS; per #10506 | Chris Rebert | 1 | -0/+4 | |
| 2013-10-24 | goofed on 1 dummy <img> src attribute; thanks @extesy | Chris Rebert | 1 | -1/+1 | |
| 2013-10-23 | rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216 | Chris Rebert | 6 | -35/+36 | |
| 2013-10-23 | silence validator regarding http-equiv="X-UA-Compatible" | Chris Rebert | 2 | -2/+5 | |
| 2013-10-23 | Add quick fix to labels and badges in buttons | Zlatan Vasović | 2 | -6/+12 | |
| 2013-10-22 | Merge pull request #11209 from ZDroid/new_year | Mark Otto | 9 | -9/+9 | |
| Update license year | |||||
| 2013-10-22 | Merge pull request #11208 from ZDroid/codestyle_fix | Chris Rebert | 1 | -1/+1 | |
| Put a space before `{` due to code style | |||||
| 2013-10-22 | Update license year | Zlatan Vasović | 9 | -9/+9 | |
| 2013-10-22 | Put a space before { due to code style | Zlatan Vasović | 1 | -1/+1 | |
| 2013-10-22 | Scrollspy acting up when targets are hidden | Arnold Daniels | 1 | -0/+1 | |
| If elements are hidden using `display: none;` which are targets mapped by scrollspy, the plugin might select an incorrect or no menu item. Checking if the target is visible solved this. | |||||
| 2013-10-22 | variable way to set @caret-width-base | Rogério Yokomizo | 1 | -1/+1 | |
| 2013-10-21 | Adjust in modal size rules | LFeh | 2 | -10/+9 | |
| 2013-10-21 | Merge pull request #11192 from ZDroid/typo | Mark Otto | 1 | -1/+1 | |
| Change upper case to lower case | |||||
| 2013-10-21 | Change upper case to lower case | Zlatan Vasović | 1 | -1/+1 | |
| 2013-10-21 | Fixes #10601: Use overflow-y: auto; for navbar collapse instead of visible ↵ | Mark Otto | 3 | -3/+3 | |
| to better enable scrolling on Android 4.x | |||||
| 2013-10-20 | run grunt on last commit for gradient syntax change | Mark Otto | 3 | -32/+32 | |
| 2013-10-20 | Merge pull request #10893 from Shaun-Dychko/patch--webkit-linear-gradient | Mark Otto | 1 | -1/+1 | |
| remove comma separating the color and the color-stop in -webkit-linear-gradient in the #gradient .vertical mixin. | |||||
| 2013-10-20 | Merge pull request #10729 from lipis/patch-2 | Mark Otto | 2 | -6/+4 | |
| Removed the unnecessary override and the !important from .wrap | |||||
| 2013-10-20 | more spacing | Mark Otto | 1 | -0/+1 | |
| 2013-10-20 | Merge branch 'master' into pr/10656 | Mark Otto | 103 | -2563/+4281 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-10-20 | spacing | Mark Otto | 1 | -0/+3 | |
| 2013-10-20 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 5 | -8/+35 | |
| 2013-10-20 | Fixes #10620: remove gradient on buttons for IE9 in theme.less due to bleed ↵ | Mark Otto | 3 | -1/+8 | |
| through with rounded corners | |||||
| 2013-10-20 | Merge pull request #11188 from twbs/navbar_zindex_auto | Mark Otto | 5 | -8/+35 | |
| Fixes #10433: Navbar z-index refactor | |||||
| 2013-10-20 | Remove default z-index on navbar and only set on static and fixed variants | Mark Otto | 3 | -5/+4 | |
| 2013-10-20 | Fix up padding on default navbar example | Mark Otto | 1 | -3/+4 | |
| 2013-10-20 | Fixes #10433: Navbar z-index refactor | Mark Otto | 4 | -3/+30 | |
| * Resets the default navbar z-index to auto at a certain breakpoint * Adds fixed navbar z-index var to fixed bottom navbar (previously only on fixed top navbar) | |||||
| 2013-10-20 | fixes #11139: add position: relative; to .modal-dialog so that z-index takes ↵ | Mark Otto | 3 | -1/+3 | |
| effect | |||||
| 2013-10-20 | Merge branch 'master' of https://github.com/jeonghwan-kim/bootstrap into ↵ | Mark Otto | 3 | -3/+5 | |
| jeonghwan-kim-master Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-10-20 | Fixes #10522: Enable use of form validation class on .radio, .checkbox, ↵ | Mark Otto | 3 | -5/+21 | |
| .radio-inline, and .checkbox-inline | |||||
| 2013-10-20 | fixes #11126: remove box-shadow from open dropdown toggle with .btn-link | Mark Otto | 3 | -1/+11 | |
| 2013-10-20 | Merge pull request #11186 from twbs/carousel_indicators_ie | Mark Otto | 3 | -1/+14 | |
| Carousel indicators for IE8-9 | |||||
