| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-01-29 | [Fix Issue #15682] .caret is smaller in Firefox than other browsers | Kevin Kirsche | 1 | -1/+1 | |
| [Fix Issue twbs/bootstrap#15682] .caret is smaller in Firefox than other browsers | |||||
| 2015-01-18 | Fixes #15142: Add position: relative; to .dropup for proper placement of menus | Mark Otto | 1 | -0/+1 | |
| 2014-11-29 | Fixes #15148: make the dropdown and dropup menus have the same margins | Mark Otto | 1 | -1/+1 | |
| 2014-10-27 | swap cursor not-allow for default, and use a variable for all disabled elements | Mark Otto | 1 | -1/+1 | |
| 2014-08-26 | Less: Remove empty lines and blanks. | vsn4ik | 1 | -1/+0 | |
| 2014-08-16 | Use single .dropdown-menu | vsn4ik | 1 | -3/+2 | |
| 2014-06-18 | Add white-space: nowrap; to .dropdown-header | ahoereth | 1 | -0/+1 | |
| Dropdowns adjust their width to the width of their containing a elements - which have no line breaks ([*](https://github.com/twbs/bootstrap/commit/f226463b057f945795661c3d19fbcabf63b931f7)). Consistent to this dropdown-headers also should be prevent to contain line breaks. | |||||
| 2014-03-24 | Fixes #13037: add text-align: left; to prevent alignment change in dropdowns | Mark Otto | 1 | -0/+1 | |
| 2014-01-26 | docs & comments: v3.1 => v3.1.0 | Chris Rebert | 1 | -1/+1 | |
| 2013-12-14 | Fixes #10370: Improved and deprecated dropdown menu alignment options | Mark Otto | 1 | -1/+27 | |
| * Removes an old pair of selectors that didn’t properly target the right-aligned navbar alignment of dropdown menus. * Deprecates the `.pull-right` alignment in favor of a more specific and unique class name. * Adds `.dropdown-menu-right` as the new alignment class. This is then mixin-ed into the `.navbar-right.navbar-nav` dropdown menus for auto-alignment. * To override that auto-alignment, use `.dropdown-menu-left` as needed. | |||||
| 2013-12-09 | misc strictMath compliance fixes | Chris Rebert | 1 | -1/+1 | |
| 2013-11-28 | removed all caret border color settings. | Tobias Lindig | 1 | -2/+2 | |
| 2013-11-16 | fixes #10744: back to solid borders on carets | Mark Otto | 1 | -6/+1 | |
| 2013-10-22 | variable way to set @caret-width-base | Rogério Yokomizo | 1 | -1/+1 | |
| 2013-09-19 | Fixes #10694: Remove unnecessary `content` property from `.caret` | Mark Otto | 1 | -1/+0 | |
| 2013-08-19 | move dropdown change from navbar to dropdowns to fix customizer compiling | Mark Otto | 1 | -0/+14 | |
| 2013-08-17 | fixes #9538: prevent Firefox rendering bug via some border-fu | Mark Otto | 1 | -1/+6 | |
| 2013-08-14 | remove gradients from dropdown menu items on hover/active (fixes #9473) | Mark Otto | 1 | -4/+2 | |
| 2013-08-13 | Merge branch '3.0.0-wip' into bs3_navbar_overhaul | Mark Otto | 1 | -0/+1 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-13 | fixes #9431: specify font-size in dropdown menus to avoid inheritance issues | Mark Otto | 1 | -0/+1 | |
| 2013-08-12 | Navbar refactor | Mark Otto | 1 | -0/+5 | |
| * Now responsive by default (fits better with mobile-first approach) * Requires `.nav-header` to group `.navbar-brand` and `.navbar-toggle` for proper mobile display. * Changed `.nav-collapse` to `.navbar-collapse` * Simplified examples in docs | |||||
| 2013-08-12 | Drop background-clip and background-size mixins since they have no prefixes ↵ | Mark Otto | 1 | -1/+1 | |
| anyway | |||||
| 2013-08-11 | addressing #9189 manually, part 2: dropdown header and disabled link colors ↵ | Mark Otto | 1 | -15/+6 | |
| (and refactor commenting styles) | |||||
| 2013-08-06 | update use of mixins and add bg-colors where necessary | Mark Otto | 1 | -0/+2 | |
| 2013-08-05 | Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵ | Mark Otto | 1 | -3/+3 | |
| saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less | |||||
| 2013-08-01 | Fix #8944 | Guillermo González de Agüero | 1 | -0/+6 | |
| 2013-07-24 | set cursor to not-allowed for disabled elements | liuyl | 1 | -1/+1 | |
| 2013-07-23 | Update dropdown vars | Mark Otto | 1 | -3/+3 | |
| * 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-20 | moving code and dropdowns to variables.less | syed | 1 | -3/+3 | |
| 2013-07-17 | Drop `.nav-header` for `.dropdown-header` | Mark Otto | 1 | -8/+11 | |
| * Since we no longer have `.nav-list`, I've nuked the `.nav-header` * However, dropdowns can still have section headings, so I've kept that around with the addition of `.dropdown-header` * Restyled it a smidge as well | |||||
| 2013-07-07 | use LESS nesting more in dropdowns.less | Chris Rebert | 1 | -23/+31 | |
| 2013-07-05 | delete typeahead style | liuyl | 1 | -6/+0 | |
| 2013-06-27 | remove submenus. for more context: ↵ | Mark Otto | 1 | -61/+1 | |
| http://www.youtube.com/watch?v=ggWyUEuGcWY&feature=youtu.be&t=48s | |||||
| 2013-05-25 | Gradients refactor | Mark Otto | 1 | -2/+2 | |
| * Add start and end support to the horizontal gradient as well * Change all variables from camelCase to use-dashes * Better comments in the gradients mixins area * Update current uses of gradients in dropdowns and carousel to specify only two values by direct assignment of variables | |||||
| 2013-05-16 | change dropdown strategy to use an overlay - fixes mobile click anywhere + ↵ | fat | 1 | -0/+12 | |
| allows for firefox middle click | |||||
| 2013-05-12 | Restore commented out dropdown styles, get open dropdown state working again | Mark Otto | 1 | -5/+7 | |
| 2013-05-12 | Start some nav and dropdown cleanup | Mark Otto | 1 | -15/+4 | |
| * Remove border-radii on top of tab dropdown menus * Remove the .dropdown and .dropup styles and instead place on all * Use on dropdown carets intead of separately applying margin with a top alignment * Some other misc cleanup | |||||
| 2013-04-21 | Fixes #7617: lowercase and dash gray color vars | Mark Otto | 1 | -1/+1 | |
| 2013-04-13 | Restore on links in dropdowns as they are randomly breaking onto new lines | Mark Otto | 1 | -0/+1 | |
| 2013-03-31 | more consisten dropdown vars | Mark Otto | 1 | -7/+7 | |
| 2013-03-30 | Merge branch 'pickypg-patch-1' into 3.0.0-wip | Mark Otto | 1 | -1/+0 | |
| Conflicts: less/dropdowns.less | |||||
| 2013-03-15 | Fix dropdown (and therefore typeahead) wrap | pickypg | 1 | -1/+1 | |
| I have recently been experimenting with a lot of Typeahead controls, and I ran into a situation where my Typeahead was too wide for my screen, particularly on mobile devices, and it was not wrapping as I had expected it to do. http://jsfiddle.net/Mtxkn/3/ Changing the CSS for `.dropdown-menu > li > a` to `white-space: normal` causes it to wrap in every scenario that I have seen, whereas leaving it as `nowrap` never does what I want when the text is too long for a given row. It's possible that this has ramifications for other dropdown menus, but honestly I expect that even those would prefer to wrap than to extend the screen horizontally. If that is not the case, then it would work to change the typeahead version of this only: ```css .typeahead > li > a { white-space: normal; } ``` | |||||
| 2013-02-17 | Restore submenu support | Mark Otto | 1 | -4/+64 | |
| 2013-02-05 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 1 | -6/+9 | |
| Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less | |||||
| 2013-02-05 | restore comma between selectors | Mark Otto | 1 | -1/+1 | |
| 2013-01-13 | Fix btn link hover and tweak dropdown border/shadows | Mark Otto | 1 | -1/+1 | |
| 2013-01-02 | Basic keyboard accessibility CSS tweaks | Patrick H. Lauke | 1 | -7/+11 | |
| Mostly doubling-up :hover styles to also cover :focus, as a first step to making the framework more keyboard-friendly. Additionally, fixed two small markup issues in the docs/examples to make the "Learn more" large primary button-styled links keyboard-focusable (as without href they're treated as non-tabable anchors). | |||||
| 2012-12-20 | Merge branch '2.3.0-wip' into 3.0.0-wip | Mark Otto | 1 | -6/+6 | |
| Conflicts: docs/assets/css/bootstrap.css docs/templates/pages/base-css.mustache less/dropdowns.less less/forms.less | |||||
| 2012-12-20 | Remove dropdown submenu CSS | Mark Otto | 1 | -60/+1 | |
| 2012-12-19 | Remove @black and just use #000 | Mark Otto | 1 | -2/+2 | |
