| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-03-24 | Fixes #13141: Add a max-width: 100%; to label elements so IE8 wraps text | Mark Otto | 1 | -0/+1 | |
| 2014-03-24 | Fixes #13079: Scope .open class in button variant mixin to immediate children | Mark Otto | 1 | -12/+12 | |
| 2014-03-20 | Fix vertical alignment of temporal inputs on iOS | Rob Fletcher | 1 | -3/+12 | |
| Fixes #13098 Closes #13099 | |||||
| 2014-03-16 | build | fat | 1 | -0/+7 | |
| 2014-03-16 | Removed unnecessary percentage sign for 3D translation | Hayden Bleasel | 1 | -4/+4 | |
| 2014-03-15 | Utilised mixins rather than specific WebKit properties | Hayden Bleasel | 1 | -0/+41 | |
| 2014-03-10 | Fixes #13003: Move padding on radio and checkbox options from the ↵ | Mark Otto | 1 | -2/+2 | |
| surrounding div to the label to remove the no-click deadzone caused by negative margin | |||||
| 2014-03-09 | grunt | Mark Otto | 1 | -4/+4 | |
| 2014-03-09 | Merge branch 'master' into fix-8869 | Mark Otto | 1 | -679/+870 | |
| 2014-03-09 | Fixes #12759 | Mark Otto | 1 | -0/+18 | |
| Ensures proper sizing and alignment of input groups within inline and navbar forms. * Uses `inline-table` on the input group * Nukes the widths to `width: auto`—without this, the parent input group doesn’t size correctly and functions as `display: table;` or `block` | |||||
| 2014-03-09 | Fixes #12738 | Mark Otto | 1 | -1/+10 | |
| * Removes default max-height from .navbar-collapse (so not every navbar will get a max-height collapse section) * Scopes regular 340px max-height to fixed top and bottom navbars only (those are the only ones that really need a max-height to enable scrolling) * Adds a landscape media query for phones to cap the max-height at 200px for fixed navbars" | |||||
| 2014-03-09 | Fixes #12843: Scope label styles for horizontal forms to a media query so ↵ | Mark Otto | 1 | -1/+2 | |
| their narrow viewport display looks just like a normal form | |||||
| 2014-03-09 | Fixes #12669: Properly reset line-height on date inputs for all sizes; Fix ↵ | Mark Otto | 1 | -0/+7 | |
| IE8+'s misaslignment of text within date inputs | |||||
| 2014-03-08 | Merge branch 'master' into sr-only-focusable | Mark Otto | 1 | -745/+894 | |
| Conflicts: dist/css/bootstrap.css | |||||
| 2014-03-08 | grunt | Mark Otto | 1 | -2/+2 | |
| 2014-03-07 | Fixes #12748 | mrmrs | 1 | -0/+5 | |
| 2014-03-07 | Merge branch 'master' into pr/12670 | Mark Otto | 1 | -7/+10 | |
| 2014-03-07 | grunt for days | Mark Otto | 1 | -0/+1 | |
| 2014-03-07 | Fixes #12937: Darken active button states just a smidge more | Mark Otto | 1 | -7/+9 | |
| 2014-03-07 | Add autoprefixer | Bas Bosman | 1 | -15/+56 | |
| 2014-03-06 | Moving the embed to it's own CSS file, moving the docs to the Components ↵ | Mark Otto | 1 | -24/+25 | |
| page with an example, fixing a Glyhpicons list problem in the docs | |||||
| 2014-03-06 | Merge branch 'master' into boulox-responsive-embed | Mark Otto | 1 | -1032/+1113 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/css.html docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2014-03-06 | Fixes #12683: Remove the overflow: hidden; from the .panel-group > .panel ↵ | Mark Otto | 1 | -1/+0 | |
| because it apparently serves no purpose and cuts off nested dropdown menus. | |||||
| 2014-03-06 | Rewrite the disabled list group items to simplify styles | Mark Otto | 1 | -2/+1 | |
| 2014-03-06 | Merge branch 'master' into pr/12490 | Mark Otto | 1 | -945/+973 | |
| Conflicts: less/list-group.less | |||||
| 2014-03-06 | Fixes #12722: Fixes up responsive tables in print | Mark Otto | 1 | -1/+1 | |
| Safari renders this fine for one reason or another, but Chrome still renders the media query styles to make tables responsive. This change scopes them to screen devices only, so printing looks boss everywhere. | |||||
| 2014-03-06 | Fixes #12824: Remove white-space: nowrap from code elements | Mark Otto | 1 | -1/+0 | |
| 2014-03-04 | Fixes #12901: Refactors list group active state for use on non-anchors | Mark Otto | 1 | -9/+9 | |
| 2014-03-04 | Fixes #12848: Account for and document progress bars at 0-3% | Mark Otto | 1 | -0/+11 | |
| 2014-03-04 | Grunt after merging #12863 | Mark Otto | 1 | -8/+8 | |
| 2014-03-04 | Fixes #12868: Enables icon feedback on validation states for large/small inputs. | Mark Otto | 1 | -619/+629 | |
| Also reorders the CSS to place Glyhpicons as a dependency before other components for fewer overrides and less specific CSS. | |||||
| 2014-03-04 | Fixes #12914: Darken immediate children hr elements in jumbotrons | Mark Otto | 1 | -0/+3 | |
| 2014-03-03 | Fixes #12593: Add support for table bodies and table rows to the collapse plugin | Mark Otto | 1 | -0/+6 | |
| 2014-02-24 | grunt dist | Mark Otto | 1 | -1/+0 | |
| 2014-02-22 | Fixes #12822: Scope panel collapse styles to immediate panel bodies only | Mark Otto | 1 | -12/+12 | |
| 2014-02-22 | Fixes #12801: Add padding to the bottom of .form-control-static to match ↵ | Mark Otto | 1 | -0/+1 | |
| height of standard form controls | |||||
| 2014-02-22 | Update modals to use more consistent padding—modal body and footer now ↵ | Mark Otto | 1 | -2/+2 | |
| match modal header | |||||
| 2014-02-22 | Merge branch 'master' into pr/12813 | Mark Otto | 1 | -0/+3 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2014-02-22 | Fixes #12756: Ensure horizontal dls are cleared by moving the clearfix out ↵ | Mark Otto | 1 | -0/+3 | |
| of the media query | |||||
| 2014-02-21 | Correctly set .btn-link colors in a .navbar and .navbar-inverse #12694 | Supergibbs | 1 | -0/+26 | |
| 2014-02-21 | replace .visible-{size} with .visible-{size}-{display} ; fixes #8869 | Chris Rebert | 1 | -0/+98 | |
| 2014-02-21 | grunt | Mark Otto | 1 | -1/+0 | |
| 2014-02-13 | v3.1.1 bump | Mark Otto | 1 | -1/+1 | |
| 2014-02-11 | Fixes #11659, #12698, and #12349: Always apply position and z-index form ↵ | Mark Otto | 1 | -0/+2 | |
| controls in input groups for proper borders | |||||
| 2014-02-10 | add .sr-only-focusable; fixes #12259 | Chris Rebert | 1 | -0/+9 | |
| 2014-02-08 | grunt dist | Mark Otto | 1 | -3/+1 | |
| 2014-02-08 | Fixes #12625: Only remove first list group item's top and last list group ↵ | Mark Otto | 1 | -6/+2 | |
| item's bottom borders when the list group is first or last | |||||
| 2014-02-08 | Merge branch 'master' into fix-12154 | Mark Otto | 1 | -371/+382 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2014-02-08 | grunt | Mark Otto | 1 | -2/+2 | |
| 2014-02-08 | Merge branch 'master' into pr/12462 | Mark Otto | 1 | -75/+55 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
