| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-05 | Merge branch 'pullright' of https://github.com/liuyl/bootstrap into ↵ | Mark Otto | 1 | -8/+3 | |
| liuyl-pullright Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-05 | Fixes #8150: add `.static-form-control` for vertical alignment of static ↵ | Mark Otto | 1 | -1/+5 | |
| form text - Also fixes the vertical alignment of labels in horizontal layouts on account of the recent button and input padding changes - Also changes the vertical alignment of the checkboxes and radios in horizontal forms | |||||
| 2013-08-05 | Fixes #8872: widen the carousel indicators to prevent wrapping | Mark Otto | 1 | -2/+2 | |
| 2013-08-05 | Fixes #8795, a reoccurence of #1969 | Mark Otto | 1 | -0/+14 | |
| 2013-08-05 | More button updates | Mark Otto | 1 | -17/+33 | |
| - Fixes #9113 (caret colors in dropdown buttons) - Darken borders around buttons for contrast in button groups | |||||
| 2013-08-05 | Fixes #8770: mobile-first (stacked by default) horizontal dls | Mark Otto | 1 | -32/+29 | |
| 2013-08-05 | Fixes #8786 (part 2): new default button styles | Mark Otto | 1 | -10/+16 | |
| Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw | |||||
| 2013-08-05 | Fixes #8786 (part 1): darken hover states on buttons | Mark Otto | 1 | -12/+12 | |
| 2013-08-05 | Clean up mixins, fix #9100 (no ms-keyframes) | Mark Otto | 1 | -9/+0 | |
| - Spacing tweaks in the general mixins - Add comments to transform mixins about IE support - Remove `-ms-keyframes` because only IE10+ supports it, and without prefix | |||||
| 2013-08-05 | fixes #8832 and #8823: remove max-width from .navbar-brand when not mobile | Mark Otto | 1 | -0/+1 | |
| 2013-08-05 | run grunt dist | Mark Otto | 1 | -5/+6 | |
| 2013-08-04 | Fixes #9061: Panel titles should inherit color when linked | Mark Otto | 1 | -0/+4 | |
| 2013-08-04 | fixes #8805: ensure .active buttons in button groups behave like :active buttons | Mark Otto | 1 | -1/+3 | |
| 2013-08-04 | fixes #8793: remove padding-right from inputs with state changes | Mark Otto | 1 | -3/+0 | |
| 2013-08-04 | Enable input focus state customization | Mark Otto | 1 | -3/+3 | |
| - Add new mixin to generate and customize focus state as needed - Adds variable to set default color - Include clear disclaimer about customizing this—it's about users', so don't go making everything bright red and expect them not to be confused or alarmed. Relevant issues: #2742, #4185, #7942, #8171, #8610, #9044 | |||||
| 2013-08-04 | Fixes #8723: allow modals to not need the .fade class /cc @fat | Mark Otto | 1 | -2/+2 | |
| 2013-08-05 | btngroups | liuyl | 1 | -2/+2 | |
| 2013-08-03 | Greater standardization of sizing terminology | Chris Rebert | 1 | -29/+29 | |
| In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small | |||||
| 2013-08-04 | add line-height | liuyl | 1 | -1/+3 | |
| 2013-08-02 | Merge branch 'btngroup' of https://github.com/liuyl/bootstrap into ↵ | Mark Otto | 1 | -0/+1 | |
| liuyl-btngroup Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-02 | Merge branch 'navtext' of https://github.com/liuyl/bootstrap into liuyl-navtext | Mark Otto | 1 | -0/+2 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-02 | move form layouts from input groups back to forms (messed this up in ↵ | Mark Otto | 1 | -56/+56 | |
| b281ad64096d919145159ffbc4e1a5b284708d9b) | |||||
| 2013-08-02 | Remove requirement of `.list-group-flush` when list groups are in panels | Mark Otto | 1 | -17/+17 | |
| Fixes #8900 | |||||
| 2013-08-02 | Tighten up buttons and form controls | Mark Otto | 1 | -14/+17 | |
| * Smaller padding on buttons and large buttons * Same with inputs and large inputs * Remove about 10px from height of large inputs/buttons and 4px from regular ones Fixes #8707 and #8700. (Also relevant: #8711) | |||||
| 2013-08-02 | fixes #9015: bold links not semibold in alerts | Mark Otto | 1 | -1/+1 | |
| 2013-08-02 | Merge branch '3.0.0-wip-fixed-grid-push-pull-offset' of ↵ | Mark Otto | 1 | -33/+132 | |
| https://github.com/jtickle/fp-bootstrap into jtickle-3.0.0-wip-fixed-grid-push-pull-offset Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-02 | run grunt dist for #8967 | Mark Otto | 1 | -1/+7 | |
| 2013-08-02 | Fixes #8996: shift placement of justified CSS for nav component | Mark Otto | 1 | -27/+27 | |
| 2013-08-02 | Fix #9008: consolidate `.alert-block` styles into `.alert` | Mark Otto | 1 | -15/+10 | |
| 2013-08-01 | Added classes for lg-pull, lg-push, lg-offset, sm-pull, sm-push, sm-offset | Jeff Tickle | 1 | -33/+132 | |
| 2013-08-01 | add table-layout | liuyl | 1 | -0/+1 | |
| 2013-07-31 | fixes #8937: align the dropdown menus in input groups | Mark Otto | 1 | -0/+1 | |
| 2013-07-31 | Run make on prev work | Mark Otto | 1 | -27/+27 | |
| 2013-07-30 | Compiles changes to CSS | Brian Nelson | 1 | -2/+2 | |
| 2013-07-30 | make navbar-text float left | liuyl | 1 | -0/+2 | |
| 2013-07-29 | Refactor .input-* sizing a bit by not chaining to .form-control (fixes #8672) | Mark Otto | 1 | -2/+7 | |
| 2013-07-29 | fixes #8670: move list group bg color to individual items for mo betta rendering | Mark Otto | 1 | -1/+1 | |
| 2013-07-29 | Restore mini button (fixes #8644) | Mark Otto | 1 | -1/+6 | |
| 2013-07-29 | add focus to button group active button behavior | Mark Otto | 1 | -0/+2 | |
| 2013-07-29 | buttons | liuyl | 1 | -0/+5 | |
| 2013-07-28 | fixes #8714: correct stacked pills nav | Mark Otto | 1 | -1/+1 | |
| 2013-07-28 | make pull-right !important | liuyl | 1 | -8/+2 | |
| 2013-07-27 | fixes #8665: have modals use auto margin on sides and widen it instead of ↵ | Mark Otto | 1 | -6/+3 | |
| positioning and negative margin | |||||
| 2013-07-27 | Input groups overhaul | Mark Otto | 1 | -159/+164 | |
| * Moves input groups CSS into separate file * Moves input groups docs into the Components page * Add support for radios and checkboxes in input groups to fix #8679 | |||||
| 2013-07-27 | fixes #8659: remove lingering .nav-header | Mark Otto | 1 | -4/+0 | |
| 2013-07-27 | fixes #8675: align horizontal form label and input | Mark Otto | 1 | -1/+1 | |
| 2013-07-26 | rebuild + use serif arrows | fat | 1 | -0/+1 | |
| 2013-07-26 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | Mark Otto | 1 | -8/+14 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-07-26 | Fix up dropdowns being incorrectly positioned on nav pills | Mark Otto | 1 | -1/+1 | |
| 2013-07-26 | use transforms to make the dialog smooooth | fat | 1 | -8/+14 | |
