| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-12 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 4 | -17/+49 | |
| 2013-08-12 | Drop background-clip and background-size mixins since they have no prefixes ↵ | Mark Otto | 7 | -19/+5 | |
| anyway | |||||
| 2013-08-12 | Merge pull request #9384 from BBosman/aria-hidden | Mark Otto | 3 | -7/+7 | |
| Add missing aria-hidden attribs to close buttons | |||||
| 2013-08-12 | Merge pull request #9383 from BBosman/aria-search | Mark Otto | 1 | -6/+6 | |
| Aria role search instead of form | |||||
| 2013-08-12 | Merge pull request #9381 from ggam/dropdown-events | Mark Otto | 1 | -2/+35 | |
| Added Dropdown JS plugin events to docs | |||||
| 2013-08-12 | Merge pull request #9374 from ggam/carousel-glyphicons | Mark Otto | 1 | -2/+1 | |
| Removed remaining Glyphicons mentions in carousel.less | |||||
| 2013-08-12 | Add missing aria-hidden attribs to close buttons | Bas Bosman | 3 | -7/+7 | |
| 2013-08-12 | Aria role search instead of form | Bas Bosman | 1 | -6/+6 | |
| 2013-08-12 | Added Dropdown JS plugin events (fixed #9375) | ggam | 1 | -2/+35 | |
| 2013-08-12 | Removed remaining Glyphicons mentions in carousel.less | ggam | 1 | -2/+1 | |
| 2013-08-12 | Added button-size mixin | ggam | 2 | -8/+13 | |
| 2013-08-12 | Renamed btn-pseudo-states mixin to btn-variant for consistency | ggam | 2 | -8/+8 | |
| 2013-08-12 | fix #9239 by restoring old ie8 responsive img foo | Mark Otto | 3 | -1/+11 | |
| 2013-08-12 | fixes #9266 manually on account of list group file reorganization | Mark Otto | 4 | -25/+15 | |
| 2013-08-12 | fixes #8835: make it so active list group items aren't dependent on an <a> tag | Mark Otto | 3 | -45/+50 | |
| 2013-08-12 | fixes #9310: alerts aren't dismissable by default, now requires ↵ | Mark Otto | 5 | -35/+56 | |
| .alert-dismissable if you need a close button | |||||
| 2013-08-12 | fixes #9317: document media queries | Mark Otto | 2 | -0/+24 | |
| 2013-08-12 | update docs affix for large desktop given latest grid changes | Mark Otto | 1 | -1/+1 | |
| 2013-08-12 | rename and refactor a smidge to add medium grid mixins | Mark Otto | 2 | -21/+119 | |
| 2013-08-12 | Merge branch 'patch-12' of https://github.com/ggam/bootstrap into ggam-patch-12 | Mark Otto | 1 | -14/+47 | |
| 2013-08-12 | Media query (grid and responsive utilities) overhaul | Mark Otto | 8 | -246/+776 | |
| Grid classes have been changed to account for a fourth set of classes, meaning we now have XS, S, M, and L options. Specifically, we made the following changes: * Renames `.col-` to `.col-xs-` * Adds `.col-md-` for devices 992px wide and up * Remaps `.col-lg-` for devices 1200px wide and up Alongside that, we've updated our media queries to better handle advanced grid layouts: * All column classes now kick in when they hit a `min-width`, undoing the #9128 fix in https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb c690f3a65 * All column offsets, pushes, and pulls are scoped to an appropriate range, meaning a `min-width` and `max-width` (thanks for the idea, @eratzlaff) We've also modified the widths of our grid containers for the small device grid (now a max 720px instead of 728px) and large device grid (now a max 1140px instead of 1170px) to avoid horizontal scrollbar problems in Firefox (likely due to box-sizing, which is why we didn't see it in 2.x). Similarly, we've updated the responsive ultility classes to match the new four media query approach of the grid system. That means we've: * Added new `.visible-xs` and `.hidden-xs` classes * Reassigns visible and hidden classes for small, medium, and large to matching grid system media queries * Updates docs examples to match grid system and account for fourth utility range ----- Fixes the following: * #9135: fourth grid tier * #9302: undoes previous range change for small grid system, so no need to update any docs here * #8755: consistent grid and responsive utilities schemas) * #9195, #9216, and #9227: no more horizontal scrollbars | |||||
| 2013-08-11 | simplify padding in list groups and margins on badges within | Mark Otto | 3 | -7/+5 | |
| 2013-08-11 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 2 | -4/+4 | |
| 2013-08-11 | add another var | Mark Otto | 1 | -1/+3 | |
| 2013-08-11 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 11 | -293/+1703 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-11 | Merge pull request #9355 from kevinSuttle/aside | Mark Otto | 1 | -2/+2 | |
| Map 'role="complementary"' to proper HTML5 aside element | |||||
| 2013-08-11 | Map 'role="complementary"' to proper aside element | Kevin Suttle | 1 | -2/+2 | |
| http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex http://www.w3.org/TR/wai-aria/roles#complementary | |||||
| 2013-08-11 | Merge pull request #9353 from kevinSuttle/contentinfo | Mark Otto | 1 | -2/+2 | |
| Map "contentinfo" role to HTML5 footer element | |||||
| 2013-08-11 | Customizer field updates for variables | Mark Otto | 1 | -11/+35 | |
| 2013-08-11 | addressing #9189 manually, part 7: thumbnails vars | Mark Otto | 2 | -3/+6 | |
| 2013-08-11 | Map "contentinfo" role to HTML5 footer element | Kevin Suttle | 1 | -2/+2 | |
| http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex http://www.w3.org/TR/wai-aria/roles#contentinfo | |||||
| 2013-08-11 | Drop the font-weight on panel labels since heading elements already get it | Mark Otto | 3 | -3/+1 | |
| 2013-08-11 | Restore prior docs spacing | Mark Otto | 1 | -1/+1 | |
| 2013-08-11 | Follow up commit: fix collapse clearing and navbar brand/nav spacing | Mark Otto | 3 | -1/+11 | |
| 2013-08-11 | Merge pull request #9352 from kevinSuttle/aria-forms | Mark Otto | 3 | -23/+23 | |
| Give forms and search fields proper ARIA roles | |||||
| 2013-08-11 | Refactor navbars to simplify things | Mark Otto | 3 | -39/+14 | |
| * `.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 | Give forms and search fields proper ARIA roles | Kevin Suttle | 3 | -23/+23 | |
| http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex http://www.w3.org/TR/wai-aria/roles#form http://www.w3.org/TR/wai-aria/roles#search | |||||
| 2013-08-11 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | fat | 1 | -1/+1 | |
| 2013-08-11 | rebuild + first bit of customizer urls | fat | 7 | -230/+1652 | |
| 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 | 3 | -3/+3 | |
| 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 | Merge pull request #9351 from vsn4ik/quotes_in_nav_main | Chris Rebert | 1 | -1/+1 | |
| Move quotes in nav-main.html | |||||
| 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-12 | Move quotes in nav-main.html | vsn4ik | 1 | -1/+1 | |
| 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 | 11 | -15/+31 | |
