| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-01-12 | Fix up .brand in navbar of docs | Mark Otto | 1 | -5/+0 | |
| 2013-01-12 | white text on buttons on hover for links | Mark Otto | 1 | -0/+1 | |
| 2013-01-12 | Update Holder.js 1.6 to 1.9 | Mark Otto | 1 | -54/+113 | |
| 2013-01-12 | Nuke shadow on pagination | Mark Otto | 1 | -2/+0 | |
| 2013-01-12 | fixed navbars fixings | Mark Otto | 1 | -7/+0 | |
| 2013-01-12 | Remove shadows from active links in navbar | Mark Otto | 1 | -2/+0 | |
| 2013-01-12 | Tweak button | Mark Otto | 1 | -16/+8 | |
| 2013-01-12 | buttons and button group flattening improvements | Mark Otto | 3 | -110/+6 | |
| 2013-01-12 | finetune buttons flattened colors | Mark Otto | 1 | -54/+96 | |
| 2013-01-12 | Flatten navbar | Mark Otto | 2 | -44/+19 | |
| 2013-01-12 | Merge branch '3.0.0-wip' into bs3-flatten | Mark Otto | 9 | -1195/+323 | |
| 2013-01-12 | Remove mention of Extend page from readme and index page | Mark Otto | 2 | -6/+0 | |
| 2013-01-12 | Remove Extend page from the docs entirely | Mark Otto | 2 | -475/+0 | |
| * Information was old and out of date on compiling Bootstrap * Information was also not directly related to Bootstrap with background info on Less and apps for compiling (Google it, yo) * Starter template and recommended HTML is already in use on the Getting Started page | |||||
| 2013-01-12 | Remove parent div from pagination component | Mark Otto | 3 | -273/+146 | |
| * No more div.pagination; it's now just ul.pagination * No more .pagination-right or .pagination-centered * Sizes remain * Any further customization, such as alignment, should be done on the individual application or site level. | |||||
| 2013-01-12 | Update extend page to point to readme for compiling. | Mark Otto | 2 | -18/+2 | |
| Note that we'll be dropping this page entirely as it's out of date and other compiling options are not recommended for contributing back to the project. | |||||
| 2013-01-12 | Keyboard accessibility in documentation | Patrick H. Lauke | 2 | -64/+64 | |
| Removed unnecessary (?) and harmful (from a keyboard access point of view) tabindex=-1 in the documentation examples. | |||||
| 2013-01-12 | Cleaned up dirty CSS | Patrick H. Lauke | 2 | -642/+1636 | |
| Used recess rather than less | |||||
| 2013-01-12 | Address #6459 and add mention of disabled links in dropdowns to le docs | Mark Otto | 2 | -0/+38 | |
| 2013-01-12 | Merge pull request #6462 from cvrebert/input-required-docs-fix-2.3.0 | Mark Otto | 2 | -2/+2 | |
| update 2.3.0 docs to reflect #5786 | |||||
| 2013-01-12 | Merge pull request #6463 from cvrebert/input-required-docs-fix-3.0.0 | Mark Otto | 2 | -2/+2 | |
| update 3.0.0 docs to reflect #5786 | |||||
| 2013-01-12 | fix username navbar text in fluid example for responsive variations | Mark Otto | 1 | -0/+9 | |
| 2013-01-11 | Fixes #6538: Add th support to all the .table-rounded selectors | Mark Otto | 1 | -4/+10 | |
| 2013-01-11 | Fixes #6528: Make .navbar a:hover .caret use @navbarlinkcolorhover and not ↵ | Mark Otto | 1 | -2/+2 | |
| -active | |||||
| 2013-01-11 | Address #6545: clarify initialization of tooltips in docs | Mark Otto | 2 | -2/+2 | |
| 2013-01-11 | Fixes #6547: Make blockquotes use multiple of @baseFontSize | Mark Otto | 1 | -2/+2 | |
| 2013-01-11 | Fixes #6552: example fix for button group | Mark Otto | 2 | -6/+6 | |
| 2013-01-11 | Fixes #6553: example fix for validation states | Mark Otto | 2 | -0/+20 | |
| 2013-01-11 | Increase input group margin on bottom and vertically center to match inputs | Mark Otto | 1 | -1/+2 | |
| 2013-01-11 | Fixes #6473: Make .input-prepend and .input-append inline-block to match ↵ | Mark Otto | 1 | -0/+1 | |
| other form states | |||||
| 2013-01-11 | Fixes #6474: remove duplicate .btn border colors to make @btn-border work | Mark Otto | 1 | -7/+2 | |
| 2013-01-11 | Fixes #6478: scope table backgrounds to immediate td/th elements | Mark Otto | 1 | -10/+10 | |
| 2013-01-11 | Comment fix | Mark Otto | 1 | -1/+1 | |
| 2013-01-11 | Remove overflow: auto; from .tab-content | Mark Otto | 1 | -4/+0 | |
| 2013-01-11 | Fixes #6555: remove .controls-row from responsive | Mark Otto | 1 | -3/+0 | |
| 2013-01-11 | Remove navbar links from sticky footer navbar example | Mark Otto | 1 | -5/+0 | |
| 2013-01-11 | Merge branch 'wilfra-patch-2' into 2.3.0-wip | Mark Otto | 5 | -5/+5 | |
| 2013-01-10 | Nuke .popover-inner from the JS since we nuked it from the CSS/HTML long ago | Mark Otto | 3 | -5/+5 | |
| 2013-01-10 | Update docs/examples/marketing-narrow.html | William Franceschine | 1 | -1/+1 | |
| Updated copyright to 2013 | |||||
| 2013-01-10 | Update docs/examples/marketing-alternate.html | William Franceschine | 1 | -1/+1 | |
| Updated copyright to 2013 | |||||
| 2013-01-10 | Update docs/examples/hero.html | William Franceschine | 1 | -1/+1 | |
| Updated copyright to 2013 | |||||
| 2013-01-10 | Update docs/examples/carousel.html | William Franceschine | 1 | -1/+1 | |
| Updated copyright to 2013 | |||||
| 2013-01-10 | Update docs/examples/fluid.html | William Franceschine | 1 | -1/+1 | |
| Updated copyright to 2013 | |||||
| 2013-01-09 | Merge branch 'Justin-John-master' into 2.3.0-wip | Mark Otto | 1 | -0/+1 | |
| 2013-01-09 | add sticky footer with navbar | Mark Otto | 2 | -0/+167 | |
| 2013-01-09 | Add text alignment utility classes | Mark Otto | 3 | -0/+38 | |
| 2013-01-09 | Corrected carousel arrows to active.#6494, #6489 | Justin John Mathews | 1 | -0/+1 | |
| Corrected the carousel arrows to active on resizing the browser window. | |||||
| 2013-01-05 | update docs to reflect #5786 | Chris Rebert | 2 | -2/+2 | |
| 2013-01-05 | update docs to reflect #5786 | Chris Rebert | 2 | -2/+2 | |
| 2013-01-02 | Basic keyboard accessibility CSS tweaks | Patrick H. Lauke | 4 | -1685/+754 | |
| Mostly doubling-up :hover styles to also cover :focus, as a first step to making the framework more keyboard-friendly. Additionally, fixed two small markup issues in the docs/examples to make the "Learn more" large primary button-styled links keyboard-focusable (as without href they're treated as non-tabable anchors). | |||||
| 2012-12-28 | Super lame typo on my part, sorry @necolas :) | Mark Otto | 2 | -2/+2 | |
