| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-06-25 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 3 | -10/+12 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css | |||||
| 2014-06-25 | fixes #13912: make radios/checkboxes work with inline forms again | Mark Otto | 1 | -1/+1 | |
| 2014-06-24 | Move variable declaration before its use for Sass | Gleb Mazovetskiy | 1 | -8/+3 | |
| In Sass, variable must be declared before it is used. This also removes Miscellaneous section, because horizontal line color and form / list paddings are Typography. | |||||
| 2014-06-24 | Partly revert cb7eb674accd24b6b73f26ef23cf4a301b6ebfaf | Heinrich Fenkart | 1 | -0/+7 | |
| Fixes #13911 | |||||
| 2014-06-23 | Merge pull request #13882 from thomaswelton/issue-13713-use-variable-small | Mark Otto | 1 | -2/+2 | |
| Use @font-size-small variable to calculate <small> font-size | |||||
| 2014-06-23 | Fixes #13903: Restore side padding on .btn-block | Mark Otto | 1 | -2/+0 | |
| 2014-06-23 | Use @font-size-small variable to calculate <small> font-size fixes #13713 #13809 | Thomas Welton | 1 | -2/+2 | |
| 2014-06-20 | Fixes #13872 more: add overrides for lg and sm input modifiers | Mark Otto | 1 | -14/+20 | |
| 2014-06-19 | Fixes #13872: Always apply padding to .form-control-static for that vertical ↵ | Mark Otto | 1 | -6/+5 | |
| alignment | |||||
| 2014-06-19 | fixes #13881: restore existing striped progress bar behavior with theme styles | Mark Otto | 1 | -0/+5 | |
| 2014-06-19 | grunt dist | Mark Otto | 1 | -0/+25 | |
| 2014-06-19 | Use full deprecation version | Bas Bosman | 3 | -4/+4 | |
| 2014-06-18 | lol words | Mark Otto | 1 | -1/+1 | |
| 2014-06-18 | rewrite striped and active to deprecate the parent selectors, change the docs | Mark Otto | 2 | -1/+11 | |
| 2014-06-18 | Merge branch 'master' into new_striped_progress_bar_class | Mark Otto | 3 | -5/+7 | |
| 2014-06-18 | Merge pull request #13859 from twbs/skew_you | Mark Otto | 1 | -3/+3 | |
| Change skew(x,y) to skewX skewY | |||||
| 2014-06-18 | fixes #13347: make striped progress bars its own class | Mark Otto | 1 | -1/+2 | |
| 2014-06-18 | fixes #13346: add a variable for .dl-horizontal's offset | Mark Otto | 2 | -2/+4 | |
| 2014-06-18 | change skew(x,y) to skewX skewY because mdn told me so | Mark Otto | 1 | -3/+3 | |
| 2014-06-18 | Merge pull request #13857 from twbs/list_group_small | Mark Otto | 1 | -1/+3 | |
| List group headings and small/.small | |||||
| 2014-06-18 | Merge pull request #13851 from ahoereth/patch-1 | Mark Otto | 1 | -0/+1 | |
| Add white-space: nowrap; to .dropdown-header | |||||
| 2014-06-18 | fixes #13093: reset the background color and remove background image on ↵ | Mark Otto | 1 | -0/+6 | |
| disabled theme buttons | |||||
| 2014-06-18 | fixes #13020: proper color for small/.small in list group headings | Mark Otto | 1 | -1/+3 | |
| 2014-06-18 | fixes #13021: add .form-group-sm/-lg | Mark Otto | 1 | -0/+25 | |
| 2014-06-18 | fixes #10073: add width: 100%; for ie10 and below to size svg.img-responsive ↵ | Mark Otto | 1 | -0/+1 | |
| correctly | |||||
| 2014-06-18 | Darken @gray-light to meet accessibility guidelines | Ross Allen | 1 | -1/+1 | |
| `@gray-light` darkens from #999 to #777, which puts `.text-muted` at the threshold for the 4.5:1 WCAG minimum contrast[1]. #777:#fff is 4.48:1. The “Example” headers in docs become #959595, which is contrast ratio 3:1, the minimum for larger text. Since the headers are less important than the surrounding text, 3:1 is fine and an improvement on the previous #bbb:#fff (1.92:1). Fixes issue #13847. [1] http://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html | |||||
| 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-06-18 | Fix dismissible spelling | Bas Bosman | 1 | -2/+3 | |
| 2014-06-13 | min-content is standard, so no need to vendor prefix it | Chris Rebert | 1 | -1/+1 | |
| Also, makes little sense to say that Firefox sets a `-webkit`-prefixed value | |||||
| 2014-06-10 | Merge pull request #13351 from Cecchi/nested-kbd | Mark Otto | 1 | -0/+6 | |
| Add nested kbd element styles for actual keys or inputs | |||||
| 2014-06-10 | Merge pull request #13671 from 04818419/text-transformation | Mark Otto | 1 | -0/+5 | |
| text transformation added | |||||
| 2014-06-10 | Merge pull request #13687 from smmoosavi/patch-1 | Mark Otto | 1 | -0/+4 | |
| Color Contrast for panel heading | |||||
| 2014-06-10 | New text align class, .text-nowrap, for preventing text from breaking to new ↵ | Mark Otto | 1 | -0/+1 | |
| lines. Applies it to the grid docs table. | |||||
| 2014-06-10 | Fixes #13548: Use position: absolute; to fix checkbox and radio line-height ↵ | Mark Otto | 1 | -1/+4 | |
| problems that were introduced after #13003 | |||||
| 2014-06-10 | hidden and auto | Mark Otto | 1 | -2/+2 | |
| 2014-06-10 | fixes 13609 - Modal is shifting left just before the hiding animation | fat | 1 | -2/+5 | |
| 2014-06-10 | Fix gutter variable | Bas Bosman | 1 | -2/+2 | |
| 2014-06-10 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+1 | |
| 2014-06-10 | Fixes #13616: Add custom gutter support to containers | Mark Otto | 1 | -1/+1 | |
| 2014-06-10 | Merge pull request #13670 from nadangergeo/master | Mark Otto | 1 | -1/+1 | |
| Table-responsive: changed overflow-x to auto to hide scrollbar when it's not overflown, fixes #13669. | |||||
| 2014-06-08 | Addresses part of #13643: Correct webkit-linear-gradient syntax in ↵ | Mark Otto | 1 | -1/+1 | |
| horizontal gradients | |||||
| 2014-06-08 | remove max-width: 100%; from table and place it on .table | Mark Otto | 1 | -0/+1 | |
| 2014-06-08 | Merge pull request #13707 from bcullman/bcullman-remove-table-max-width | Mark Otto | 1 | -1/+0 | |
| removing unnecessary max-width on tables | |||||
| 2014-06-08 | Merge pull request #13738 from thomaswelton/issue-13737-fix-ie11-rem-sizing | Mark Otto | 1 | -1/+1 | |
| Use px for font-size fixes #13737 | |||||
| 2014-06-08 | fixes #13375 | Mark Otto | 1 | -1/+2 | |
| 2014-06-08 | Merge branch 'master' into pr/13736 | Mark Otto | 6 | -12/+30 | |
| Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css | |||||
| 2014-06-08 | Merge pull request #13735 from skhilko/master | Mark Otto | 1 | -1/+1 | |
| Fix bug where a panel recieve extra top border when placed within a collapsible panel | |||||
| 2014-06-08 | grunt | Mark Otto | 4 | -6/+24 | |
| 2014-06-08 | Merge pull request #13649 from ItsJonQ/repaint-fixes-2 | Mark Otto | 3 | -2/+4 | |
| Repaint Fixes When Scrolling | |||||
| 2014-06-06 | set not-allowed cursor on disabled radio+checkbox labels; fixes #13281 | Chris Rebert | 1 | -4/+20 | |
| [skip validator] [skip sauce] | |||||
