| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2012-12-19 | no need for margin-top on .typeahead, it's set on .dropdown-menu | Mark Otto | 1 | -1/+0 | |
| 2012-12-10 | Update .dropdown-menu selectors to avoid conflicts with other elements. ↵ | Blake Embrey | 1 | -8/+8 | |
| Fixes #6197 | |||||
| 2012-11-30 | remove sprites vars, change zindex vars | Mark Otto | 1 | -1/+1 | |
| 2012-11-30 | more vars changing | Mark Otto | 1 | -10/+10 | |
| 2012-11-30 | more consistent variable naming patterns | Mark Otto | 1 | -2/+2 | |
| 2012-11-30 | Part 1 of unCamelCasing variables | Mark Otto | 1 | -1/+1 | |
| 2012-11-30 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -0/+1 | |
| Conflicts: docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/alerts.less less/button-groups.less less/buttons.less less/tests/css-tests.html | |||||
| 2012-11-28 | Fixes #5533: Remove filter gradient from disabled links on dropdowns | Mark Otto | 1 | -0/+1 | |
| 2012-11-04 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -0/+1 | |
| Conflicts: docs/assets/css/bootstrap.css less/buttons.less less/forms.less | |||||
| 2012-11-04 | Fixes #5113: increase .typeahead z-index for proper use with modals | Mark Otto | 1 | -0/+1 | |
| 2012-11-02 | Merge branch '2.2.2-wip' into exploratory | Mark Otto | 1 | -15/+7 | |
| Conflicts: docs/assets/css/bootstrap.css docs/getting-started.html docs/templates/pages/getting-started.mustache less/accordion.less less/alerts.less less/breadcrumbs.less less/buttons.less less/code.less less/dropdowns.less less/forms.less less/navbar.less less/progress-bars.less less/responsive-navbar.less less/tables.less less/thumbnails.less less/tooltip.less less/wells.less | |||||
| 2012-10-31 | Replaced hardcoded CSS rules with mixins | Ninir | 1 | -9/+3 | |
| 2012-10-16 | fixes #5496: use correct var for dropdown active link text | Mark Otto | 1 | -1/+1 | |
| 2012-10-10 | fixes #5478: remove double background color on dropdown links | Mark Otto | 1 | -2/+0 | |
| 2012-10-07 | fixes #5443: reset background gradient on disabled dropdown links | Mark Otto | 1 | -0/+1 | |
| 2012-10-05 | fixes #5430: scope link styles in .dropdown-menu to .dropdown-menu li > a | Mark Otto | 1 | -1/+1 | |
| 2012-10-03 | use border-radius vars where possible | Mark Otto | 1 | -1/+1 | |
| 2012-10-01 | Merge branch '2.1.2-wip' into exploratory | Mark Otto | 1 | -1/+15 | |
| Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/components.html docs/templates/pages/components.mustache less/labels-badges.less less/navbar.less less/tables.less | |||||
| 2012-10-01 | improve dropdown submenu docs; add docs for left submenu; remove all dupe ↵ | Mark Otto | 1 | -33/+14 | |
| css for left submenu | |||||
| 2012-09-30 | remove .border-radius mixin and replace with standard border-radius ↵ | Mark Otto | 1 | -7/+3 | |
| property, since -webkit-* and -moz-* are only needed for older versions | |||||
| 2012-09-25 | remove all ie7 conditionals and mixins | Mark Otto | 1 | -9/+1 | |
| 2012-09-16 | Support for left-opening dropdown submenus | Robert McLaws | 1 | -1/+34 | |
| Adds a new class called .dropdown-submenu-left. It is useful when you have a .pull-right DropDown that has submenus. Without this, the menu opens left past the page boundary, which can trigger the scrollbars and cause other nastiness. | |||||
| 2012-09-07 | fixes #5020: submenu support in dropup | Mark Otto | 1 | -0/+14 | |
| 2012-08-21 | Merge branch 'incbee-master' into 2.1.1-wip | Mark Otto | 1 | -1/+1 | |
| 2012-08-21 | Fix all submenus expanded recursively in dropdown | philippm | 1 | -1/+1 | |
| The problem was that the CSS selector made *all* of a submenu's nested menus visible. Fixed by applying the selector to the immediate nested menu only. | |||||
| 2012-08-21 | remove entity in content property on dropup carets--not necessary at all | Mark Otto | 1 | -1/+1 | |
| 2012-07-29 | reverse navbar styles to save code | Mark Otto | 1 | -11/+1 | |
| 2012-07-27 | add docs for sub menu support on dropdowns, add caret via :after to submenu ↵ | Mark Otto | 1 | -1/+18 | |
| toggles | |||||
| 2012-07-27 | add basic support for sub menus in dropdown menus | Mark Otto | 1 | -9/+29 | |
| 2012-07-22 | fixes #4136: use @dropdownBorder var, but keep IE7-8 fallback | Mark Otto | 1 | -2/+2 | |
| 2012-07-17 | fix dropdown vars and make hover state be link color again, add gradient to ↵ | Mark Otto | 1 | -3/+13 | |
| dropdown link hovers, fix caret positions and active states on nav tabs, tweak nav link padding | |||||
| 2012-07-09 | wasn't feeling the new buttons, downsizing again until we get a better balance | Mark Otto | 1 | -4/+3 | |
| 2012-07-09 | updating docs examples to remove 13/18 resets, fix up buttons alignments and ↵ | Mark Otto | 1 | -3/+4 | |
| carets | |||||
