| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2013-08-11 | fixes #9348 by ditching a comment | Mark Otto | 1 | -1/+1 | |
| 2013-08-11 | fixes #8983 | Jacob Thornton | 6 | -8/+21 | |
| 2013-08-11 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Jacob Thornton | 5 | -4/+24 | |
| 2013-08-11 | fixes #9318 | Jacob Thornton | 4 | -5/+5 | |
| 2013-08-11 | Merge pull request #9286 from neilhem/3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| set img-circle class in percents | |||||
| 2013-08-11 | refresh scrollspy after page 'loads' | Jacob Thornton | 1 | -0/+4 | |
| 2013-08-11 | Merge pull request #9229 from ggam/patch-13 | Mark Otto | 1 | -1/+0 | |
| Removed Glyphicons mention from carousel.less | |||||
| 2013-08-11 | fixes #8900: nuke empty space between panel heading and list group | Mark Otto | 3 | -2/+23 | |
| 2013-08-11 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Jacob Thornton | 2 | -27/+25 | |
| 2013-08-11 | fix comment in tooltip | Jacob Thornton | 1 | -1/+1 | |
| 2013-08-11 | fix broken components page, also likely from @kevinsuttle's #9332 | Mark Otto | 1 | -7/+7 | |
| 2013-08-11 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 6 | -37/+33 | |
| 2013-08-11 | fix borked js docs layout, likely from @kevinsuttle's latest PR | Mark Otto | 1 | -20/+18 | |
| 2013-08-11 | add event prefixes | Jacob Thornton | 1 | -23/+23 | |
| 2013-08-11 | fixes #9279 | Jacob Thornton | 3 | -11/+7 | |
| 2013-08-11 | Merge pull request #9347 from kevinSuttle/header | Mark Otto | 2 | -3/+3 | |
| Ensure proper use and location of role="banner" | |||||
| 2013-08-11 | Ensure proper use and location of role="banner" | Kevin Suttle | 2 | -3/+3 | |
| http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex http://www.w3.org/TR/wai-aria/roles#banner | |||||
| 2013-08-11 | fix indentation | Mark Otto | 1 | -2/+2 | |
| 2013-08-11 | Merge branch 'aria-nav' of https://github.com/kevinSuttle/bootstrap into ↵ | Mark Otto | 3 | -64/+66 | |
| kevinSuttle-aria-nav | |||||
| 2013-08-11 | fixes #9241: enable collapsing for labels, in addition to badges, when empty | Mark Otto | 4 | -2/+11 | |
| 2013-08-10 | Use nav for proper HTML5 ARIA role mapping | Kevin Suttle | 3 | -64/+66 | |
| http://www.w3.org/html/wg/drafts/html/master/sections.html#the-nav-element http://dev.w3.org/html5/spec/sections.html#the-nav-element http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex | |||||
| 2013-08-10 | fixes #9217 manually--use main element instead of div in home and default ↵ | Mark Otto | 2 | -4/+4 | |
| layouts | |||||
| 2013-08-10 | remove customize layout now that we're bringing it back for rc2 | Mark Otto | 2 | -53/+1 | |
| 2013-08-10 | Merge pull request #9245 from jlaswell/patch-1 | Mark Otto | 1 | -1/+1 | |
| Update components.html | |||||
