| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-11-21 | Make it clear there's a nested media element in the first example | Capi Etheriel | 1 | -1/+1 | |
| 2013-11-21 | add role form for horizontal form example | Rakhat Jabagin | 1 | -1/+1 | |
| 2013-11-20 | removed color treatment of outline | Mario Bonito | 1 | -2/+2 | |
| 2013-11-19 | Merge pull request #11172 from yokomizor/git_ignore_bower_components | Chris Rebert | 1 | -0/+1 | |
| added bower_components to .gitignore | |||||
| 2013-11-19 | Add 'in' to complete thought | Zlatan Vasović | 1 | -1/+1 | |
| Simple grammar fix. | |||||
| 2013-11-19 | add support for button dropdowns in justified button groups | aentan | 3 | -3/+13 | |
| 2013-11-18 | fixes part of #11117: doc that modal show()/hide() return before animation ↵ | Chris Rebert | 1 | -3/+3 | |
| finishes | |||||
| 2013-11-18 | fix #11089: document modal show+shown events' relatedTarget property | Chris Rebert | 1 | -4/+4 | |
| 2013-11-18 | add explanatory comment Re: #11526 | Chris Rebert | 1 | -1/+2 | |
| 2013-11-18 | Merge pull request #11514 from twbs/navbar-text-float-breakpoint | Julian Thilo | 3 | -3/+3 | |
| Fix #11513: Don't always float navbar-text | |||||
| 2013-11-18 | Merge pull request #11526 from erikflowers/firefox-placeholder-fix | Mark Otto | 1 | -1/+1 | |
| Firefox placeholder text is faded out and not the full color. | |||||
| 2013-11-18 | - Firefox placeholder text is faded out and not the full color. Adding ↵ | Erik Flowers | 1 | -1/+1 | |
| opacity:1 to it returns it to the proper color - (this is a re-commit since I messed up my branch last time and failed the travis build) | |||||
| 2013-11-18 | Added unit test for removing only active class from within the scroll spy key. | Michael Rotoloni | 1 | -0/+37 | |
| 2013-11-18 | Merge pull request #11521 from valera-rozuvan/patch-1 | Chris Rebert | 1 | -1/+1 | |
| Update dropdown.js | |||||
| 2013-11-18 | Update dropdown.js | Valera Rozuvan | 1 | -1/+1 | |
| 2013-11-17 | Run grunt dist | Julian Thilo | 2 | -2/+2 | |
| 2013-11-17 | Fix #11513: Don't always float navbar-text | Julian Thilo | 1 | -1/+1 | |
| `navbar-text` should only float when the navbar is expanded on larger screens, otherwise the element might be (hidden) behind `navbar-nav`. Fixes #11513. X-Ref: #8820 #8815 | |||||
| 2013-11-17 | There are xs-offsets, -pushes and -pulls! | Zlatan Vasović | 1 | -2/+2 | |
| 2013-11-17 | Merge pull request #11509 from ZDroid/fix-indents | Chris Rebert | 3 | -4/+4 | |
| Fix some weird indents | |||||
| 2013-11-17 | Fix some weird indents | Zlatan Vasović | 3 | -4/+4 | |
| 2013-11-16 | Merge branch 'master' into docs_derp | Mark Otto | 18 | -83/+104 | |
| 2013-11-16 | fixes #11449: use menlo over monaco | Mark Otto | 5 | -5/+5 | |
| 2013-11-16 | fixes #10744: back to solid borders on carets | Mark Otto | 5 | -11/+5 | |
| 2013-11-16 | text size | Mark Otto | 1 | -1/+1 | |
| 2013-11-16 | Add missing data namespace for dropdown | Cina S. | 1 | -2/+2 | |
| 2013-11-16 | Update navbar.less | Bass Jobsen | 1 | -1/+1 | |
| fix for issue #11243 | |||||
| 2013-11-15 | Clear timeout on destroy. | André Cruz | 1 | -0/+1 | |
| Clears the internal timeout on destroy so that hanging timers are not fired. | |||||
| 2013-11-15 | Fixed single btn in btn-group-veritcal not being rounded | Sam Blowes | 1 | -2/+2 | |
| 2013-11-15 | Fixed button group button not being 100% width | Sam Blowes | 1 | -1/+2 | |
| Example of issue here. https://dl.dropboxusercontent.com/u/14037764/Development/stackoverflow/bootstrap/vertical-btn.PNG | |||||
| 2013-11-14 | fixes #11477 and updates slid event in carousel with namespace | fat | 5 | -13/+13 | |
| 2013-11-14 | Merge pull request #10353 from rwillrich/ignore-files | Chris Rebert | 1 | -1/+13 | |
| Bower: Ignore development and documentation files on bower.json. Fix #10313 | |||||
| 2013-11-14 | Merge pull request #11476 from ZDroid/keyframes | Julian Thilo | 3 | -31/+1 | |
| Remove unusual keyframes prefixes | |||||
| 2013-11-13 | Remove unusual keyframes prefixes | Zlatan Vasović | 3 | -31/+1 | |
| 2013-11-13 | Justified Nav rendering bug fixed in Chrome as of v31.0.1650.48 | Chris Rebert | 2 | -4/+4 | |
| 2013-11-11 | Merge pull request #11385 from twbs/justified-nav-example-warning | Chris Rebert | 1 | -1/+2 | |
| add warning about WebKit bug to the justified nav example itself | |||||
| 2013-11-11 | Update scrollspy.js | moodyroto | 1 | -1/+1 | |
| Scrollspy target in tab content does not work properly. Calling .parents('.active') will return all parents with an active class (including the tab pane). Changing this line to .parentsUntil(this.options.target, '.active') should resolve the issue. This will scope the query to only search for active elements inside the scrollspy target. | |||||
| 2013-11-10 | Merge pull request #11376 from twbs/double-click-radio-fix | Chris Rebert | 5 | -11/+29 | |
| Double-clicking on a .btn-ized radio button shouldn't de-select it | |||||
| 2013-11-10 | <3 @asselin for figuring out this combo of 2 patches for #9920; re-grunt | Chris Rebert | 3 | -7/+13 | |
| 2013-11-10 | Don't deselect radio buttons in data-toggle; fixes #9920 | Brian Leonard | 1 | -4/+10 | |
| Merges #10787 | |||||
| 2013-11-10 | Add unit test for #9920 | Nathan Muir | 1 | -0/+6 | |
| Merges #10385 | |||||
| 2013-11-10 | Merge pull request #11409 from twbs/add-release-checklist | Chris Rebert | 1 | -0/+18 | |
| add release checklist to CONTRIBUTING file | |||||
| 2013-11-10 | add release checklist to CONTRIBUTING file; fixes #11290 | Chris Rebert | 1 | -0/+18 | |
| 2013-11-09 | Fix #11400 and #11431 | Zlatan Vasović | 3 | -12/+30 | |
| 2013-11-09 | Better documentation for validation states | Zlatan Vasović | 1 | -1/+10 | |
| 2013-11-09 | Corrected color contrast to WCAG 2.0 AA | Mario Bonito | 2 | -6/+6 | |
| 2013-11-08 | Carousel: Use the transition duration from CSS | Daniel Bøndergaard | 1 | -1/+1 | |
| This makes it possible to change the transition duration in CSS | |||||
| 2013-11-08 | Add missing `.small` styles and docs | Zlatan Vasović | 4 | -5/+8 | |
| 2013-11-08 | Fix glyphicon class name wrapping in IE | Brian Surowiec | 1 | -0/+1 | |
| 2013-11-07 | Don't print .clearfix() comment references | Luke McDonald | 1 | -2/+2 | |
| 2013-11-07 | Update affix properly on scrollspy speedy scroll to top of page #11310 | Chris Ziogas | 3 | -1/+9 | |
| Fix scrollspy.js so as affix is updated properly when user scrolls fast to top of page. A fix for issue #11310. | |||||
