| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-13 | Apply mixin to correct class | Luis Aleman | 1 | -1/+3 | |
| 2013-08-13 | Fix .navbar-right > .dropdown-menu alignment | Luis Aleman | 1 | -1/+4 | |
| 2013-08-13 | fixes #9439: use overflow: auto on navbar collapse | Mark Otto | 1 | -2/+2 | |
| 2013-08-13 | Overhaul navbar alignment (.pull-) utilities (fixes #9440) | Mark Otto | 1 | -11/+19 | |
| 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 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -2/+2 | |
| 2013-08-13 | nuke the box-shadow on uncollapsed navbar-collapse | Mark Otto | 1 | -0/+1 | |
| 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 | Merge branch '3.0.0-wip' into bs3_navbar_overhaul | Mark Otto | 8 | -118/+151 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-13 | lighter default navbar, add borders to navbars, tweak padding and alignments | Mark Otto | 2 | -6/+18 | |
| 2013-08-13 | fixes #9431: specify font-size in dropdown menus to avoid inheritance issues | Mark Otto | 1 | -0/+1 | |
| 2013-08-13 | Merge branch '3.0.0-wip' into bs3_drop_accordion_for_panel | Mark Otto | 4 | -80/+98 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-13 | Merge pull request #9410 from ggam/pagination-size | Mark Otto | 2 | -38/+26 | |
| Added pagination-size mixin | |||||
| 2013-08-13 | Merge pull request #9421 from ggam/input-size | Mark Otto | 2 | -33/+26 | |
| Added input-size mixin | |||||
| 2013-08-13 | enable button groups in vertical button groups | Mark Otto | 1 | -13/+20 | |
| 2013-08-13 | Added input-size mixin | ggam | 2 | -33/+26 | |
| 2013-08-13 | derp | Mark Otto | 1 | -8/+35 | |
| 2013-08-13 | Fixed errors | Guillermo González de Agüero | 1 | -1/+1 | |
| 2013-08-13 | Added pagination-size mixin | ggam | 2 | -38/+26 | |
| 2013-08-12 | fix negative indenting in button group for nested button groups | Mark Otto | 1 | -1/+4 | |
| 2013-08-12 | Drop the accordion for the panel | Mark Otto | 4 | -38/+52 | |
| * Deletes the accordion.less file * Extends the panel to be collapsible with our JS plugin * Supports panel color variations | |||||
| 2013-08-12 | invert dropdown styles in navbar for inverse variation | Mark Otto | 1 | -0/+31 | |
| 2013-08-12 | Merge branch '3.0.0-wip' into bs3_navbar_overhaul | Mark Otto | 2 | -3/+7 | |
| Conflicts: components.html dist/css/bootstrap.min.css | |||||
| 2013-08-12 | finish fixing #9295: add button group buttons to new input group sizing | Mark Otto | 1 | -2/+4 | |
| 2013-08-12 | fixes #9400: add box-sizing to pseudo elements as well | Mark Otto | 1 | -1/+3 | |
| 2013-08-12 | Navbar refactor | Mark Otto | 2 | -93/+200 | |
| * Now responsive by default (fits better with mobile-first approach) * Requires `.nav-header` to group `.navbar-brand` and `.navbar-toggle` for proper mobile display. * Changed `.nav-collapse` to `.navbar-collapse` * Simplified examples in docs | |||||
| 2013-08-12 | fix navbar form alignment of inputs by restoring inline-block | Mark Otto | 1 | -0/+7 | |
| 2013-08-12 | fixes #9258: no more float bug with full-width grid columns by removing ↵ | Mark Otto | 1 | -9/+17 | |
| float on all .col-*-12 classes | |||||
| 2013-08-12 | drop the class on the button group toggles CSS (alt fix to #9297) | Mark Otto | 1 | -2/+2 | |
| 2013-08-12 | undo the grid max-width boundary because it makes offsets kinda borked ↵ | Mark Otto | 1 | -4/+0 | |
| (you'd have to set twice, for medium and large, in most cases--and that sucks) | |||||
| 2013-08-12 | fixes #9392: no need for width auto on inline/navbar form controls given ↵ | Mark Otto | 1 | -5/+0 | |
| inline-block on parent form group | |||||
| 2013-08-12 | Newfangled input and button group sizing (fixes #9295) | Mark Otto | 2 | -0/+19 | |
| Instead of applying `.btn-` or `.input-` to individual elements in button and input groups, we now have new sizing classes to keep your markup a little leaner. * Add `.input-group-sm` or `.input-group-lg` to your `.input-group` to replicate `.input-sm` and `.input-lg`, respectively. * Add `.btn-group-xs`, `.btn-group-sm`, or `.btn-group-lg` to your `.btn-group` to replicate `.btn-xs`, `.btn-sm`, and `. btn-lg`, respectively. Both sets of new sizing classes simply use the existing individual sizing classes as mixins, so customization of them is automatically inherited when compiling. | |||||
| 2013-08-12 | update grid xs mixin and update docs to match new mixins | Mark Otto | 1 | -2/+2 | |
| 2013-08-12 | inherit font-size in code when inside pre | Mark Otto | 1 | -0/+1 | |
| 2013-08-12 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 2 | -16/+21 | |
| 2013-08-12 | fixes #9382: inline forms now require use of .form-group for proper ↵ | Mark Otto | 1 | -19/+35 | |
| alignment of all form controls | |||||
| 2013-08-12 | Merge pull request #9373 from ggam/button-sizes | Mark Otto | 2 | -8/+13 | |
| Added button-size mixin | |||||
| 2013-08-12 | Merge pull request #9371 from ggam/buttons-consistency | Mark Otto | 2 | -8/+8 | |
| Renamed btn-pseudo-states mixin to btn-variant for consistency | |||||
| 2013-08-12 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -2/+1 | |
| 2013-08-12 | Drop background-clip and background-size mixins since they have no prefixes ↵ | Mark Otto | 5 | -15/+3 | |
| anyway | |||||
| 2013-08-12 | Removed remaining Glyphicons mentions in carousel.less | ggam | 1 | -2/+1 | |
| 2013-08-12 | Added button-size mixin | ggam | 2 | -8/+13 | |
| 2013-08-12 | Renamed btn-pseudo-states mixin to btn-variant for consistency | ggam | 2 | -8/+8 | |
| 2013-08-12 | fix #9239 by restoring old ie8 responsive img foo | Mark Otto | 1 | -0/+6 | |
| 2013-08-12 | fixes #9266 manually on account of list group file reorganization | Mark Otto | 1 | -4/+2 | |
| 2013-08-12 | fixes #8835: make it so active list group items aren't dependent on an <a> tag | Mark Otto | 1 | -31/+30 | |
| 2013-08-12 | fixes #9310: alerts aren't dismissable by default, now requires ↵ | Mark Otto | 1 | -10/+19 | |
| .alert-dismissable if you need a close button | |||||
| 2013-08-12 | rename and refactor a smidge to add medium grid mixins | Mark Otto | 1 | -9/+42 | |
| 2013-08-12 | Merge branch 'patch-12' of https://github.com/ggam/bootstrap into ggam-patch-12 | Mark Otto | 1 | -14/+47 | |
| 2013-08-12 | Media query (grid and responsive utilities) overhaul | Mark Otto | 3 | -61/+198 | |
| Grid classes have been changed to account for a fourth set of classes, meaning we now have XS, S, M, and L options. Specifically, we made the following changes: * Renames `.col-` to `.col-xs-` * Adds `.col-md-` for devices 992px wide and up * Remaps `.col-lg-` for devices 1200px wide and up Alongside that, we've updated our media queries to better handle advanced grid layouts: * All column classes now kick in when they hit a `min-width`, undoing the #9128 fix in https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb c690f3a65 * All column offsets, pushes, and pulls are scoped to an appropriate range, meaning a `min-width` and `max-width` (thanks for the idea, @eratzlaff) We've also modified the widths of our grid containers for the small device grid (now a max 720px instead of 728px) and large device grid (now a max 1140px instead of 1170px) to avoid horizontal scrollbar problems in Firefox (likely due to box-sizing, which is why we didn't see it in 2.x). Similarly, we've updated the responsive ultility classes to match the new four media query approach of the grid system. That means we've: * Added new `.visible-xs` and `.hidden-xs` classes * Reassigns visible and hidden classes for small, medium, and large to matching grid system media queries * Updates docs examples to match grid system and account for fourth utility range ----- Fixes the following: * #9135: fourth grid tier * #9302: undoes previous range change for small grid system, so no need to update any docs here * #8755: consistent grid and responsive utilities schemas) * #9195, #9216, and #9227: no more horizontal scrollbars | |||||
| 2013-08-11 | simplify padding in list groups and margins on badges within | Mark Otto | 1 | -3/+2 | |
