| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-08-05 | Fix Issue #8175 - remove lh for input-lg|sm | geedmo | 1 | -2/+0 | |
| 2013-08-05 | Fix Issue #8175 | geedmo | 1 | -1/+1 | |
| 2013-08-05 | Merge pull request #9121 from Flydiverny/alerts | Mark Otto | 2 | -2/+4 | |
| Added padding variable for alerts and changed customize.html | |||||
| 2013-08-05 | Remove dupe hover background color | Mark Otto | 1 | -1/+0 | |
| 2013-08-05 | Update labels to include a base class | Mark Otto | 2 | -1/+7 | |
| * Builds on the new button styles by requiring a `.btn-default` for the regular, gray labels * Updates components examples to show new stuff | |||||
| 2013-08-06 | Added padding variable for alerts and changed customize.html Warning state ↵ | Markus Maga | 2 | -2/+4 | |
| (which doesn't exist anymore) | |||||
| 2013-08-05 | Fixes #8732: unfucks disabled fieldset form example with form groups | Mark Otto | 1 | -1/+0 | |
| 2013-08-05 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -1/+1 | |
| 2013-08-05 | Enable scrollable responsive nav bar | Mark Otto | 1 | -0/+22 | |
| Fixes #9007 in a hopefully decent way | |||||
| 2013-08-05 | carousel.less: copyedit explanatory comment | Chris Rebert | 1 | -1/+1 | |
| 2013-08-05 | Merge branch 'pullright' of https://github.com/liuyl/bootstrap into ↵ | Mark Otto | 4 | -10/+2 | |
| 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/+12 | |
| 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 | -3/+6 | |
| 2013-08-05 | Fixes #8795, a reoccurence of #1969 | Mark Otto | 1 | -0/+10 | |
| 2013-08-05 | More button updates | Mark Otto | 2 | -9/+30 | |
| - 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 | -12/+19 | |
| 2013-08-05 | Fixes #8786 (part 2): new default button styles | Mark Otto | 3 | -11/+10 | |
| Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw | |||||
| 2013-08-05 | Fixes #8786 (part 1): darken hover states on buttons | Mark Otto | 1 | -2/+2 | |
| 2013-08-05 | Fixes #9049: switch order of gradient mixin params to avoid problems for ↵ | Mark Otto | 1 | -2/+2 | |
| upgraders | |||||
| 2013-08-05 | Clean up mixins, fix #9100 (no ms-keyframes) | Mark Otto | 2 | -15/+9 | |
| - 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 | fixes #9063: add var for navbar border radius | Mark Otto | 2 | -2/+3 | |
| 2013-08-05 | Merge branch 'patch-1' of https://github.com/jholl/bootstrap into jholl-patch-1 | Mark Otto | 1 | -5/+5 | |
| 2013-08-04 | Fixes #9061: Panel titles should inherit color when linked | Mark Otto | 1 | -0/+3 | |
| 2013-08-04 | fixes #8805: ensure .active buttons in button groups behave like :active buttons | Mark Otto | 1 | -1/+2 | |
| 2013-08-04 | fixes #8793: remove padding-right from inputs with state changes | Mark Otto | 1 | -1/+0 | |
| 2013-08-04 | Enable input focus state customization | Mark Otto | 3 | -5/+25 | |
| - 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 | 8 | -23/+23 | |
| 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 | -0/+2 | |
| 2013-08-03 | Merge pull request #9036 from eratzlaff/3.0.0-wip | Mark Otto | 2 | -3/+3 | |
| Change value with variables for btn-large, btn-small and pagination | |||||
| 2013-08-03 | using @line-height-computed in .navbar-nav link | Maurice Fonk | 1 | -1/+1 | |
| When a user changed the @line-height-base/@line-height-computed var, the nav-bar items would not scale appropriately. | |||||
| 2013-08-03 | Update .navbar-toggle to match other navbar el | James Holland | 1 | -5/+5 | |
| In place of commit #9040, fix #8844 And sizing .navbar-toggle more like .btn elem + change `position:absolute` to `position:relative` + remove `right: 10px` in favor of `float:right` + change to `height: 34px` + remove `top:` in favor of `.navbar-vertical-align` basis new height + change `padding:` to match `.btn` el | |||||
| 2013-08-03 | Change value for padding on pagination to variables | Elvis Ratzlaff | 1 | -1/+1 | |
| 2013-08-03 | Change line-height value with variable for btn-large and btn-small | Elvis Ratzlaff | 1 | -2/+2 | |
| 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 | 2 | -41/+44 | |
| b281ad64096d919145159ffbc4e1a5b284708d9b) | |||||
| 2013-08-02 | Remove requirement of `.list-group-flush` when list groups are in panels | Mark Otto | 1 | -18/+18 | |
| Fixes #8900 | |||||
| 2013-08-02 | fix typo in comment | Chris Rebert | 1 | -1/+1 | |
| 2013-08-02 | Tighten up buttons and form controls | Mark Otto | 3 | -4/+10 | |
| * 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 | -34/+72 | |
| 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 | Resolves https://github.com/twbs/bootstrap/issues/9014. updates mixins to ↵ | Jon Schlinkert | 4 | -27/+27 | |
| consistently use semicolons as argument separator. Rebuild to confirm, no diff in compiled CSS. | |||||
| 2013-08-02 | Merge pull request #8967 from bassjobsen/patch-2 | Mark Otto | 1 | -1/+3 | |
| Update input-groups.less | |||||
| 2013-08-02 | Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip | Mark Otto | 1 | -0/+6 | |
| 2013-08-02 | Fixes #8996: shift placement of justified CSS for nav component | Mark Otto | 1 | -34/+33 | |
| 2013-08-02 | Fix #9008: consolidate `.alert-block` styles into `.alert` | Mark Otto | 1 | -17/+10 | |
| 2013-08-01 | Fix #8944 | Guillermo González de Agüero | 1 | -0/+6 | |
