aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
2013-08-11fixes #9241: enable collapsing for labels, in addition to badges, when emptyMark Otto1-0/+4
2013-08-08fix 'Calcuated' typo & run grunt; thanks @FagnerMartinsBrackChris Rebert1-3/+3
fixes typo introduced in 2b6ec389876fac116ae2a152e47be321632dd9ba
2013-08-06Improve accessibility (Section 508, WCAG)adamjacobbecker1-0/+11
This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices. What was done - Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria) - Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users. - Advised users to always use label elements. For inline forms, they can hide them with `.sr-only` - Added 'Skip navigation' link - Added "Accessibility" section to getting-started.html. What *wasn't* done - Contrast issues (twbs#3572) - Tooltips (twbs#8469) - Documentation re: usage of icons, since they now live in a separate repo Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out.
2013-08-06fixes #8959: only negative indent rows within .container (prevents ↵Mark Otto1-2/+2
horizontal scroll on full-width pages)
2013-08-06update use of mixins and add bg-colors where necessaryMark Otto1-9/+0
2013-08-06Fixes #8749: prevent navbar nav from overlapping navbar toggleMark Otto1-1/+5
2013-08-06Fix #9174: pad bottom of navbar collapsed content and clear floated contentsMark Otto1-0/+25
2013-08-06grunt dist on previous commitMark Otto1-0/+4
2013-08-06Fixes #9145: Fix tooltip opacityMark Otto1-11/+11
Update tooltips to not use RGBa colors so IE8 can have tooltips, too (means we're now using `opacity`).
2013-08-05Scope tablet classes to tablets range onlyMark Otto1-1/+1
Fixes #9128
2013-08-05Merge branch '3.0.0-wip' into bs3_alerts_default_classMark Otto1-8/+8
Conflicts: dist/css/bootstrap.min.css
2013-08-05fixes #8647: remove focus outline on :focus of buttons in button groupsMark Otto1-3/+6
2013-08-05remove dupe border-boxMark Otto1-3/+0
2013-08-05Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into ↵Mark Otto1-2/+2
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 Otto1-1/+0
2013-08-05Update labels to include a base classMark Otto1-1/+9
* 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 Otto1-1/+0
2013-08-05Enable scrollable responsive nav barMark Otto1-0/+10
Fixes #9007 in a hopefully decent way
2013-08-05Merge branch 'pullright' of https://github.com/liuyl/bootstrap into ↵Mark Otto1-8/+3
liuyl-pullright Conflicts: dist/css/bootstrap.min.css
2013-08-05Fixes #8150: add `.static-form-control` for vertical alignment of static ↵Mark Otto1-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-05Fixes #8872: widen the carousel indicators to prevent wrappingMark Otto1-2/+2
2013-08-05Fixes #8795, a reoccurence of #1969Mark Otto1-0/+14
2013-08-05More button updatesMark Otto1-17/+33
- 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 Otto1-32/+29
2013-08-05Fixes #8786 (part 2): new default button stylesMark Otto1-10/+16
Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw
2013-08-05Fixes #8786 (part 1): darken hover states on buttonsMark Otto1-12/+12
2013-08-05Clean up mixins, fix #9100 (no ms-keyframes)Mark Otto1-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-05fixes #8832 and #8823: remove max-width from .navbar-brand when not mobileMark Otto1-0/+1
2013-08-05run grunt distMark Otto1-5/+6
2013-08-04Fixes #9061: Panel titles should inherit color when linkedMark Otto1-0/+4
2013-08-04fixes #8805: ensure .active buttons in button groups behave like :active buttonsMark Otto1-1/+3
2013-08-04fixes #8793: remove padding-right from inputs with state changesMark Otto1-3/+0
2013-08-04Enable input focus state customizationMark Otto1-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-04Fixes #8723: allow modals to not need the .fade class /cc @fatMark Otto1-2/+2
2013-08-05btngroupsliuyl1-2/+2
2013-08-03Greater standardization of sizing terminologyChris Rebert1-29/+29
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
2013-08-04add line-heightliuyl1-1/+3
2013-08-02Merge branch 'btngroup' of https://github.com/liuyl/bootstrap into ↵Mark Otto1-0/+1
liuyl-btngroup Conflicts: dist/css/bootstrap.min.css
2013-08-02Merge branch 'navtext' of https://github.com/liuyl/bootstrap into liuyl-navtextMark Otto1-0/+2
Conflicts: dist/css/bootstrap.min.css
2013-08-02move form layouts from input groups back to forms (messed this up in ↵Mark Otto1-56/+56
b281ad64096d919145159ffbc4e1a5b284708d9b)
2013-08-02Remove requirement of `.list-group-flush` when list groups are in panelsMark Otto1-17/+17
Fixes #8900
2013-08-02Tighten up buttons and form controlsMark Otto1-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-02fixes #9015: bold links not semibold in alertsMark Otto1-1/+1
2013-08-02Merge branch '3.0.0-wip-fixed-grid-push-pull-offset' of ↵Mark Otto1-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-02run grunt dist for #8967Mark Otto1-1/+7
2013-08-02Fixes #8996: shift placement of justified CSS for nav componentMark Otto1-27/+27
2013-08-02Fix #9008: consolidate `.alert-block` styles into `.alert`Mark Otto1-15/+10
2013-08-01Added classes for lg-pull, lg-push, lg-offset, sm-pull, sm-push, sm-offsetJeff Tickle1-33/+132
2013-08-01add table-layoutliuyl1-0/+1
2013-07-31fixes #8937: align the dropdown menus in input groupsMark Otto1-0/+1