aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css
AgeCommit message (Collapse)AuthorFilesLines
2014-06-08remove max-width: 100%; from table and place it on .tableMark Otto2-2/+2
2014-06-08fixes #13375Mark Otto2-2/+2
2014-06-08Merge branch 'master' into pr/13736Mark Otto2-2/+2
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2014-06-08gruntMark Otto2-2/+2
2014-06-08gruntMark Otto2-2/+2
2014-06-08gruntMark Otto2-2/+2
2014-05-23grunt distChris Rebert1-1/+1
2014-05-22Merge branch 'master' into icon_pathsMark Otto3-3/+3
Conflicts: dist/css/bootstrap.css.map docs/dist/css/bootstrap.css.map
2014-05-22Reset the padding on radio/checkbox labels in form-inlineMark Otto2-2/+2
2014-05-21grunt distChris Rebert3-3/+3
2014-05-12Merge branch 'master' into icon_pathsMark Otto2-2/+2
Conflicts: dist/css/bootstrap.css.map docs/dist/css/bootstrap.css.map
2014-05-12grunt distMark Otto2-2/+2
2014-05-12Merge branch 'master' into icon_pathsMark Otto3-7/+2
Conflicts: dist/css/bootstrap-rtl.css dist/css/bootstrap.css.map dist/js/bootstrap.min.js docs/dist/css/bootstrap.css.map docs/dist/js/bootstrap.min.js
2014-05-12nuke rtlMark Otto3-7/+2
2014-05-08Fixes #13478, reverts #10941Mark Otto1-1/+1
2014-04-30Merge branch 'pr/13320'Mark Otto3-3/+3
Conflicts: dist/css/bootstrap-rtl.min.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap-rtl.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-04-30grunt distMark Otto3-3/+3
2014-04-30grunt distMark Otto3-3/+3
2014-04-06grunt distMark Otto3-3/+3
2014-04-03Run `grunt`.XhmikosR2-2/+2
2014-03-28grunt distChris Rebert1-1/+1
2014-03-27Run `grunt`.XhmikosR3-3/+3
2014-03-24Fixes #13066: Add z-index to the form control feedback icons so input groups ↵Mark Otto3-3/+3
don't render on top of them
2014-03-24Fixes #13037: add text-align: left; to prevent alignment change in dropdownsMark Otto3-3/+3
2014-03-24gruntMark Otto3-3/+3
2014-03-24Fixes #13141: Add a max-width: 100%; to label elements so IE8 wraps textMark Otto3-3/+3
2014-03-24Fixes #13079: Scope .open class in button variant mixin to immediate childrenMark Otto3-3/+3
2014-03-20grunt distChris Rebert3-3/+3
2014-03-16buildfat3-3/+3
2014-03-11Run usebanner before cssmin.XhmikosR3-9/+3
2014-03-10moar gruntMark Otto1-1/+1
2014-03-10Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-2/+2
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 Otto3-3/+3
surrounding div to the label to remove the no-click deadzone caused by negative margin
2014-03-10even more gruntMark Otto2-2/+2
2014-03-10Merge branch 'master' into modular-the-mixinsMark Otto2-2/+2
Conflicts: dist/css/bootstrap.css.map docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map
2014-03-09gruntMark Otto1-1/+1
2014-03-09Add consistent newline at end of files in less/mixinsmrmrs2-2/+2
2014-03-09Merge branch 'master' into modular-the-mixinsmrmrs3-3/+3
* 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-09Break mixins.less up into smaller modules.mrmrs2-2/+2
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 Otto4-4/+4
2014-03-09Fixes #12759Mark Otto3-3/+3
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 Otto3-3/+3
* 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 Otto3-3/+3
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 Otto3-3/+3
IE8+'s misaslignment of text within date inputs
2014-03-09Reorganize mixins and G R U N TMark Otto2-2/+2
2014-03-09Adjusts some section titles to be more explicit.mrmrs2-2/+2
FIXES #12992
2014-03-09Changes compiled assets after changing mixins.lessmrmrs2-2/+2
2014-03-08Merge branch 'master' into sr-only-focusableMark Otto5-6/+13
Conflicts: dist/css/bootstrap.css
2014-03-08gruntMark Otto2-2/+2
2014-03-08gruntMark Otto4-4/+4