aboutsummaryrefslogtreecommitdiff
path: root/dist/css
AgeCommit message (Collapse)AuthorFilesLines
2014-06-26bump to v3.2.0Mark Otto4-4/+4
2014-06-25Merge branch 'master' of github.com:twbs/bootstrapMark Otto3-3/+3
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-06-25fixes #13912: make radios/checkboxes work with inline forms againMark Otto3-4/+4
2014-06-25Run `grunt`.XhmikosR2-2/+2
Revert a991cd572c8b3cafa6228915ca86f7a0cdd26e2d.
2014-06-24grunt dist; closes #13914Chris Rebert3-3/+3
2014-06-24Run `grunt`.XhmikosR3-3/+3
2014-06-23Fixes #13903: Restore side padding on .btn-blockMark Otto3-4/+2
2014-06-20Fixes #13872 more: add overrides for lg and sm input modifiersMark Otto3-7/+12
2014-06-19Fixes #13872: Always apply padding to .form-control-static for that vertical ↵Mark Otto3-6/+4
alignment
2014-06-19fixes #13881: restore existing striped progress bar behavior with theme stylesMark Otto3-2/+7
2014-06-19grunt distMark Otto3-4/+16
2014-06-19Run `grunt`.XhmikosR4-4/+4
2014-06-18gruntMark Otto1-1/+1
2014-06-18rewrite striped and active to deprecate the parent selectors, change the docsMark Otto4-5/+7
2014-06-18gruntMark Otto1-1/+1
2014-06-18gruntMark Otto6-5/+42
2014-06-18fixes #13021: add .form-group-sm/-lgMark Otto3-4/+16
2014-06-18fixes #10073: add width: 100%; for ie10 and below to size svg.img-responsive ↵Mark Otto3-2/+4
correctly
2014-06-18grunt distMark Otto3-29/+29
2014-06-18Run `grunt`.XhmikosR2-2/+2
2014-06-17grunt distChris Rebert3-4/+6
2014-06-10gruntMark Otto3-2/+8
2014-06-10gruntMark Otto3-2/+11
2014-06-10gruntMark Otto3-2/+26
2014-06-10New text align class, .text-nowrap, for preventing text from breaking to new ↵Mark Otto3-2/+5
lines. Applies it to the grid docs table.
2014-06-10Fixes #13548: Use position: absolute; to fix checkbox and radio line-height ↵Mark Otto3-3/+5
problems that were introduced after #13003
2014-06-10gruntMark Otto3-4/+7
2014-06-10gruntMark Otto1-1/+1
2014-06-10grunt for table changeMark Otto3-3/+3
2014-06-10Fixes #13616: Add custom gutter support to containersMark Otto1-1/+1
2014-06-08Addresses part of #13643: Correct webkit-linear-gradient syntax in ↵Mark Otto4-7/+5
horizontal gradients
2014-06-08remove max-width: 100%; from table and place it on .tableMark Otto3-4/+4
2014-06-08fixes #13375Mark Otto3-3/+4
2014-06-08Merge branch 'master' into pr/13736Mark Otto3-18/+28
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2014-06-08gruntMark Otto3-3/+3
2014-06-08gruntMark Otto3-17/+27
2014-06-08gruntMark Otto3-10/+14
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 Zumhagen3-2/+5
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-23grunt distChris Rebert1-1/+1
2014-05-22Merge branch 'master' into icon_pathsMark Otto4-5/+11
Conflicts: dist/css/bootstrap.css.map docs/dist/css/bootstrap.css.map
2014-05-22Reset the padding on radio/checkbox labels in form-inlineMark Otto3-4/+10
2014-05-21grunt distChris Rebert3-3/+3
2014-05-12Merge branch 'master' into icon_pathsMark Otto3-2/+5
Conflicts: dist/css/bootstrap.css.map docs/dist/css/bootstrap.css.map
2014-05-12grunt distMark Otto3-2/+5
2014-05-12Merge branch 'master' into icon_pathsMark Otto5-7525/+3
Conflicts: dist/css/bootstrap-rtl.css dist/css/bootstrap.css.map dist/js/bootstrap.min.js docs/dist/css/bootstrap.css.map docs/dist/js/bootstrap.min.js
2014-05-12nuke rtlMark Otto5-7525/+3
2014-05-08grunt distChris Rebert2-8/+8
2014-05-08Fixes #13478, reverts #10941Mark Otto3-9/+9
2014-05-03Merge pull request #13433 from watilde/fixed-navbar-radius-of-example-at-docsMark Otto2-8/+8
Fixed navbar radius of example at docs