aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2014-03-08Fix commentMark Otto1-1/+1
2014-03-08Merge pull request #12976 from ZDroid/commentMark Otto1-2/+1
Update .hide-text() comment
2014-03-08Fixes #12966: Ensure icon font vars are loaded into CustomizerMark Otto1-2/+6
2014-03-08Update .hide-text() commentZlatan Vasović1-2/+1
2014-03-07Improve badges mixinabilityZlatan Vasović2-19/+19
2014-03-07Merge pull request #12957 from BBosman/rename-mixinMark Otto1-2/+2
Fix transition-timing-function mixin
2014-03-07Fixes #12748mrmrs1-0/+6
2014-03-07Rename propertiesBas Bosman1-2/+2
2014-03-07Merge branch 'master' into pr/12670Mark Otto4-2/+14
2014-03-07Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-0/+2
2014-03-07Fixes #12937: Darken active button states just a smidge moreMark Otto1-1/+1
2014-03-07Add autoprefixerBas Bosman2-8/+73
2014-03-06Merge pull request #12739 from DaSchTour/twbsMark Otto2-0/+2
add posibillity to hover links and not background in list-groups
2014-03-06Comment for #12794Mark Otto1-1/+9
2014-03-06Merge pull request #12794 from epidemian/required-radio-button-groupsMark Otto1-1/+3
Fix UAs required message position on grouped radio buttons
2014-03-06Moving the embed to it's own CSS file, moving the docs to the Components ↵Mark Otto3-36/+35
page with an example, fixing a Glyhpicons list problem in the docs
2014-03-06Merge branch 'master' into boulox-responsive-embedMark Otto28-406/+591
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/css.html docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-03-06Fixes #12683: Remove the overflow: hidden; from the .panel-group > .panel ↵Mark Otto1-1/+0
because it apparently serves no purpose and cuts off nested dropdown menus.
2014-03-06Merge branch 'master' into popovers-use-radii-varMark Otto3-4/+28
Conflicts: dist/css/bootstrap.css.map docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map
2014-03-06Rewrite the disabled list group items to simplify stylesMark Otto2-11/+10
2014-03-06Merge branch 'master' into pr/12490Mark Otto23-203/+321
Conflicts: less/list-group.less
2014-03-06Fixes #12722: Fixes up responsive tables in printMark Otto1-1/+1
Safari renders this fine for one reason or another, but Chrome still renders the media query styles to make tables responsive. This change scopes them to screen devices only, so printing looks boss everywhere.
2014-03-06Fixes #12934mrmrs1-1/+1
2014-03-06Fixes #12824: Remove white-space: nowrap from code elementsMark Otto1-1/+0
2014-03-05.transition-timing-function MixinAhmad Nassri1-0/+4
added .transition-timing-function(@timing-function) mixin, defaults to @timing-function.
2014-03-04Fixes #12901: Refactors list group active state for use on non-anchorsMark Otto1-0/+2
2014-03-04Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+1
2014-03-04Fixes #12848: Account for and document progress bars at 0-3%Mark Otto1-0/+16
2014-03-04use full version number in deprecation noteChris Rebert1-1/+1
2014-03-04clarify deprecation /cc @cvrebertMark Otto1-1/+1
2014-03-04Merge pull request #12917 from 5im0n/masterMark Otto1-2/+2
Update dont' working csscomb properties
2014-03-04Merge pull request #12863 from Sojaner/masterMark Otto1-2/+12
Fix for issue #12854 on push and pull resets
2014-03-04Fixes #12868: Enables icon feedback on validation states for large/small inputs.Mark Otto2-14/+23
Also reorders the CSS to place Glyhpicons as a dependency before other components for fewer overrides and less specific CSS.
2014-03-04Fixes #12913: Remove scoped media queries from custom xs grid mixinsMark Otto1-9/+3
2014-03-04Fixes #12914: Darken immediate children hr elements in jumbotronsMark Otto1-0/+4
2014-03-04Update csscomb properties. 'colon-spac'e and 'stick-brace' don't take ↵Simon1-2/+2
boolean values.
2014-03-04Merge pull request #12745 from ronnyhaase/panel-varsMark Otto2-2/+4
Defined and use variables for .panel-heading & .panel-footer padding
2014-03-03Fixes #12593: Add support for table bodies and table rows to the collapse pluginMark Otto1-3/+5
2014-02-27100% less tumahMark Otto1-2/+3
2014-02-27Merge pull request #12855 from lipis/patch-1Mark Otto1-0/+4
Added the very useful .animation-fill-mode() mixin
2014-02-27Fixes #12851: it's not a tumahMark Otto1-1/+1
2014-02-27Fix for issue #12854 where push and pull resetsSojaner1-2/+12
The col-*-push-0 and col-*-pull-0 classes try to reset the positioning using 0% but this prevents the opposite direction positioning to freeze and not being set correctly. To fix that, these must set the position to auto instead of 0% with means left:auto and right:auto instead of left:0% and right:0%.
2014-02-26Added the very useful .animation-fill-mode() mixinLipis1-0/+4
I think that's the only animation property that was missing and it's quite useful. https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode
2014-02-25update GitHub issue link in commentChris Rebert1-1/+1
2014-02-24fix #12836Chris Rebert1-1/+1
Thanks @Quy.
2014-02-22Fixes #12822: Scope panel collapse styles to immediate panel bodies onlyMark Otto1-2/+2
2014-02-22Fixes #12801: Add padding to the bottom of .form-control-static to match ↵Mark Otto1-0/+1
height of standard form controls
2014-02-22Update modals to use more consistent padding—modal body and footer now ↵Mark Otto2-2/+2
match modal header
2014-02-22Merge branch 'master' into pr/12813Mark Otto1-6/+10
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-02-22Fixes #12756: Ensure horizontal dls are cleared by moving the clearfix out ↵Mark Otto1-6/+10
of the media query