| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-03-12 | Gruntfile.js: fix path after d08bbdc6ec50baca9e34d2aa6e8bcfc8d6135217. | XhmikosR | 1 | -1/+1 | |
| 2014-03-12 | rework docs copy: inputs-without-labels are likely the more common case | Chris Rebert | 1 | -1/+1 | |
| 2014-03-11 | add role="alert" to Alert examples, to improve accessibility | Chris Rebert | 4 | -28/+28 | |
| Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/d8fcbcd3fe86f0cb47fda0ffe269b2c7a2131f07/README.md#alert | |||||
| 2014-03-11 | Merge pull request #13012 from twbs/banner | XhmikosR | 8 | -47/+25 | |
| 2014-03-11 | Simplify tasks a little bit. | XhmikosR | 1 | -27/+17 | |
| 2014-03-11 | Run usebanner before cssmin. | XhmikosR | 8 | -20/+8 | |
| 2014-03-11 | Merge pull request #13018 from ORiON-/master | Julian Thilo | 1 | -1/+1 | |
| Fixed typo at docs/examples/rtl/index.php | |||||
| 2014-03-11 | Fixed typo at docs/examples/rtl/index.php | ORiON- | 1 | -1/+1 | |
| The filename generated at dist/css/ called 'bootstrap-rtl.min.css'. | |||||
| 2014-03-11 | Support for hovering on cell's with state | Alexey | 1 | -0/+1 | |
| If parent row are hovered, child cell with state should react to this. | |||||
| 2014-03-10 | moar grunt | Mark Otto | 4 | -4/+4 | |
| 2014-03-10 | remove comment | Mark Otto | 1 | -2/+1 | |
| 2014-03-10 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 36 | -1097/+1001 | |
| Conflicts: dist/css/bootstrap.css.map docs/assets/js/customize.min.js docs/dist/css/bootstrap.css.map | |||||
| 2014-03-10 | Fixes #13003: Move padding on radio and checkbox options from the ↵ | Mark Otto | 10 | -13/+15 | |
| surrounding div to the label to remove the no-click deadzone caused by negative margin | |||||
| 2014-03-10 | Merge pull request #12998 from twbs/modular-the-mixins | Mark Otto | 36 | -1097/+1001 | |
| Modular the mixins | |||||
| 2014-03-10 | Merge pull request #13001 from ZDroid/title | Mark Otto | 1 | -1/+1 | |
| Correct the page name | |||||
| 2014-03-10 | even more grunt | Mark Otto | 6 | -6/+6 | |
| 2014-03-10 | Merge branch 'master' into modular-the-mixins | Mark Otto | 3 | -2/+3 | |
| 2014-03-10 | Bump Jekyll version used in Travis to v1.4.2. | XhmikosR | 1 | -1/+1 | |
| Note that while v1.4.3 is the latest stable version, it has a nasty Windows bug. (https://github.com/jekyll/jekyll/issues/1948) | |||||
| 2014-03-10 | Merge pull request #13002 from ZDroid/hash | Julian Thilo | 2 | -1/+2 | |
| Add missing customizer comment | |||||
| 2014-03-10 | Add missing customizer comment | Zlatan Vasović | 2 | -1/+2 | |
| 2014-03-10 | Correct the page name | Zlatan Vasović | 1 | -1/+1 | |
| "Getting started" is used in the docs. | |||||
| 2014-03-10 | words | Mark Otto | 1 | -1/+1 | |
| 2014-03-10 | Merge branch 'master' into modular-the-mixins | Mark Otto | 14 | -21/+21 | |
| Conflicts: dist/css/bootstrap.css.map docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map | |||||
| 2014-03-10 | fix #12771 | Chris Rebert | 1 | -1/+1 | |
| 2014-03-10 | Formatting, comment consolidation, and line endings | Mark Otto | 29 | -108/+21 | |
| 2014-03-09 | grunt | Mark Otto | 5 | -11/+11 | |
| 2014-03-09 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 21 | -60/+410 | |
| 2014-03-09 | Merge pull request #12999 from ZDroid/outline-zero | Mark Otto | 4 | -4/+4 | |
| Use `outline: 0` consistently | |||||
| 2014-03-10 | Use `outline: 0` consistently | Zlatan Vasović | 4 | -4/+4 | |
| 2014-03-09 | Add recompiled assets after nuking toc in mixins.less. | mrmrs | 3 | -7/+2 | |
| 2014-03-09 | Add consistent newline at end of files in less/mixins | mrmrs | 27 | -8/+26 | |
| 2014-03-09 | Merge branch 'master' into modular-the-mixins | mrmrs | 20 | -67/+502 | |
| * master: Replace some images on the Carousel example with some base64 encoded 1x1 gifs ugh grunt moar grunt mo copy http://www.youtube.com/watch?v=AJWtLf4-WWs grunt Copy change fix grammar in comment in forms.less Fixes #12759 Fixes #12738 replace .visible-{size} with .visible-{size}-{display} ; fixes #8869 Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map 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 less/mixins.less | |||||
| 2014-03-09 | proper var | Mark Otto | 1 | -1/+1 | |
| 2014-03-09 | Break mixins.less up into smaller modules. | mrmrs | 37 | -1094/+1075 | |
| Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994 | |||||
| 2014-03-09 | Merge pull request #12204 from twbs/fix-8869 | Mark Otto | 17 | -56/+406 | |
| replace .visible-{size} with .visible-{size}-{display} | |||||
| 2014-03-09 | Replace some images on the Carousel example with some base64 encoded 1x1 gifs | Mark Otto | 1 | -6/+6 | |
| 2014-03-09 | ugh grunt | Mark Otto | 1 | -1/+1 | |
| 2014-03-09 | moar grunt | Mark Otto | 1 | -1/+1 | |
| 2014-03-09 | mo copy | Mark Otto | 1 | -1/+1 | |
| 2014-03-09 | http://www.youtube.com/watch?v=AJWtLf4-WWs | Mark Otto | 1 | -1/+1 | |
| 2014-03-09 | grunt | Mark Otto | 10 | -9/+126 | |
| 2014-03-09 | Copy change | Mark Otto | 1 | -2/+2 | |
| 2014-03-09 | Merge branch 'master' into fix-8869 | Mark Otto | 102 | -1173/+10331 | |
| 2014-03-09 | fix grammar in comment in forms.less | Chris Rebert | 1 | -1/+1 | |
| 2014-03-09 | Fixes #12759 | Mark Otto | 10 | -6/+64 | |
| 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 | 10 | -10/+40 | |
| * 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 | 9 | -11/+17 | |
| 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 | 10 | -8/+34 | |
| IE8+'s misaslignment of text within date inputs | |||||
| 2014-03-09 | Merge pull request #12993 from twbs/mixin-table-of-contents | Mark Otto | 7 | -118/+184 | |
| Mixin table of contents | |||||
| 2014-03-09 | Reorganize mixins and G R U N T | Mark Otto | 8 | -135/+132 | |
