| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-12 | Merge pull request #9398 from twbs/minor-docs-fix | Chris Rebert | 1 | -2/+2 | |
| fix ID of <select> in fieldset[disabled] example | |||||
| 2013-08-12 | fix ID of <select> in fieldset[disabled] example | Chris Rebert | 1 | -2/+2 | |
| 2013-08-12 | fix navbar form alignment of inputs by restoring inline-block | Mark Otto | 3 | -1/+14 | |
| 2013-08-12 | fixes #9258: no more float bug with full-width grid columns by removing ↵ | Mark Otto | 3 | -18/+22 | |
| float on all .col-*-12 classes | |||||
| 2013-08-12 | drop the class on the button group toggles CSS (alt fix to #9297) | Mark Otto | 3 | -5/+5 | |
| 2013-08-12 | safari not webkit | Mark Otto | 1 | -1/+1 | |
| 2013-08-12 | fix typo; fix caps | Chris Rebert | 1 | -2/+2 | |
| 2013-08-12 | mention #9282 in docs browser section | Mark Otto | 1 | -0/+8 | |
| 2013-08-12 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -2/+2 | |
| 2013-08-12 | undo the grid max-width boundary because it makes offsets kinda borked ↵ | Mark Otto | 3 | -11/+1 | |
| (you'd have to set twice, for medium and large, in most cases--and that sucks) | |||||
| 2013-08-12 | Merge pull request #9395 from twbs/valid-github-btn-html | Mark Otto | 1 | -2/+2 | |
| social-buttons.html: drop 'px' from height+width attrs per HTML5 | |||||
| 2013-08-12 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 2 | -3/+3 | |
| 2013-08-12 | fixes #9392: no need for width auto on inline/navbar form controls given ↵ | Mark Otto | 3 | -12/+1 | |
| inline-block on parent form group | |||||
| 2013-08-12 | social-buttons.html: drop 'px' from height+width attrs per HTML5 | Chris Rebert | 1 | -2/+2 | |
| 2013-08-12 | Merge pull request #9394 from twbs/valid-github-btn-html | Chris Rebert | 1 | -2/+2 | |
| _includes/social-buttons.html: escape ampersands in URLs so HTML validates | |||||
| 2013-08-12 | _includes/social-buttons.html: escape ampersands in URLs to fix HTML ↵ | Chris Rebert | 1 | -2/+2 | |
| validation error | |||||
| 2013-08-12 | fix spelling | Chris Rebert | 1 | -1/+1 | |
| 2013-08-12 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| 2013-08-12 | Newfangled input and button group sizing (fixes #9295) | Mark Otto | 6 | -13/+107 | |
| Instead of applying `.btn-` or `.input-` to individual elements in button and input groups, we now have new sizing classes to keep your markup a little leaner. * Add `.input-group-sm` or `.input-group-lg` to your `.input-group` to replicate `.input-sm` and `.input-lg`, respectively. * Add `.btn-group-xs`, `.btn-group-sm`, or `.btn-group-lg` to your `.btn-group` to replicate `.btn-xs`, `.btn-sm`, and `. btn-lg`, respectively. Both sets of new sizing classes simply use the existing individual sizing classes as mixins, so customization of them is automatically inherited when compiling. | |||||
| 2013-08-12 | don't show download_dist in favor of site.download; addresses #9138 & its ↵ | Chris Rebert | 1 | -0/+5 | |
| many dupes | |||||
| 2013-08-12 | update CDN links to point to continuously-updated build; addresses #9138 & ↵ | Chris Rebert | 1 | -2/+2 | |
| its many dupes | |||||
| 2013-08-12 | update download_dist for RC 2 | Chris Rebert | 1 | -1/+1 | |
| 2013-08-12 | Merge pull request #9388 from johvik/patch-1 | Mark Otto | 1 | -1/+1 | |
| Javascript > Alert should use danger not error | |||||
| 2013-08-12 | update grid xs mixin and update docs to match new mixins | Mark Otto | 2 | -7/+7 | |
| 2013-08-12 | Javascript > Alert should use danger not error | johvik | 1 | -1/+1 | |
| 2013-08-12 | update to rename rc2 | Mark Otto | 2 | -2/+2 | |
| 2013-08-12 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -2/+2 | |
| 2013-08-12 | inherit font-size in code when inside pre | Mark Otto | 3 | -1/+3 | |
| 2013-08-12 | copyedit media queries docs added in aefed0ada9791338be11dd5318b24f17f517d51a | Chris Rebert | 1 | -2/+2 | |
| 2013-08-12 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 2 | -16/+21 | |
| 2013-08-12 | fixes #9382: inline forms now require use of .form-group for proper ↵ | Mark Otto | 5 | -68/+94 | |
| alignment of all form controls | |||||
| 2013-08-12 | Merge pull request #9373 from ggam/button-sizes | Mark Otto | 2 | -8/+13 | |
| Added button-size mixin | |||||
| 2013-08-12 | Merge pull request #9371 from ggam/buttons-consistency | Mark Otto | 2 | -8/+8 | |
| Renamed btn-pseudo-states mixin to btn-variant for consistency | |||||
| 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 | |
