aboutsummaryrefslogtreecommitdiff
path: root/less
AgeCommit message (Collapse)AuthorFilesLines
2014-03-20Fix vertical alignment of temporal inputs on iOSRob Fletcher1-1/+4
Fixes #13098 Closes #13099
2014-03-16fixes #9855fat1-0/+9
2014-03-10remove commentMark Otto1-2/+1
2014-03-10Merge branch 'master' of github.com:twbs/bootstrapMark Otto30-1091/+995
Conflicts: dist/css/bootstrap.css.map docs/assets/js/customize.min.js docs/dist/css/bootstrap.css.map
2014-03-10Fixes #13003: Move padding on radio and checkbox options from the ↵Mark Otto1-2/+4
surrounding div to the label to remove the no-click deadzone caused by negative margin
2014-03-10Merge branch 'master' into modular-the-mixinsMark Otto1-1/+1
2014-03-10Merge pull request #13002 from ZDroid/hashJulian Thilo1-1/+1
Add missing customizer comment
2014-03-10Add missing customizer commentZlatan Vasović1-1/+1
2014-03-10wordsMark Otto1-1/+1
2014-03-10Merge branch 'master' into modular-the-mixinsMark Otto4-5/+5
Conflicts: dist/css/bootstrap.css.map docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map
2014-03-10Formatting, comment consolidation, and line endingsMark Otto29-108/+21
2014-03-09Merge branch 'master' of github.com:twbs/bootstrapMark Otto6-4/+107
2014-03-10Use `outline: 0` consistentlyZlatan Vasović4-4/+4
2014-03-09Add recompiled assets after nuking toc in mixins.less.mrmrs1-5/+0
2014-03-09Add consistent newline at end of files in less/mixinsmrmrs22-3/+21
2014-03-09Merge branch 'master' into modular-the-mixinsmrmrs5-4/+126
* master: Replace some images on the Carousel example with some base64 encoded 1x1 gifs ugh grunt moar grunt mo copy http://www.youtube.com/watch?v=AJWtLf4-WWs grunt Copy change fix grammar in comment in forms.less Fixes #12759 Fixes #12738 replace .visible-{size} with .visible-{size}-{display} ; fixes #8869 Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map 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 less/mixins.less
2014-03-09proper varMark Otto1-1/+1
2014-03-09Break mixins.less up into smaller modules.mrmrs30-1087/+1068
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-09Merge branch 'master' into fix-8869Mark Otto21-201/+543
2014-03-09fix grammar in comment in forms.lessChris Rebert1-1/+1
2014-03-09Fixes #12759Mark Otto1-0/+12
Ensures proper sizing and alignment of input groups within inline and navbar forms. * Uses `inline-table` on the input group * Nukes the widths to `width: auto`—without this, the parent input group doesn’t size correctly and functions as `display: table;` or `block`
2014-03-09Fixes #12738Mark Otto2-2/+12
* Removes default max-height from .navbar-collapse (so not every navbar will get a max-height collapse section) * Scopes regular 340px max-height to fixed top and bottom navbars only (those are the only ones that really need a max-height to enable scrolling) * Adds a landscape media query for phones to cap the max-height at 200px for fixed navbars"
2014-03-09Fixes #12843: Scope label styles for horizontal forms to a media query so ↵Mark Otto1-3/+7
their narrow viewport display looks just like a normal form
2014-03-09Fixes #12669: Properly reset line-height on date inputs for all sizes; Fix ↵Mark Otto1-1/+11
IE8+'s misaslignment of text within date inputs
2014-03-09Reorganize mixins and G R U N TMark Otto1-128/+125
2014-03-09Adjusts some section titles to be more explicit.mrmrs1-3/+3
FIXES #12992
2014-03-09Adds basic table of contents for mixins.less. You know for the kids.mrmrs1-0/+69
2014-03-08Merge branch 'master' into sr-only-focusableMark Otto25-210/+475
Conflicts: dist/css/bootstrap.css
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.