| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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. | |||||
| 2013-08-27 | components.html: fix grammar | Chris Rebert | 1 | -1/+1 | |
| 2013-08-27 | fix styling of alert-dismissable example | Chris Rebert | 1 | -2/+2 | |
| 2013-08-27 | Fixes #10082: document `.navbar-form` | Mark Otto | 1 | -14/+48 | |
| * Adds new section to navbar docs with example * Updates example classes for all collapsing navbars so their numbers increment as you scroll | |||||
| 2013-08-27 | Merge pull request #10209 from clbn/master | Mark Otto | 1 | -2/+2 | |
| Fixes #10207: alert-dismissable example requires contextual class | |||||
| 2013-08-27 | add role="button" | Tom Pietschker | 1 | -3/+3 | |
| 2013-08-27 | per the docs - use <a> instead of <button> | Tom Pietschker | 1 | -3/+3 | |
| 2013-08-27 | Fixes #10207: alert-dismissable example requires contextual class | Alex Olshansky | 1 | -2/+2 | |
| 2013-08-26 | Fixes #10137: correct classes on thumbnails | Mark Otto | 1 | -4/+4 | |
| 2013-08-26 | Address #9873 and fix #9774 | Mark Otto | 1 | -1/+5 | |
| * Update styling of justified nav links to be more mobile friendly (with all four rounded corners and some margin between items) * Add note to docs to callout bogus WebKit rendering on component and example | |||||
| 2013-08-24 | Add even more role="button" attributes | Kevin Suttle | 1 | -2/+2 | |
| Missed the <a class="btw" in my regex search | |||||
| 2013-08-24 | Add role="button" to <a> buttons | Kevin Suttle | 1 | -4/+4 | |
| These should really be <button> elements, but until that gets squared away, this will suffice. | |||||
| 2013-08-24 | turn some buttons into <button> elements where possible | Mark Otto | 1 | -7/+19 | |
| 2013-08-23 | Merge pull request #9931 from realityking/toolbar | Chris Rebert | 1 | -12/+12 | |
| Add role="toolbar" to elements with .btn-toolbar. | |||||
| 2013-08-21 | remove .btn-group | jody tate | 1 | -1/+1 | |
| Removing this class--it's not used in the example and using it causes "bad things to happen." http://jsfiddle.net/josephtate/Jn6H4/ | |||||
| 2013-08-20 | Add role="toolbar" to elements with .btn-toolbar. | Rouven Weßling | 1 | -12/+12 | |
| 2013-08-20 | Correct "Aligninment" -> "Alignment" typo. | Chris Lamb | 1 | -1/+1 | |
| Signed-off-by: Chris Lamb <[email protected]> | |||||
| 2013-08-19 | Update thumbnails col classes | Mark Otto | 1 | -9/+9 | |
| 2013-08-19 | fix typo | Yulong Liu | 1 | -1/+1 | |
| 2013-08-19 | Fix remainder of panel default examples and reorder nav links | Mark Otto | 1 | -4/+4 | |
| 2013-08-19 | Fix broken tables in panel groups example | Mark Otto | 1 | -2/+2 | |
| 2013-08-19 | More legible examples for progress bars | Mark Otto | 1 | -16/+48 | |
| 2013-08-19 | Double quotes not single quotes | Mark Otto | 1 | -2/+2 | |
| 2013-08-19 | Consistent alert link examples (adds warning and reorders) | Mark Otto | 1 | -6/+12 | |
| 2013-08-19 | Doh! Really undo that navbar thing | Mark Otto | 1 | -18/+16 | |
| 2013-08-19 | remove redundant docs section | Mark Otto | 1 | -4/+0 | |
| 2013-08-18 | Merge branch '3.0.0-wip' into bs3_homepage | Mark Otto | 1 | -21/+17 | |
| Conflicts: customize.html dist/css/bootstrap.min.css | |||||
| 2013-08-18 | Merge branch '3.0.0-wip' into bs3_panel_base_class | Mark Otto | 1 | -13/+9 | |
| Conflicts: dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css | |||||
| 2013-08-18 | Refactor alerts to have a base class, but no default class, thus requiring a ↵ | Mark Otto | 1 | -13/+9 | |
| modifier class at all times | |||||
| 2013-08-18 | Refactor panels to have a base class for improved flexibility when ↵ | Mark Otto | 1 | -8/+8 | |
| customizing (and no overriding to start, too) | |||||
| 2013-08-18 | move glyphicons styles to docs css | Mark Otto | 1 | -39/+0 | |
| 2013-08-18 | Merge branch '3.0.0-wip' into glyphicons-LESS-fixes | Mark Otto | 1 | -12/+12 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-18 | Merge branch '3.0.0-navbar-default' of ↵ | Mark Otto | 1 | -12/+12 | |
| https://github.com/juthilo/bootstrap-wip into juthilo-3.0.0-navbar-default Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-18 | account for 9fa0a5d12718bef464e002d9b850aebcb63c79e4 in the docs | Chris Rebert | 1 | -5/+5 | |
| 2013-08-18 | regenerate Glyphicons listing/demo section of docs | Chris Rebert | 1 | -161/+176 | |
| 2013-08-18 | Add a .navbar-default class for default colors | Julian Thilo | 1 | -12/+12 | |
| * Extract color styles from .navbar { } and put them into .navbar-default { } * Change variable names * Change the docs accordingly (i.e., add the .navbar-default class to all default navbars) * Change customizer accordingly | |||||
| 2013-08-18 | fix wrong closing tag on Glyphicons-in-buttons examples | Chris Rebert | 1 | -8/+8 | |
| 2013-08-18 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -1/+1 | |
