| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-14 | Removed containers, and moved brand to after the navbar-toggle | Luis Aleman | 1 | -64/+60 | |
| 2013-08-14 | Merge pull request #9531 from ggam/docs-indentation | Chris Rebert | 1 | -7/+7 | |
| Fixed inconsistencies in JavaScript examples | |||||
| 2013-08-14 | Removed trailing semicolons from examples | ggam | 1 | -6/+6 | |
| 2013-08-14 | Fixed indentation in JavaScript example | ggam | 1 | -1/+1 | |
| 2013-08-14 | Add .navbar-header, and correct .nav-collapse | Luis Aleman | 1 | -9/+13 | |
| 2013-08-14 | Get rid of navbar-brand margin-right | Luis Aleman | 3 | -3/+1 | |
| 2013-08-14 | Merge pull request #9489 from BBosman/ol-breadcrumb | Mark Otto | 1 | -8/+8 | |
| OL breadcrumbs | |||||
| 2013-08-14 | Merge pull request #9493 from brenoc/3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| Reference only not minified files in Bower | |||||
| 2013-08-14 | Merge pull request #9496 from BBosman/accordion-border-color | Mark Otto | 1 | -5/+0 | |
| Remove old accordion remnant | |||||
| 2013-08-14 | Merge pull request #9499 from ggam/docs-print | Mark Otto | 1 | -1/+1 | |
| Added hidden-print class to docs sidebar | |||||
| 2013-08-14 | Merge pull request #9502 from Luis-TP/navbar-padding | Mark Otto | 3 | -5/+3 | |
| Remove .navbar-collapse padding when not in mobile context | |||||
| 2013-08-14 | Remove .navbar-collapse padding when not in mobile context | Luis Aleman | 3 | -5/+3 | |
| 2013-08-14 | Added hidden-print class to docs sidebar | ggam | 1 | -1/+1 | |
| 2013-08-14 | Made panel-variant apply styles only to first child | ggam | 1 | -2/+2 | |
| 2013-08-14 | Remove old accordion remnant | Bas Bosman | 1 | -5/+0 | |
| 2013-08-14 | Reference only not minified files in Bower | Breno Calazans | 1 | -1/+1 | |
| Fixes #8985 | |||||
| 2013-08-14 | Ordered breadcrumbs | Bas Bosman | 1 | -8/+8 | |
| 2013-08-14 | fixes #9406: proper border for justified btn-groups inside tables | Luca Wehrstedt | 3 | -1/+3 | |
| 2013-08-14 | Merge pull request #9463 from PMPP/css-ex-fix | Chris Rebert | 1 | -2/+2 | |
| CSS Grid old classes in use | |||||
| 2013-08-14 | CSS Grid old classes in use | Pedro Pereira | 1 | -2/+2 | |
| 2013-08-14 | rm `action` attr from highlighted example code too | Chris Rebert | 1 | -1/+1 | |
| fixup to e61c71e0775f676c3e404e7a8853949c78bc4511 | |||||
| 2013-08-13 | tweak punctuation in sentence of docs | Chris Rebert | 1 | -1/+1 | |
| 2013-08-13 | Merge pull request #9451 from Luis-TP/3.0.0-wip | Mark Otto | 3 | -2/+11 | |
| Fix .navbar-right > .dropdown-menu alignment | |||||
| 2013-08-13 | Apply mixin to correct class | Luis Aleman | 3 | -3/+7 | |
| 2013-08-13 | fixes issue after navbar is collapsed, dropdown-menus on uncollapsed menu ↵ | Jason Harbert | 2 | -2/+3 | |
| are no longer visible | |||||
| 2013-08-13 | Fix .navbar-right > .dropdown-menu alignment | Luis Aleman | 3 | -2/+7 | |
| 2013-08-13 | Merge pull request #9443 from mattleff/patch-1 | Chris Rebert | 1 | -1/+1 | |
| Tiny typo in class prefix | |||||
| 2013-08-13 | Typo | Matthew Leffler | 1 | -1/+1 | |
| 2013-08-13 | remove accordion from customizer; shorten min height for affixv3.0.0-rc.2 | Mark Otto | 2 | -7/+1 | |
| 2013-08-13 | fixes #9439: use overflow: auto on navbar collapse | Mark Otto | 3 | -5/+5 | |
| 2013-08-13 | Overhaul navbar alignment (.pull-) utilities (fixes #9440) | Mark Otto | 4 | -25/+42 | |
| Now navbars have their own float utility classes, mixin-ed versions of `.pull-left` and `.pull-right`. * Removed chained `.navbar-nav.pull-right` * Added `.navbar-left` and `.navbar-right` as mixins of the default float utilities, but only above the `@grid-float-breakpoint` to match the new navbar behavior * Updated components docs to match the new changeas * Added callout about component alignment here to explain the new classes | |||||
| 2013-08-13 | grunt dist on prev forms change | Mark Otto | 2 | -29/+29 | |
| 2013-08-13 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -2/+2 | |
| 2013-08-13 | only affix the sidenav in the docs if the viewport is >800px tall (fixes ↵ | Mark Otto | 1 | -16/+18 | |
| #8704 and avoids #8721) | |||||
| 2013-08-13 | nuke the box-shadow on uncollapsed navbar-collapse | Mark Otto | 3 | -1/+3 | |
| 2013-08-13 | Merge pull request #9437 from ggam/patch-1 | Mark Otto | 1 | -2/+2 | |
| Swapped input-lg and input-sm | |||||
| 2013-08-13 | Swapped input-lg and input-sm | Guillermo González de Agüero | 1 | -2/+2 | |
| Fixing my own error. Thanks to @kyleledbetter for reporting. | |||||
| 2013-08-13 | better rc2 download action | Mark Otto | 1 | -2/+2 | |
| 2013-08-13 | fix up broken tests by removing empty attr | Mark Otto | 1 | -1/+1 | |
| 2013-08-13 | fix navbar border in docs | Mark Otto | 1 | -0/+1 | |
| 2013-08-13 | Merge pull request #9403 from twbs/bs3_navbar_overhaul | Mark Otto | 9 | -462/+686 | |
| BS3: Navbar overhaul | |||||
| 2013-08-13 | Merge branch '3.0.0-wip' into bs3_navbar_overhaul | Mark Otto | 24 | -308/+575 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-13 | lighter default navbar, add borders to navbars, tweak padding and alignments | Mark Otto | 4 | -17/+43 | |
| 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) | |||||
