| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-03-16 | convert to preboot's retina mixin | Mark Otto | 1 | -21/+14 | |
| 2013-03-16 | Merge branch '3.0.0-wip' of https://github.com/dannykeane/bootstrap into ↵ | Mark Otto | 1 | -0/+26 | |
| dannykeane-3.0.0-wip | |||||
| 2013-03-16 | fixes #7140: hide navbar toggle in print | Mark Otto | 2 | -0/+8 | |
| 2013-03-16 | Fixes #7150: colorize links in alerts | Mark Otto | 2 | -0/+42 | |
| 2013-03-16 | comment | Mark Otto | 1 | -1/+1 | |
| 2013-03-16 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -0/+1 | |
| 2013-03-16 | Merge pull request #7258 from acconrad/patch-1 | Mark Otto | 1 | -0/+1 | |
| Update buttons.less to disable btn pointer events | |||||
| 2013-03-16 | typo | Mark Otto | 1 | -1/+1 | |
| 2013-03-16 | Fix vertical button groups | Mark Otto | 2 | -0/+2 | |
| 2013-03-16 | Use form elements in checkbox and radio button groups | Mark Otto | 4 | -26/+88 | |
| * Uses .btn on label elements with nested checkbox and radio controls within * Updated examples to reflect change in HTML and CSS * Had to add .active all buttons for proper state highlighting (mimicing the :active pseudo state) * Still needs JavaScript plugin updated by @fat | |||||
| 2013-03-16 | remove inner shadow from .highlight | Mark Otto | 1 | -1/+0 | |
| 2013-03-16 | update pygments highlighting with customizations from preboot | Mark Otto | 1 | -2/+6 | |
| 2013-03-15 | Overhaul the grid system and its docs | Mark Otto | 5 | -77/+248 | |
| * Add new grid mixins adapted from Preboot (http://github.com/mdo/preboot) * Drop the @grid-row-width and @grid-column-width variables * Add the @grid-float-breakpoint variable, as used in Preboot * Add support for .push* and .pull* classes for column ordering manipulation * Document all the things | |||||
| 2013-03-15 | begin to rewrite the grid docs | Mark Otto | 1 | -8/+23 | |
| 2013-03-15 | getting started as navbar link label | Mark Otto | 1 | -1/+1 | |
| 2013-03-14 | Use translucent box shadow on hr elements; colorize hr elements within alert ↵ | Mark Otto | 3 | -22/+78 | |
| components | |||||
| 2013-03-15 | Fix dropdown (and therefore typeahead) wrap | pickypg | 1 | -1/+1 | |
| I have recently been experimenting with a lot of Typeahead controls, and I ran into a situation where my Typeahead was too wide for my screen, particularly on mobile devices, and it was not wrapping as I had expected it to do. http://jsfiddle.net/Mtxkn/3/ Changing the CSS for `.dropdown-menu > li > a` to `white-space: normal` causes it to wrap in every scenario that I have seen, whereas leaving it as `nowrap` never does what I want when the text is too long for a given row. It's possible that this has ramifications for other dropdown menus, but honestly I expect that even those would prefer to wrap than to extend the screen horizontally. If that is not the case, then it would work to change the typeahead version of this only: ```css .typeahead > li > a { white-space: normal; } ``` | |||||
| 2013-03-14 | fix derpy linenos in pygments for thumbnails component | Mark Otto | 2 | -3/+2 | |
| 2013-03-14 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -11/+12 | |
| 2013-03-14 | Merge pull request #7287 from waynn/patch-1 | Mark Otto | 1 | -1/+1 | |
| fix pluralization since "a" is in front for issue #6342 | |||||
| 2013-03-14 | unfuck misaligned main container | Mark Otto | 2 | -5/+4 | |
| 2013-03-14 | Merge pull request #7285 from stilliard/patch-1 | Mark Otto | 1 | -11/+12 | |
| Additional heading font-size classes | |||||
| 2013-03-14 | more readme copy | Mark Otto | 1 | -1/+1 | |
| 2013-03-14 | readme copy | Mark Otto | 1 | -1/+1 | |
| 2013-03-14 | start listing other bootstrap powered starter doodads in the readme | Mark Otto | 1 | -2/+9 | |
| 2013-03-15 | Additional heading font-size classes | Andrew Stilliard | 1 | -11/+12 | |
| This relates to changes in issue #7284 | |||||
| 2013-03-14 | underp license maybe | Mark Otto | 2 | -1/+1 | |
| 2013-03-14 | herp derp, spelling booboo | Mark Otto | 1 | -1/+1 | |
| 2013-03-14 | Rename license to license.md; point readme to it via link | Mark Otto | 2 | -13/+4 | |
| 2013-03-14 | fix example navbar brand | Mark Otto | 1 | -1/+1 | |
| 2013-03-14 | use the proper selector | Mark Otto | 1 | -1/+1 | |
| 2013-03-14 | modify copy | Mark Otto | 1 | -5/+5 | |
| 2013-03-14 | Merge branch '3.0.0-wip' of https://github.com/addyosmani/bootstrap into ↵ | Mark Otto | 1 | -0/+5 | |
| addyosmani-3.0.0-wip | |||||
| 2013-03-14 | Fixes #7281: make tables super specific for hovers and striping to avoid ↵ | Mark Otto | 2 | -16/+17 | |
| nesting issues | |||||
| 2013-03-14 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 12 | -60/+60 | |
| Conflicts: less/grid.less | |||||
| 2013-03-14 | Merge pull request #7227 from parndt/patch-1 | Mark Otto | 1 | -1/+1 | |
| Fix minor grammatical problem | |||||
| 2013-03-14 | Added bower install to download/install options in getting started guide | Addy | 1 | -0/+5 | |
| 2013-03-12 | Update buttons.less to disable btn pointer events | Adam Conrad | 1 | -0/+1 | |
| Buttons that are disabled are still clickable and can still fire click events (such as hopping up to the top of the page if your anchor href points to "#"). Adding the pointer-events:none property will truly disable the button so situations like this don't happen. | |||||
| 2013-03-11 | Merge pull request #7181 from lukeapage/3.0.0-wip | Mark Otto | 9 | -57/+57 | |
| make less files compile with strict maths in 1.4.0 | |||||
| 2013-03-10 | Merge pull request #7208 from benilovj/3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| fix grammatical mistakes in carousel docs | |||||
| 2013-03-11 | Fix minor grammatical problem | Philip Arndt | 1 | -1/+1 | |
| "check out" makes more sense here. | |||||
| 2013-03-10 | Set border-box globally instead | Mark Otto | 6 | -19/+16 | |
| 2013-03-10 | Merge pull request #7220 from jooag/patch-1 | Mark Otto | 1 | -1/+1 | |
| Fix Typo sucess to success | |||||
| 2013-03-09 | Fix Typo sucess to success | Ufuk Avcu | 1 | -1/+1 | |
| Mini typo fix in the docs... | |||||
| 2013-03-08 | fix grammatical mistakes in carousel docs | Jake Benilov | 1 | -1/+1 | |
| 2013-03-06 | fix pluralization since "a" is in front | Waynn Lue | 1 | -1/+1 | |
| 2013-03-06 | make less files compile with strict maths in 1.4.0 | Luke Page | 9 | -57/+57 | |
| 2013-03-04 | Remove -webkit-backface-visibility on skew mixin | Ben Word | 1 | -1/+0 | |
| Ref #5319 - This rule is causing pixelated edges on iOS. Removing it makes everything smooth across all OS's, browsers, and devices. | |||||
| 2013-03-03 | tweak icons alignment | Mark Otto | 1 | -0/+8 | |
| 2013-03-03 | Remove support for .uneditable-input | Mark Otto | 2 | -102/+23 | |
