aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-theme.css.map
AgeCommit message (Collapse)AuthorFilesLines
2014-10-29fixes #14913: badges in list group shouldn't have text shadowMark Otto1-1/+1
2014-10-26gruntMark Otto1-1/+1
2014-10-25Fixes #14806: reset the text-shadow in the themed buttonsMark Otto1-1/+1
2014-10-25Fixes #14814: Use the link active bg variables for theme navbar gradientsMark Otto1-1/+1
2014-09-08Run `grunt`.XhmikosR1-1/+1
2014-08-04unfuck all that because lol dependenciesMark Otto1-1/+1
2014-08-04fixes #14310: reset .active as well for button linksMark Otto1-1/+1
2014-07-22Run `grunt`.XhmikosR1-1/+1
2014-07-12Fixes #14074: Make open dropdown nav links in navbar use gradientsMark Otto1-1/+1
2014-07-12Fixes #14107: Lighten placeholder textMark Otto1-1/+1
2014-07-10Run `grunt`.XhmikosR1-1/+1
2014-06-27Update "grunt-autoprefixer".XhmikosR1-1/+1
2014-06-19fixes #13881: restore existing striped progress bar behavior with theme stylesMark Otto1-1/+1
2014-06-19Run `grunt`.XhmikosR1-1/+1
2014-06-18rewrite striped and active to deprecate the parent selectors, change the docsMark Otto1-1/+1
2014-06-18gruntMark Otto1-1/+1
2014-06-08Addresses part of #13643: Correct webkit-linear-gradient syntax in ↵Mark Otto1-1/+1
horizontal gradients
2014-03-10even more gruntMark Otto1-1/+1
2014-03-10Merge branch 'master' into modular-the-mixinsMark Otto1-1/+1
Conflicts: dist/css/bootstrap.css.map docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map
2014-03-09Add consistent newline at end of files in less/mixinsmrmrs1-1/+1
2014-03-09Break mixins.less up into smaller modules.mrmrs1-1/+1
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994
2014-03-09gruntMark Otto1-1/+1
2014-03-09Reorganize mixins and G R U N TMark Otto1-1/+1
2014-03-09Adjusts some section titles to be more explicit.mrmrs1-1/+1
FIXES #12992
2014-03-09Changes compiled assets after changing mixins.lessmrmrs1-1/+1
2014-03-08gruntMark Otto1-1/+1
2014-03-08gruntMark Otto1-1/+1
2014-03-07Do csscomb earlier in build phaseBas Bosman1-1/+1
2014-03-07Merge branch 'master' into document_popover_focusMark Otto1-1/+1
Conflicts: docs/assets/js/docs.min.js
2014-03-07G R U N TMark Otto1-1/+1
2014-03-07Fixes #12937: Darken active button states just a smidge moreMark Otto1-1/+1
2014-03-06gruntMark Otto1-1/+1
2014-03-04Grunt after merging #12863Mark Otto1-1/+1
2014-03-04Fixes #12868: Enables icon feedback on validation states for large/small inputs.Mark Otto1-1/+1
Also reorders the CSS to place Glyhpicons as a dependency before other components for fewer overrides and less specific CSS.
2014-03-01Run `grunt`.XhmikosR1-1/+1
2014-02-22Fixes #12822: Scope panel collapse styles to immediate panel bodies onlyMark Otto1-1/+1
2014-02-21gruntMark Otto1-1/+1
2014-02-13gruntMark Otto1-1/+1
2014-02-13v3.1.1 bumpMark Otto1-1/+1
2014-02-11Merge branch 'master' into pr/12412Mark Otto1-1/+1
Conflicts: dist/css/bootstrap-theme.css.map 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-theme.css.map docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css test-infra/npm-shrinkwrap.canonical.json
2014-02-08grunt with new mixinsMark Otto1-1/+1
2014-02-07Drop -o-user-selectBas Bosman1-1/+1
2014-02-07Fixes #12555: Rearrange variables to place grids and containers closerMark Otto1-1/+1
2014-02-04grunt dist--includes changes from #12025 and decimal changes, likely from a ↵Mark Otto1-1/+1
change in dependencies
2014-01-29Fix #12422: Reset height on multiple select in input size mixinMark Otto1-1/+1
2014-01-27Upgrade to Normalize v3-rc1 in prep for v3 finalMark Otto1-1/+1
2014-01-18Run grunt dist after adding 'a' requirement to the text emphasis classesMark Otto1-1/+1
2014-01-16remove flaky pos bottom test which is effect by unit scroll posfat1-1/+1
2014-01-09grunt distMark Otto1-1/+1
2014-01-07Fix #12073: Consistent order of variationsJulian Thilo1-1/+1
This changes the order of component variations throughout the repo (code and docs) to be more consistent. The order now used everywhere is the one most frequently found in the repo before: Default, Primary, Success, Info, Warning, Danger