| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-11-28 | run grunt after last merge | Mark Otto | 1 | -3/+3 | |
| 2013-11-28 | Merge branch 'master' into pr/11614 | Mark Otto | 1 | -109/+2 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-11-28 | grunt after merge of last pr; unsure why, but this is rengerating the ↵ | Mark Otto | 1 | -8/+8 | |
| banners and spacing | |||||
| 2013-11-28 | add builded files from dist/ | Tobias Lindig | 1 | -117/+10 | |
| 2013-11-26 | run grunt | Mark Otto | 1 | -0/+1 | |
| 2013-11-25 | Fix for Issue #11411 | Jesse Mandel | 1 | -1/+2 | |
| 2013-11-19 | add support for button dropdowns in justified button groups | aentan | 1 | -1/+7 | |
| 2013-11-17 | Run grunt dist | Julian Thilo | 1 | -1/+1 | |
| 2013-11-16 | fixes #11449: use menlo over monaco | Mark Otto | 1 | -1/+1 | |
| 2013-11-16 | fixes #10744: back to solid borders on carets | Mark Otto | 1 | -2/+1 | |
| 2013-11-13 | Remove unusual keyframes prefixes | Zlatan Vasović | 1 | -18/+0 | |
| 2013-11-09 | Fix #11400 and #11431 | Zlatan Vasović | 1 | -0/+8 | |
| 2013-11-08 | Add missing `.small` styles and docs | Zlatan Vasović | 1 | -2/+4 | |
| 2013-11-07 | Simplify table state styles | Zlatan Vasović | 1 | -60/+51 | |
| 2013-11-06 | Fixes #11295: Restore offset, push, and pull zero classes (e.g., ↵ | Mark Otto | 1 | -0/+39 | |
| .col-md-offset-0) | |||||
| 2013-11-06 | bump versions to v3.0.2 | Mark Otto | 1 | -1/+1 | |
| 2013-11-02 | Use nesting for .placeholder() | Zlatan Vasović | 1 | -16/+16 | |
| 2013-10-31 | Support .h1 in place of h1 inside .jumbotron | Kevin Locke | 1 | -2/+4 | |
| As in #7284, it can often be useful to style text like a heading in places where using the heading tag would be either semantically incorrect, less accessible, or otherwise invalid. Support this in .jumbotron as in the rest of the document by allowing elements with class .h1 to stand in for the h1 element. Signed-off-by: Kevin Locke <[email protected]> | |||||
| 2013-10-30 | 3.0.1v3.0.1 | Mark Otto | 1 | -1/+1 | |
| 2013-10-30 | Combine multiple .thumbnail > img styles | Zlatan Vasović | 1 | -5/+2 | |
| 2013-10-28 | Fixes #10341: don't change border color on contextual table classes | Mark Otto | 1 | -6/+0 | |
| 2013-10-28 | Fixes #10516: Use auto positioning for dropdowns in justified nav to fix ↵ | Mark Otto | 1 | -0/+10 | |
| Firefox rendering | |||||
| 2013-10-28 | Add -moz-osx-font-smoothing | Zlatan Vasović | 1 | -0/+4 | |
| 2013-10-26 | Fixes #11206: remove left padding on first inline list item | Mark Otto | 1 | -0/+4 | |
| 2013-10-26 | Add .animation() mixin | Zlatan Vasović | 1 | -3/+0 | |
| 2013-10-26 | Add another newline to improve final code readability | Zlatan Vasović | 1 | -0/+1 | |
| This divides banner from code. | |||||
| 2013-10-21 | Fixes #10601: Use overflow-y: auto; for navbar collapse instead of visible ↵ | Mark Otto | 1 | -1/+1 | |
| to better enable scrolling on Android 4.x | |||||
| 2013-10-20 | Merge branch 'master' into pr/10656 | Mark Otto | 1 | -619/+714 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-10-20 | Remove default z-index on navbar and only set on static and fixed variants | Mark Otto | 1 | -2/+1 | |
| 2013-10-20 | Fixes #10433: Navbar z-index refactor | Mark Otto | 1 | -1/+2 | |
| * Resets the default navbar z-index to auto at a certain breakpoint * Adds fixed navbar z-index var to fixed bottom navbar (previously only on fixed top navbar) | |||||
| 2013-10-20 | fixes #11139: add position: relative; to .modal-dialog so that z-index takes ↵ | Mark Otto | 1 | -0/+1 | |
| effect | |||||
| 2013-10-20 | Merge branch 'master' of https://github.com/jeonghwan-kim/bootstrap into ↵ | Mark Otto | 1 | -1/+2 | |
| jeonghwan-kim-master Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-10-20 | Fixes #10522: Enable use of form validation class on .radio, .checkbox, ↵ | Mark Otto | 1 | -3/+15 | |
| .radio-inline, and .checkbox-inline | |||||
| 2013-10-20 | fixes #11126: remove box-shadow from open dropdown toggle with .btn-link | Mark Otto | 1 | -0/+5 | |
| 2013-10-20 | Merge branch 'master' into carousel_indicators_ie | Mark Otto | 1 | -1/+0 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-10-20 | fixes #11151: remove unused h5bp class from print CSS | Mark Otto | 1 | -1/+0 | |
| 2013-10-20 | run grunt dist | Mark Otto | 1 | -1/+1 | |
| 2013-10-20 | Fixes #10903 and #10457: IE8-9 don't support events on elements without ↵ | Mark Otto | 1 | -1/+3 | |
| background-color, so we have to hack it | |||||
| 2013-10-16 | Active state overrides contextual list-item styles | Max Edmands | 1 | -6/+6 | |
| 2013-10-16 | Adding contextual styles to list-items | Aaron Borden | 1 | -0/+30 | |
| 2013-10-16 | Fixes issue #11122 -- navbar-fixed-bottom border | jeonghwan | 1 | -1/+2 | |
| Enable border-top in .navbar-fixed-bottom | |||||
| 2013-10-14 | run grunt | Chris Rebert | 1 | -1/+1 | |
| 2013-10-14 | extended hover state of linked versions of .thumbnail | Rogério Yokomizo | 1 | -1/+2 | |
| 2013-10-14 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+1 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-10-14 | unnest the list-group-item link variation for #11085 and #11088 | Mark Otto | 1 | -9/+9 | |
| 2013-10-14 | fix .table-responsive media query; refs #11067 | Chris Rebert | 1 | -1/+1 | |
| 2013-10-13 | scope top padding of .form-control-static to be within horizontal forms ↵ | Mark Otto | 1 | -1/+4 | |
| only; fixes #10927 | |||||
| 2013-10-13 | move .hidden to utilities; fixes #10997 | Mark Otto | 1 | -5/+5 | |
| 2013-10-13 | run grunt on that scaffolding change | Mark Otto | 1 | -1/+1 | |
| 2013-10-13 | Merge branch 'master' into restore_grid_mixins | Mark Otto | 1 | -20/+0 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
