| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-11 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -40/+28 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-11 | addressing #9189 manually, part 7: thumbnails vars | Mark Otto | 2 | -3/+6 | |
| 2013-08-11 | Drop the font-weight on panel labels since heading elements already get it | Mark Otto | 1 | -1/+0 | |
| 2013-08-11 | Follow up commit: fix collapse clearing and navbar brand/nav spacing | Mark Otto | 1 | -0/+6 | |
| 2013-08-11 | Refactor navbars to simplify things | Mark Otto | 1 | -18/+7 | |
| * `.navbar-brand` is no longer centered, thus removing need for max-width and a few lines of code * Clear floats of `.navbar-brand` in the `.nav-collapse` like we did in 2.x, thus simplifying some clearing and other things. * Restyle the `.navbar-toggle` button to align it's bars up with the text and flow of the document. * Restyle the `.navbar-brand` to not use padding on left/right as to avoid negative margin and other fuckery. This limits the ability to put a bg color on the brand, but I think that's fine for now. | |||||
| 2013-08-11 | addressing #9189 manually, part 6: add a navbar margin var, but avoid the ↵ | Mark Otto | 2 | -1/+2 | |
| navbar-nav var because that should really be customizable | |||||
| 2013-08-11 | addressing #9189 manually, part 5: don't bother with a .label font-weight ↵ | Mark Otto | 1 | -1/+1 | |
| var and let's just use bold because windows hates 500 | |||||
| 2013-08-11 | addressing #9189 manually, part 4: input group background var | Mark Otto | 2 | -1/+2 | |
| 2013-08-11 | addressing #9189 manually, part 3: forms | Mark Otto | 2 | -2/+4 | |
| 2013-08-11 | spacing | Mark Otto | 1 | -0/+1 | |
| 2013-08-11 | addressing #9189 manually, part 2: dropdown header and disabled link colors ↵ | Mark Otto | 2 | -15/+9 | |
| (and refactor commenting styles) | |||||
| 2013-08-11 | addressing #9189 manually, part 1: code and pre vars | Mark Otto | 2 | -3/+5 | |
| 2013-08-11 | Merge pull request #9211 from ↵ | Mark Otto | 1 | -40/+28 | |
| zacwasielewski/responsive-visibility-utilities-as-less-mixins Make visibility utility classes responsive when used as LESS mixins | |||||
| 2013-08-11 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 2 | -2/+1 | |
| 2013-08-11 | fixes #9348 by ditching a comment | Mark Otto | 1 | -1/+1 | |
| 2013-08-11 | Merge pull request #9286 from neilhem/3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| set img-circle class in percents | |||||
| 2013-08-11 | Merge pull request #9229 from ggam/patch-13 | Mark Otto | 1 | -1/+0 | |
| Removed Glyphicons mention from carousel.less | |||||
| 2013-08-11 | fixes #8900: nuke empty space between panel heading and list group | Mark Otto | 1 | -1/+14 | |
| 2013-08-11 | fixes #9241: enable collapsing for labels, in addition to badges, when empty | Mark Otto | 2 | -1/+6 | |
| 2013-08-09 | set img-circle class in percents | Rakhat Jabagin | 1 | -1/+1 | |
| 2013-08-09 | navbar.less | liuyl | 1 | -4/+2 | |
| 2013-08-09 | panels | liuyl | 1 | -4/+2 | |
| 2013-08-08 | Fix Find/Replace-o; good catch, @FagnerMartinsBrack! | Chris Rebert | 1 | -2/+2 | |
| Problem introduced in 6b23a66c29c3613c6792a257aafa949c81746597 | |||||
| 2013-08-08 | Removed Glyphicons mention from carousel.less | Guillermo González de Agüero | 1 | -1/+0 | |
| 2013-08-07 | Merge pull request #9200 from geedmo/3.0.0-wip | Mark Otto | 1 | -2/+2 | |
| Update to use @list-group-border-radius | |||||
| 2013-08-07 | Make visibility utility classes responsive when used as LESS mixins | Zac Wasielewski | 1 | -40/+28 | |
| 2013-08-07 | Added missing grid make-column mixins and fixed some inconsistencies | Guillermo González de Agüero | 1 | -14/+47 | |
| make-column() was still been use to generate "medium size" columns (col-sm), while make-small-column was creating the default columns (col). I also changed @grid-float-breakpoint to @screen-small, as it was used in make-row() and I think it makes more sense here than the other. | |||||
| 2013-08-07 | Updated panels.less to use variant-panel mixin | Guillermo González de Agüero | 1 | -30/+5 | |
| 2013-08-07 | Added panel-variant mixin | Guillermo González de Agüero | 1 | -0/+11 | |
| 2013-08-07 | Update to use @list-group-border-radius | geedmo | 1 | -2/+2 | |
| 2013-08-07 | property order | Mark Otto | 1 | -5/+5 | |
| 2013-08-06 | Improve accessibility (Section 508, WCAG) | adamjacobbecker | 1 | -0/+14 | |
| This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices. What was done - Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria) - Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users. - Advised users to always use label elements. For inline forms, they can hide them with `.sr-only` - Added 'Skip navigation' link - Added "Accessibility" section to getting-started.html. What *wasn't* done - Contrast issues (twbs#3572) - Tooltips (twbs#8469) - Documentation re: usage of icons, since they now live in a separate repo Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out. | |||||
| 2013-08-06 | fixes #8959: only negative indent rows within .container (prevents ↵ | Mark Otto | 1 | -3/+5 | |
| horizontal scroll on full-width pages) | |||||
| 2013-08-06 | fixes #8935: add gutter width param to grid mixins | Mark Otto | 1 | -11/+11 | |
| 2013-08-06 | more twerks to the theme | Mark Otto | 1 | -1/+9 | |
| 2013-08-06 | Merge branch '3.0.0-wip' into bs3_theme | Mark Otto | 25 | -322/+490 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-06 | update use of mixins and add bg-colors where necessary | Mark Otto | 2 | -2/+2 | |
| 2013-08-06 | Merge branch '3.0.0-wip' of https://github.com/archanl/bootstrap into ↵ | Mark Otto | 1 | -8/+0 | |
| archanl-3.0.0-wip Conflicts: less/mixins.less | |||||
| 2013-08-06 | Fixes #8749: prevent navbar nav from overlapping navbar toggle | Mark Otto | 1 | -2/+8 | |
| 2013-08-06 | Fix #9174: pad bottom of navbar collapsed content and clear floated contents | Mark Otto | 1 | -2/+7 | |
| 2013-08-06 | Merge pull request #8731 from nrw/patch-1 | Mark Otto | 1 | -0/+3 | |
| Format multiple badges in list-group-item | |||||
| 2013-08-06 | fixes #9140: use correct var in tables | Mark Otto | 1 | -1/+1 | |
| 2013-08-06 | Fixes #9145: Fix tooltip opacity | Mark Otto | 2 | -2/+2 | |
| Update tooltips to not use RGBa colors so IE8 can have tooltips, too (means we're now using `opacity`). | |||||
| 2013-08-05 | Scope tablet classes to tablets range only | Mark Otto | 2 | -5/+7 | |
| Fixes #9128 | |||||
| 2013-08-05 | Merge branch '3.0.0-wip' into bs3_alerts_default_class | Mark Otto | 9 | -23/+42 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-05 | fixes #8647: remove focus outline on :focus of buttons in button groups | Mark Otto | 1 | -0/+4 | |
| 2013-08-05 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -3/+1 | |
| 2013-08-05 | remove dupe border-box | Mark Otto | 1 | -1/+0 | |
| 2013-08-05 | Merge pull request #9124 from geedmo/3.0.0-wip | Mark Otto | 1 | -3/+1 | |
| Fix Issue #8175 - .input-group-addon broken in Firefox | |||||
| 2013-08-05 | Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵ | Mark Otto | 8 | -17/+33 | |
| saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less | |||||
