aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
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
2014-02-21Correctly set .btn-link colors in a .navbar and .navbar-inverse #12694Supergibbs1-0/+28
2014-02-21replace .visible-{size} with .visible-{size}-{display} ; fixes #8869Chris Rebert2-0/+103
2014-02-21Merge pull request #12459 from rubenstolk/hotfix/mixins/scaleMark Otto1-14/+28
Make both .scale(X) and .scale(X, Y) both work
2014-02-21Merge pull request #12742 from ZDroid/table-responsive-mixinMark Otto1-2/+2
Make .table-responsive usable as mixin
2014-02-20Removed unnecessary top margin from .modal-footerChris Kankiewicz1-1/+0
2014-02-19Fix UAs required message position on grouped radio buttonsDemian Ferreiro1-1/+3
Instead of not rendering the element at all with display:none, use opacity:0 and z-index:-1 so the radio element has a defined position on the document and user agents can show the required message in the right place.
2014-02-14Make .table-responsive usable as mixinZlatan Vasović1-2/+2
2014-02-14Defined and use variables for .panel-heading & .panel-footer paddingrhaase2-2/+4
2014-02-14add posibillity to hover links and not background in list-groupsDaSch2-0/+2
2014-02-11Fixes #11659, #12698, and #12349: Always apply position and z-index form ↵Mark Otto1-0/+5
controls in input groups for proper borders
2014-02-11Merge branch 'master' into pr/12412Mark Otto16-259/+292
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-10Merge pull request #12673 from tlindig/tl_popover_arrow_sizeMark Otto1-4/+4
use @popover-arrow-width for offset the popover
2014-02-10Fixes #12674Mark Otto1-2/+2
* The problem with #12674 is that it reassigns the same variable, but the color values were purposely different. * This uses Less's color functions to generate the proper darker colors. * Why darker colors? Because those CSS carets render lighter than their solid border counterparts. Consider it a design hack.
2014-02-10add .sr-only-focusable; fixes #12259Chris Rebert1-0/+16
2014-02-10use @popover-arrow-width for offset the popover to account for the popover arrowTobias Lindig1-4/+4
2014-02-10Make both .scale(X) and .scale(X, Y) both workRuben Stolk1-14/+28
2014-02-08Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-4/+1
2014-02-08Fixes #12625: Only remove first list group item's top and last list group ↵Mark Otto1-8/+6
item's bottom borders when the list group is first or last
2014-02-08Merge pull request #12433 from tagliala/list-inline-first-element-fixMark Otto1-4/+1
Fix first element padding of list-inline