aboutsummaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Collapse)AuthorFilesLines
2013-08-06update use of mixins and add bg-colors where necessaryMark Otto2-10/+1
2013-08-06Fixes #8749: prevent navbar nav from overlapping navbar toggleMark Otto2-2/+6
2013-08-06Fix #9174: pad bottom of navbar collapsed content and clear floated contentsMark Otto2-1/+26
2013-08-06grunt dist on previous commitMark Otto2-1/+5
2013-08-06grunt dist on spacing changeMark Otto1-1/+1
2013-08-06Fixes #9145: Fix tooltip opacityMark Otto2-12/+12
Update tooltips to not use RGBa colors so IE8 can have tooltips, too (means we're now using `opacity`).
2013-08-06Fixes #9150: Hide popover titles in IE8Mark Otto2-2/+8
Properly hides popover titles in IE8 because apparently it doesn't accept the `:empty` selector. /cc @fat @cvrebert
2013-08-05Scope tablet classes to tablets range onlyMark Otto2-2/+2
Fixes #9128
2013-08-05Merge branch '3.0.0-wip' into bs3_alerts_default_classMark Otto2-9/+9
Conflicts: dist/css/bootstrap.min.css
2013-08-05fixes #8647: remove focus outline on :focus of buttons in button groupsMark Otto2-4/+7
2013-08-05remove dupe border-boxMark Otto2-4/+1
2013-08-05Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵Mark Otto2-3/+3
saas786-3.0.0-wip Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less
2013-08-05Remove dupe hover background colorMark Otto2-2/+1
2013-08-05Update labels to include a base classMark Otto2-2/+10
* 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-05Fixes #8732: unfucks disabled fieldset form example with form groupsMark Otto2-2/+1
2013-08-05Enable scrollable responsive nav barMark Otto2-1/+11
Fixes #9007 in a hopefully decent way
2013-08-05Merge branch 'pullright' of https://github.com/liuyl/bootstrap into ↵Mark Otto2-9/+4
liuyl-pullright Conflicts: dist/css/bootstrap.min.css
2013-08-05Fixes #8150: add `.static-form-control` for vertical alignment of static ↵Mark Otto2-2/+6
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-05Fixes #8872: widen the carousel indicators to prevent wrappingMark Otto2-3/+3
2013-08-05Fixes #8795, a reoccurence of #1969Mark Otto2-1/+15
2013-08-05More button updatesMark Otto2-18/+34
- Fixes #9113 (caret colors in dropdown buttons) - Darken borders around buttons for contrast in button groups
2013-08-05Fixes #8770: mobile-first (stacked by default) horizontal dlsMark Otto2-33/+30
2013-08-05Fixes #8786 (part 2): new default button stylesMark Otto2-11/+17
Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw
2013-08-05Fixes #8786 (part 1): darken hover states on buttonsMark Otto2-13/+13
2013-08-05Clean up mixins, fix #9100 (no ms-keyframes)Mark Otto2-10/+1
- 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-05fixes #8832 and #8823: remove max-width from .navbar-brand when not mobileMark Otto2-1/+2
2013-08-05run grunt distMark Otto2-6/+7
2013-08-04Fixes #9061: Panel titles should inherit color when linkedMark Otto2-1/+5
2013-08-04fixes #8805: ensure .active buttons in button groups behave like :active buttonsMark Otto2-2/+4
2013-08-04fixes #8793: remove padding-right from inputs with state changesMark Otto2-4/+1
2013-08-04Enable input focus state customizationMark Otto2-4/+4
- 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-04Fixes #8723: allow modals to not need the .fade class /cc @fatMark Otto2-3/+3
2013-08-04Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipMark Otto2-3/+3
2013-08-04Merge pull request #9079 from liuyl/buttongroupsMark Otto2-3/+3
Fix #7108: btn group styling
2013-08-04run grunt distMark Otto1-1/+1
2013-08-05btngroupsliuyl2-3/+3
2013-08-04fixes #8880fat2-13/+29
2013-08-03Greater standardization of sizing terminologyChris Rebert2-30/+30
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-08-04add line-heightliuyl2-2/+4
2013-08-02Merge branch 'btngroup' of https://github.com/liuyl/bootstrap into ↵Mark Otto2-1/+2
liuyl-btngroup Conflicts: dist/css/bootstrap.min.css
2013-08-02Merge branch 'navtext' of https://github.com/liuyl/bootstrap into liuyl-navtextMark Otto2-1/+3
Conflicts: dist/css/bootstrap.min.css
2013-08-02move form layouts from input groups back to forms (messed this up in ↵Mark Otto2-57/+57
b281ad64096d919145159ffbc4e1a5b284708d9b)
2013-08-02Remove requirement of `.list-group-flush` when list groups are in panelsMark Otto2-18/+18
Fixes #8900
2013-08-02fixes #8957fat2-2/+4
2013-08-02Tighten up buttons and form controlsMark Otto2-15/+18
* 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-02fixes #9015: bold links not semibold in alertsMark Otto2-2/+2
2013-08-02Merge branch '3.0.0-wip-fixed-grid-push-pull-offset' of ↵Mark Otto2-34/+133
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-02run grunt dist for #8967Mark Otto2-2/+8
2013-08-02Fixes #8996: shift placement of justified CSS for nav componentMark Otto2-28/+28
2013-08-02whitespace in js file?Mark Otto1-1/+1