| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-02-21 | Correctly set .btn-link colors in a .navbar and .navbar-inverse #12694 | Supergibbs | 1 | -0/+28 | |
| 2014-02-21 | replace .visible-{size} with .visible-{size}-{display} ; fixes #8869 | Chris Rebert | 2 | -0/+103 | |
| 2014-02-21 | Merge pull request #12459 from rubenstolk/hotfix/mixins/scale | Mark Otto | 1 | -14/+28 | |
| Make both .scale(X) and .scale(X, Y) both work | |||||
| 2014-02-21 | Merge pull request #12742 from ZDroid/table-responsive-mixin | Mark Otto | 1 | -2/+2 | |
| Make .table-responsive usable as mixin | |||||
| 2014-02-20 | Removed unnecessary top margin from .modal-footer | Chris Kankiewicz | 1 | -1/+0 | |
| 2014-02-19 | Fix UAs required message position on grouped radio buttons | Demian Ferreiro | 1 | -1/+3 | |
| Instead of not rendering the element at all with display:none, use opacity:0 and z-index:-1 so the radio element has a defined position on the document and user agents can show the required message in the right place. | |||||
| 2014-02-14 | Make .table-responsive usable as mixin | Zlatan Vasović | 1 | -2/+2 | |
| 2014-02-14 | Defined and use variables for .panel-heading & .panel-footer padding | rhaase | 2 | -2/+4 | |
| 2014-02-14 | add posibillity to hover links and not background in list-groups | DaSch | 2 | -0/+2 | |
| 2014-02-11 | Fixes #11659, #12698, and #12349: Always apply position and z-index form ↵ | Mark Otto | 1 | -0/+5 | |
| controls in input groups for proper borders | |||||
| 2014-02-11 | Merge branch 'master' into pr/12412 | Mark Otto | 16 | -259/+292 | |
| Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css test-infra/npm-shrinkwrap.canonical.json | |||||
| 2014-02-10 | Merge pull request #12673 from tlindig/tl_popover_arrow_size | Mark Otto | 1 | -4/+4 | |
| use @popover-arrow-width for offset the popover | |||||
| 2014-02-10 | Fixes #12674 | Mark Otto | 1 | -2/+2 | |
| * The problem with #12674 is that it reassigns the same variable, but the color values were purposely different. * This uses Less's color functions to generate the proper darker colors. * Why darker colors? Because those CSS carets render lighter than their solid border counterparts. Consider it a design hack. | |||||
| 2014-02-10 | add .sr-only-focusable; fixes #12259 | Chris Rebert | 1 | -0/+16 | |
| 2014-02-10 | use @popover-arrow-width for offset the popover to account for the popover arrow | Tobias Lindig | 1 | -4/+4 | |
| 2014-02-10 | Make both .scale(X) and .scale(X, Y) both work | Ruben Stolk | 1 | -14/+28 | |
| 2014-02-08 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -4/+1 | |
| 2014-02-08 | Fixes #12625: Only remove first list group item's top and last list group ↵ | Mark Otto | 1 | -8/+6 | |
| item's bottom borders when the list group is first or last | |||||
| 2014-02-08 | Merge pull request #12433 from tagliala/list-inline-first-element-fix | Mark Otto | 1 | -4/+1 | |
| Fix first element padding of list-inline | |||||
| 2014-02-08 | brace position | Mark Otto | 1 | -2/+1 | |
| 2014-02-08 | Merge branch 'master' into fix-12154 | Mark Otto | 18 | -302/+375 | |
| 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 | Merge pull request #12552 from stoudenmire/carousel-icon-classname-fix | Mark Otto | 1 | -2/+2 | |
| Fixes two typos in carousel.less | |||||
| 2014-02-08 | Merge branch 'master' into pr/12462 | Mark Otto | 8 | -69/+97 | |
| 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 | Merge branch 'master' into pr/12639 | Mark Otto | 4 | -42/+49 | |
| 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 | Fix #12656: add @blockquote-font-size | Zlatan Vasović | 2 | -1/+3 | |
| 2014-02-07 | Merge branch 'master' into panels_and_tables | Mark Otto | 1 | -3/+8 | |
| 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-07 | Nuke shit I added in 4d7b2ddba92e47f923d22d9d7b23cb7b0a3e0bc2 that shouldn't ↵ | Mark Otto | 1 | -4/+0 | |
| come until v4 | |||||
| 2014-02-07 | Drop -o-user-select | Bas Bosman | 1 | -1/+0 | |
| 2014-02-07 | Fixes #12486: Restore full width inputs for input groups in inline forms and ↵ | Mark Otto | 1 | -3/+12 | |
| navbars | |||||
| 2014-02-07 | Fixes #12447: Properly reset borders on table cells in panels | Mark Otto | 1 | -37/+46 | |
| 2014-02-07 | Override iOS search input's extra round corners | Mark Otto | 1 | -0/+14 | |
| 2014-02-07 | Fixes #12555: Rearrange variables to place grids and containers closer | Mark Otto | 1 | -20/+20 | |
| 2014-02-06 | Merge pull request #12620 from twbs/thumbnail-extend | Mark Otto | 1 | -1/+1 | |
| use :extend in thumbnail Less | |||||
| 2014-02-06 | Merge pull request #12502 from ZDroid/moz | Mark Otto | 1 | -2/+1 | |
| Remove redundant :-moz-placeholder styles | |||||
| 2014-02-06 | Merge branch 'master' into thumbnail-extend | Mark Otto | 1 | -1/+1 | |
| Conflicts: dist/css/bootstrap.css | |||||
| 2014-02-06 | use :extend(.img-responsive) in Carousel's Less | Chris Rebert | 1 | -1/+1 | |
| 2014-02-06 | use :extend in thumbnail Less | Chris Rebert | 1 | -1/+1 | |
| 2014-02-06 | use Less' extend feature in btn-group-lg etc. | Chris Rebert | 1 | -3/+3 | |
| 2014-02-05 | Added border radiuses to table when in a panel. Fixes #12461 | Supergibbs | 1 | -0/+4 | |
| 2014-02-04 | Merge pull request #12025 from ZDroid/clean-visibility-mess | Mark Otto | 2 | -11/+7 | |
| Fix #12015 and minify styles | |||||
| 2014-02-04 | Fixes #12470: Scope large modal styles to minimum viewport width | Mark Otto | 1 | -2/+3 | |
| 2014-02-03 | Merge pull request #12533 from 1000hz/tighten-popover-arrows-scope | Mark Otto | 1 | -7/+7 | |
| Scope popover arrow css to direct descendant | |||||
| 2014-02-03 | die tabs, die! | Chris Rebert | 1 | -1/+1 | |
| 2014-02-03 | fixed two typos in carousel.less | stoudenmire | 1 | -2/+2 | |
| carousel.less has two typos in glyphicon classnames. fixed them. | |||||
| 2014-02-02 | Tightening up popover arrow css scope to apply only to direct descendant arrows. | Cina S | 1 | -7/+7 | |
| 2014-02-01 | Remove redundant :-moz-placeholder styles | Zlatan Vasović | 1 | -2/+1 | |
| No need for old Firefox versions support. | |||||
| 2014-01-31 | Update variables.less | Frederick Marcoux | 1 | -0/+8 | |
| 2014-01-31 | Added .list-group-item.disabled | Frederick Marcoux | 1 | -0/+17 | |
| Added support for disabled List group item. | |||||
| 2014-01-30 | Fix issue causing .navbar-brand element height to be shorter than .navbar height | Chris Kankiewicz | 1 | -1/+1 | |
| 2014-01-30 | fixed first element padding of list-inline | Geremia Taglialatela | 1 | -4/+1 | |
