aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
AgeCommit message (Collapse)AuthorFilesLines
2015-06-16bump versionMark Otto1-1/+1
2015-06-16gruntMark Otto1-1/+2
2015-05-16Remove grunt-banner completely.XhmikosR1-6/+0
Add a license header in theme instead.
2015-05-14grrrrrrrrrrrrrrrrrrruntMark Otto1-25/+63
2015-05-13Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into ↵Mark Otto1-1/+8
martinbean-btn-borders
2015-04-28Run `grunt`.XhmikosR1-1/+1
2015-04-26automatic `grunt dist`Bootstrap's Grunt bot1-1/+1
[ci skip]
2015-04-26automatic `grunt dist`Bootstrap's Grunt bot1-2/+7
[ci skip]
2015-04-21Merge pull request #16258 from twbs/fix-16172Chris Rebert1-0/+1
Use CSS hack to fix IE8 .caret regression
2015-04-13automatic `grunt dist`Bootstrap's Grunt bot1-0/+1
2015-04-12Merge pull request #16256 from twbs/fix-16247Chris Rebert1-2/+2
Add px unit to perspective property value
2015-04-13automatic `grunt dist`Bootstrap's Grunt bot1-2/+25
2015-04-08automatic `grunt dist`Bootstrap's Grunt bot1-3/+0
2015-04-07Use CSS hack to fix IE8 .caret regression introduced by #15697; fixes #16172Chris Rebert1-0/+1
[skip sauce] [skip validator]
2015-04-07add px unit to perspective property value; fixes #16247Chris Rebert1-2/+2
[skip sauce] [skip validator]
2015-04-05automatic `grunt dist`Bootstrap's Grunt bot1-0/+2
2015-04-05automatic `grunt dist`Bootstrap's Grunt bot1-1/+1
2015-04-04Merge branch 'master' into fix_15830Mark Otto1-15/+19
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2015-04-04automatic `grunt dist`Bootstrap's Grunt bot1-2/+4
2015-03-28fixes #15830: properly reset border-radius on list items in collapsing panel ↵Mark Otto1-0/+4
groups
2015-03-29automatic `grunt dist`Bootstrap's Grunt bot1-2/+4
2015-03-29automatic `grunt dist`Bootstrap's Grunt bot1-5/+5
2015-03-28Merge branch 'master' into input_sizingMark Otto1-23/+162
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2015-03-28automatic `grunt dist`Bootstrap's Grunt bot1-12/+138
2015-03-27automatic `grunt dist`Bootstrap's Grunt bot1-5/+10
2015-03-26automatic `grunt dist`Bootstrap's Grunt bot1-5/+10
2015-03-25Fixes #15074: Manually handle input sizing in form groups instead of using ↵Mark Otto1-6/+6
mixins because nesting
2015-03-17Only disable pointer-events on disabled <a> btns; fixes #16088Chris Rebert1-1/+4
<a> doesn't support the `[disabled]` attribute, so `a.btn.disabled` simulates it using `pointer-events: none`. However, this is unnecessary for <button>s and <input>s, and also prevents their `[disabled]` cursor from displaying. [skip sauce] [skip validator]
2015-03-16full gruntv3.3.4Chris Rebert1-1/+1
2015-03-09automatic grunt distBootstrap's Grunt bot1-6/+0
2015-03-09automatic grunt distBootstrap's Grunt bot1-1/+0
2015-03-03automatic grunt distBootstrap's Grunt bot1-2/+4
2015-03-02automatic grunt distBootstrap's Grunt bot1-0/+3
2015-02-21automatic grunt distBootstrap's Grunt bot1-0/+1
2015-02-19automatic grunt distBootstrap's Grunt bot1-0/+3
2015-02-19automatic grunt distBootstrap's Grunt bot1-0/+28
2015-02-17automatic grunt distBootstrap's Grunt bot1-1/+4
2015-02-12automatic grunt distBootstrap's Grunt bot1-28/+0
2015-02-09automatic grunt distBootstrap's Grunt bot1-1/+1
2015-02-03automatic grunt distBootstrap's Grunt bot1-2/+2
2015-01-22automatic grunt distBootstrap's Grunt bot1-1/+2
2015-01-20Add .glyphicon-* aliases for other ISO 4217-ish currency codesChris Rebert1-0/+12
Fixes #15617.
2015-01-19bump versionsMark Otto1-1/+1
2015-01-18fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 ↵Mark Otto1-6/+6
to fix button sizing in Win 8.1 Chrome
2015-01-18Fixes #15142: Add position: relative; to .dropup for proper placement of menusMark Otto1-0/+1
2015-01-18Merge branch 'master' into pr/15278Mark Otto1-12/+34
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2015-01-17fixes #15493: inherit color on small/.small in .panel-titleMark Otto1-1/+5
2015-01-18automatic grunt distBootstrap's Grunt bot1-1/+1
2015-01-15Fixes #15536, #15559: Add .form-group sizing support to .form-control-staticMark Otto1-0/+12
2014-12-31Merge pull request #15464 from twbs/address-15419Chris Rebert1-6/+0
Address #15419