| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-13 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| 2013-08-13 | fixes #9431: specify font-size in dropdown menus to avoid inheritance issues | Mark Otto | 3 | -1/+3 | |
| 2013-08-13 | Merge pull request #9427 from saiwang/fix-example-snippet | Mark Otto | 1 | -1/+1 | |
| fix mixin code example | |||||
| 2013-08-14 | fix mixin code example | saiwang | 1 | -1/+1 | |
| 2013-08-13 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 11 | -155/+278 | |
| 2013-08-13 | fixes #9425: focused input in docs gets actual focus styles | Mark Otto | 1 | -1/+1 | |
| 2013-08-13 | Merge pull request #9404 from twbs/bs3_drop_accordion_for_panel | Mark Otto | 11 | -155/+278 | |
| BS3: Drop the accordion for the panel (fixes #8648) | |||||
| 2013-08-13 | Merge branch '3.0.0-wip' into bs3_drop_accordion_for_panel | Mark Otto | 10 | -132/+243 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-13 | Merge pull request #9410 from ggam/pagination-size | Mark Otto | 2 | -38/+26 | |
| Added pagination-size mixin | |||||
| 2013-08-13 | Merge pull request #9421 from ggam/input-size | Mark Otto | 2 | -33/+26 | |
| Added input-size mixin | |||||
| 2013-08-13 | Merge pull request #9424 from twbs/bs3_btn_groups | Mark Otto | 4 | -18/+138 | |
| BS3: `.btn-group`s for your `.btn-group`s | |||||
| 2013-08-13 | enable button groups in vertical button groups | Mark Otto | 4 | -21/+60 | |
| 2013-08-13 | Added input-size mixin | ggam | 2 | -33/+26 | |
| 2013-08-13 | derp | Mark Otto | 4 | -15/+96 | |
| 2013-08-13 | Merge pull request #9418 from BBosman/fix-9415 | Mark Otto | 1 | -1/+1 | |
| Fixes #9415 | |||||
| 2013-08-13 | Merge pull request #9420 from saiwang/patch-highlight-hint | Chris Rebert | 1 | -1/+1 | |
| patch highlighting hint | |||||
| 2013-08-14 | patch highlighting hint | saiwang | 1 | -1/+1 | |
| 2013-08-13 | Fixes #9415 | Bas Bosman | 1 | -1/+1 | |
| 2013-08-13 | Fixed errors | Guillermo González de Agüero | 1 | -1/+1 | |
| 2013-08-13 | Added pagination-size mixin | ggam | 2 | -38/+26 | |
| 2013-08-13 | fixes #8985: only specify minified dist files for bower | Mark Otto | 1 | -1/+1 | |
| 2013-08-12 | fix negative indenting in button group for nested button groups | Mark Otto | 3 | -3/+9 | |
| 2013-08-12 | copy | Mark Otto | 1 | -1/+1 | |
| 2013-08-12 | Drop the accordion for the panel | Mark Otto | 11 | -112/+231 | |
| * Deletes the accordion.less file * Extends the panel to be collapsible with our JS plugin * Supports panel color variations | |||||
| 2013-08-12 | mention fubared state of overflow hidden on body in android and iOS to fix ↵ | Mark Otto | 1 | -0/+3 | |
| #8975 and #9315 | |||||
| 2013-08-12 | Merge pull request #9389 from twbs/emphasize-git-HEAD | Mark Otto | 2 | -3/+8 | |
| Emphasize git HEAD downloads | |||||
| 2013-08-12 | invert dropdown styles in navbar for inverse variation | Mark Otto | 3 | -1/+55 | |
| 2013-08-12 | Merge branch '3.0.0-wip' into bs3_navbar_overhaul | Mark Otto | 9 | -80/+92 | |
| Conflicts: components.html dist/css/bootstrap.min.css | |||||
| 2013-08-12 | Merge pull request #9396 from twbs/docs-html-validation | Mark Otto | 7 | -59/+86 | |
| add HTML5 validation of docs pages to the build | |||||
| 2013-08-12 | finish fixing #9295: add button group buttons to new input group sizing | Mark Otto | 3 | -5/+9 | |
| 2013-08-12 | fixes #9400: add box-sizing to pseudo elements as well | Mark Otto | 3 | -3/+7 | |
| 2013-08-12 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 5 | -77/+80 | |
| 2013-08-12 | Navbar refactor | Mark Otto | 8 | -456/+599 | |
| * Now responsive by default (fits better with mobile-first approach) * Requires `.nav-header` to group `.navbar-brand` and `.navbar-toggle` for proper mobile display. * Changed `.nav-collapse` to `.navbar-collapse` * Simplified examples in docs | |||||
| 2013-08-12 | Components docs: Dropdowns section: add .sr-only toggle buttons so ↵ | Chris Rebert | 1 | -6/+9 | |
| aria-labelledby validates | |||||
| 2013-08-12 | add alt text to <img>s in javascript.html | Chris Rebert | 1 | -4/+4 | |
| 2013-08-12 | add alt text to <img>s in components.html | Chris Rebert | 1 | -4/+4 | |
| 2013-08-12 | add src attribute to holder.js-powered <img>s so that they validate | Chris Rebert | 3 | -24/+24 | |
| use `data:` URL of empty invalid PNG: src="data:image/png;base64," | |||||
| 2013-08-12 | add ARIA roles to Dropdown examples in Components docs | Chris Rebert | 1 | -26/+26 | |
| 2013-08-12 | add HTML5 validation of docs pages to the build | Chris Rebert | 4 | -1/+25 | |
| 2013-08-12 | Merge pull request #9399 from twbs/make-docs-html-more-valid | Chris Rebert | 5 | -74/+77 | |
| Make docs HTML more valid | |||||
| 2013-08-12 | drop iframe attributes for CSS styling | Mark Otto | 2 | -2/+7 | |
| 2013-08-12 | give navbar forms non-empty `action`s | Chris Rebert | 1 | -3/+3 | |
| 2013-08-12 | use unique IDs in Forms examples in docs | Chris Rebert | 1 | -32/+32 | |
| 2013-08-12 | rm unnecessary blank id attribute | Chris Rebert | 1 | -1/+1 | |
| 2013-08-12 | Headings docs: use put <hN>s within <td>s instead of <th>s | Chris Rebert | 2 | -11/+9 | |
| 2013-08-12 | add alt text to <img>s in Images section of CSS docs | Chris Rebert | 1 | -6/+6 | |
| 2013-08-12 | add alt text to media object <img>s | Chris Rebert | 1 | -10/+10 | |
| 2013-08-12 | add alt text to thumbnail <img>s | Chris Rebert | 1 | -5/+5 | |
| 2013-08-12 | add alt text to carousel <img>s | Chris Rebert | 1 | -4/+4 | |
| 2013-08-12 | Validation states docs: fix closing tag | Chris Rebert | 1 | -1/+1 | |
