| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-12-28 | Rearrange repository contents because muahahahahahaha | Mark Otto | 1 | -2989/+0 | |
| 2013-12-26 | less fun to address #12008 | Mark Otto | 1 | -4/+4 | |
| 2013-12-23 | add callout about justified button group borders to address #11964 | Mark Otto | 1 | -0/+5 | |
| 2013-12-22 | fixes #11961: dropdown alignment docs improvements | Mark Otto | 1 | -2/+6 | |
| 2013-12-18 | Write Glyphicons to _data, generate Glyphicons markup | Ross Allen | 1 | -800/+6 | |
| This generates a glyphicons.yml file from the glyphicons.less source, and then components.html uses that data to generate the Glyphicons docs by iterating through the data. The _data directory was introduced in Jekyll 1.3.0, and GitHub Pages is already on [version 1.4.2][1]. Fixes #11862. [1] https://github.com/github/pages-gem/blob/master/github-pages.gemspec#L16 | |||||
| 2013-12-18 | add inline note about navbar sizing | Mark Otto | 1 | -1/+1 | |
| 2013-12-15 | fix typo in docs | Chris Rebert | 1 | -1/+1 | |
| 2013-12-15 | Fixes #11783: Document requirement of .container(-fluid) in navbars | Mark Otto | 1 | -60/+71 | |
| 2013-12-15 | Fixes #11799: Mention support of number of add-ons in docs | Mark Otto | 1 | -0/+1 | |
| 2013-12-15 | Browser/device support docs update | Mark Otto | 1 | -0/+5 | |
| * Fixes #11055: add mention of select menu styling on Android stock browsers with included optional fix * Update IDs and docs nav to include bookmark links to each section * Add callout to navbar docs about fixed position, inputs, and virtual keyboard | |||||
| 2013-12-14 | mention lack of support for split button dropdowns in vertical button groups | Mark Otto | 1 | -1/+1 | |
| 2013-12-14 | Fixes #10370: Improved and deprecated dropdown menu alignment options | Mark Otto | 1 | -2/+6 | |
| * Removes an old pair of selectors that didn’t properly target the right-aligned navbar alignment of dropdown menus. * Deprecates the `.pull-right` alignment in favor of a more specific and unique class name. * Adds `.dropdown-menu-right` as the new alignment class. This is then mixin-ed into the `.navbar-right.navbar-nav` dropdown menus for auto-alignment. * To override that auto-alignment, use `.dropdown-menu-left` as needed. | |||||
| 2013-12-07 | improve icon display on narrow devices | Mark Otto | 1 | -802/+804 | |
| 2013-12-07 | prevent horizontal scroll on components | Mark Otto | 1 | -1/+1 | |
| 2013-12-07 | Merge branch 'pr/11138' | Mark Otto | 1 | -0/+37 | |
| Conflicts: dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs-assets/js/raw-files.js | |||||
| 2013-12-07 | Contextual list group cleanup | Mark Otto | 1 | -12/+28 | |
| * Adds nav link to sidebar for contextual classes * Refactors to use prefixed classes, like .list-group-item-info, instead of chained classes * Adds default and linked variations to example in docs | |||||
| 2013-12-03 | fix invalid HTML in components.html | Chris Rebert | 1 | -1/+1 | |
| type="button" doesn't make sense for an <a> | |||||
| 2013-11-30 | Add docs example to go with #11536 | Mark Otto | 1 | -2/+19 | |
| 2013-11-30 | Fixes #11268: Account for badges within buttons by matching background to ↵ | Mark Otto | 1 | -0/+4 | |
| text color and text color to background | |||||
| 2013-11-29 | Merge pull request #11585 from thriqon/master | Mark Otto | 1 | -200/+200 | |
| Issue #11550 : Easily copyable classes | |||||
| 2013-11-29 | fixes #10699: use xs grid classes in regular thumbnail docs | Mark Otto | 1 | -5/+5 | |
| 2013-11-28 | Fixes #11634: Add warning to docs to not combine icon classes with other ↵ | Mark Otto | 1 | -0/+4 | |
| elements | |||||
| 2013-11-21 | Issue #11550 : Easily copyable classes | Jonas Weber | 1 | -200/+200 | |
| Removed all the periods. Tested in Chrome and Firefox (current versions). In Chrome you get a stray newline when triple-clicking, in Firefox it is clean. fixes #11550 | |||||
| 2013-11-21 | Make it clear there's a nested media element in the first example | Capi Etheriel | 1 | -1/+1 | |
| 2013-11-13 | Justified Nav rendering bug fixed in Chrome as of v31.0.1650.48 | Chris Rebert | 1 | -2/+2 | |
| 2013-11-06 | fix #11378 | Chris Rebert | 1 | -2/+2 | |
| 2013-10-26 | Remove multiple navbar z-index callout | Mark Otto | 1 | -4/+0 | |
| * Since we removed the z-index of our default navbars in 76baacf2c94bec03273639ef0ed966dad87cf37a, we no longer need this warning. * A quick test of the new code showed no problems with dropdowns falling behind a sibling navbar, so folks should be good to go. | |||||
| 2013-10-24 | doc that uncollapsing mobile navbar requires JS; per #10506 | Chris Rebert | 1 | -0/+4 | |
| 2013-10-24 | goofed on 1 dummy <img> src attribute; thanks @extesy | Chris Rebert | 1 | -1/+1 | |
| 2013-10-23 | rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216 | Chris Rebert | 1 | -15/+15 | |
| 2013-10-17 | Merge branch 'master' into navbar-button-docs | Mark Otto | 1 | -209/+814 | |
| 2013-10-17 | copy change, add to buttons anchor section | Mark Otto | 1 | -1/+1 | |
| 2013-10-16 | Adding contextual styles to list-items | Aaron Borden | 1 | -0/+21 | |
| 2013-10-16 | redo the glyphicons icons list to make icons not blurry on edges /cc @jankovarik | Mark Otto | 1 | -200/+800 | |
| 2013-10-15 | update jumbotron docs; fixes #11109 | Mark Otto | 1 | -9/+14 | |
| 2013-10-14 | Resolves #10923 | Alex Kalicki | 1 | -13/+17 | |
| Rebased from #10930 | |||||
| 2013-10-13 | docs notice for #11010 | Mark Otto | 1 | -0/+5 | |
| 2013-10-05 | Change all navbar example targets | Julian Thilo | 1 | -20/+20 | |
| According to comment on https://github.com/twbs/bootstrap/issues/10948#issuecomment-25751889 . | |||||
| 2013-10-05 | Fix #10948: Clarify navbar example target in docs | Julian Thilo | 1 | -2/+2 | |
| 2013-09-30 | document that multiple navbars aren't supported by default; addresses #10824 | Chris Rebert | 1 | -0/+4 | |
| 2013-09-20 | fix #10737 | Chris Rebert | 1 | -1/+1 | |
| 2013-09-19 | fix #10732 | Chris Rebert | 1 | -1/+1 | |
| 2013-09-12 | Added in list elements for dividers | Mike Francis | 1 | -0/+6 | |
| 2013-09-11 | add same accessibility warning from .form-inline to .navbar-form docs | Chris Rebert | 1 | -0/+5 | |
| 2013-09-04 | Add visibly hidden button text for screen reader users. | Cameron Cundiff | 1 | -8/+36 | |
| [Finishes #10448] | |||||
| 2013-09-02 | Merge pull request #10374 from tagliala/patch-2 | Julian Thilo | 1 | -1/+1 | |
| Fixed glyphicons count | |||||
| 2013-09-01 | Fixed glyphicons count | Geremia Taglialatela | 1 | -1/+1 | |
| Glyphicons are 200 refers to #9794 | |||||
| 2013-09-01 | fixes #10282: Cross reference tabs and tabs plugin | Mark Otto | 1 | -0/+4 | |
| 2013-08-30 | Fix broken link to alerts section of JS page. | Jonathon Leight | 1 | -1/+1 | |
| Link was pointing to #js-alerts, but that section of the page does not exist. Changed to #alerts instead. | |||||
| 2013-08-28 | Revert "fix styling of alert-dismissable example" | Chris Rebert | 1 | -2/+2 | |
| This reverts commit b3a23fa33a261295ed69adc9fbc75b70bf354962. | |||||
