aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
2014-06-26bump to v3.2.0Mark Otto1-1/+1
2014-06-25fixes #13912: make radios/checkboxes work with inline forms againMark Otto1-2/+2
2014-06-23Fixes #13903: Restore side padding on .btn-blockMark Otto1-2/+0
2014-06-20Fixes #13872 more: add overrides for lg and sm input modifiersMark Otto1-5/+10
2014-06-19Fixes #13872: Always apply padding to .form-control-static for that vertical ↵Mark Otto1-4/+2
alignment
2014-06-19grunt distMark Otto1-2/+14
2014-06-18rewrite striped and active to deprecate the parent selectors, change the docsMark Otto1-2/+4
2014-06-18gruntMark Otto1-1/+8
2014-06-18fixes #13021: add .form-group-sm/-lgMark Otto1-2/+14
2014-06-18fixes #10073: add width: 100%; for ie10 and below to size svg.img-responsive ↵Mark Otto1-0/+2
correctly
2014-06-18grunt distMark Otto1-27/+27
2014-06-17grunt distChris Rebert1-2/+4
2014-06-10gruntMark Otto1-0/+6
2014-06-10gruntMark Otto1-0/+9
2014-06-10gruntMark Otto1-0/+24
2014-06-10New text align class, .text-nowrap, for preventing text from breaking to new ↵Mark Otto1-0/+3
lines. Applies it to the grid docs table.
2014-06-10Fixes #13548: Use position: absolute; to fix checkbox and radio line-height ↵Mark Otto1-1/+3
problems that were introduced after #13003
2014-06-10gruntMark Otto1-2/+5
2014-06-10grunt for table changeMark Otto1-1/+1
2014-06-08Addresses part of #13643: Correct webkit-linear-gradient syntax in ↵Mark Otto1-4/+2
horizontal gradients
2014-06-08remove max-width: 100%; from table and place it on .tableMark Otto1-2/+2
2014-06-08fixes #13375Mark Otto1-1/+2
2014-06-08Merge branch 'master' into pr/13736Mark Otto1-16/+26
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2014-06-08gruntMark Otto1-1/+1
2014-06-08gruntMark Otto1-8/+12
2014-06-06set not-allowed cursor on disabled radio+checkbox labels; fixes #13281Chris Rebert1-7/+13
[skip validator] [skip sauce]
2014-06-04Resolves Issue #13689Ben Zumhagen1-0/+3
Doing this the right way this time. Hiding .panel-footer top border when preceeded by a .list-group. This should resolve the "double border" issue.
2014-05-22Reset the padding on radio/checkbox labels in form-inlineMark Otto1-2/+8
2014-05-12grunt distMark Otto1-0/+3
2014-05-12nuke rtlMark Otto1-0/+1
2014-05-08grunt distChris Rebert1-4/+4
2014-05-03Merge pull request #13433 from watilde/fixed-navbar-radius-of-example-at-docsMark Otto1-4/+4
Fixed navbar radius of example at docs
2014-04-30Merge branch 'pr/13320'Mark Otto1-0/+3
Conflicts: dist/css/bootstrap-rtl.min.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap-rtl.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-04-30grunt distMark Otto1-0/+3
2014-04-30grunt distMark Otto1-1/+1
2014-04-26Fixed navbar radius of example at docsDaijiro Wachi1-4/+4
2014-04-06grunt distMark Otto1-2/+10
2014-04-03Run `grunt`.XhmikosR1-2/+2
2014-03-27Run `grunt`.XhmikosR1-1/+1
2014-03-24Fixes #13066: Add z-index to the form control feedback icons so input groups ↵Mark Otto1-0/+1
don't render on top of them
2014-03-24Fixes #13037: add text-align: left; to prevent alignment change in dropdownsMark Otto1-0/+1
2014-03-24gruntMark Otto1-0/+5
2014-03-24Fixes #13141: Add a max-width: 100%; to label elements so IE8 wraps textMark Otto1-0/+1
2014-03-24Fixes #13079: Scope .open class in button variant mixin to immediate childrenMark Otto1-12/+12
2014-03-20Fix vertical alignment of temporal inputs on iOSRob Fletcher1-3/+12
Fixes #13098 Closes #13099
2014-03-16buildfat1-0/+7
2014-03-10Fixes #13003: Move padding on radio and checkbox options from the ↵Mark Otto1-2/+2
surrounding div to the label to remove the no-click deadzone caused by negative margin
2014-03-09gruntMark Otto1-4/+4
2014-03-09Merge branch 'master' into fix-8869Mark Otto1-679/+870
2014-03-09Fixes #12759Mark Otto1-0/+18
Ensures proper sizing and alignment of input groups within inline and navbar forms. * Uses `inline-table` on the input group * Nukes the widths to `width: auto`—without this, the parent input group doesn’t size correctly and functions as `display: table;` or `block`