aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.min.css
AgeCommit message (Collapse)AuthorFilesLines
2014-06-10gruntMark Otto1-1/+1
2014-06-10New text align class, .text-nowrap, for preventing text from breaking to new ↵Mark Otto1-1/+1
lines. Applies it to the grid docs table.
2014-06-10Fixes #13548: Use position: absolute; to fix checkbox and radio line-height ↵Mark Otto1-1/+1
problems that were introduced after #13003
2014-06-10gruntMark Otto1-1/+1
2014-06-10grunt for table changeMark Otto1-1/+1
2014-06-08Addresses part of #13643: Correct webkit-linear-gradient syntax in ↵Mark Otto1-1/+1
horizontal gradients
2014-06-08remove max-width: 100%; from table and place it on .tableMark Otto1-1/+1
2014-06-08fixes #13375Mark Otto1-1/+1
2014-06-08Merge branch 'master' into pr/13736Mark Otto1-1/+1
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css
2014-06-08gruntMark Otto1-1/+1
2014-06-08gruntMark Otto1-1/+1
2014-06-04Resolves Issue #13689Ben Zumhagen1-1/+1
Doing this the right way this time. Hiding .panel-footer top border when preceeded by a .list-group. This should resolve the "double border" issue.
2014-05-22Reset the padding on radio/checkbox labels in form-inlineMark Otto1-1/+1
2014-05-21grunt distChris Rebert1-1/+1
2014-05-12grunt distMark Otto1-1/+1
2014-05-12nuke rtlMark Otto1-1/+1
2014-04-30Merge branch 'pr/13320'Mark Otto1-1/+1
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 Otto1-1/+1
2014-04-30grunt distMark Otto1-1/+1
2014-04-06grunt distMark Otto1-1/+1
2014-04-03Run `grunt`.XhmikosR1-1/+1
2014-03-27Run `grunt`.XhmikosR1-1/+1
2014-03-24Fixes #13066: Add z-index to the form control feedback icons so input groups ↵Mark Otto1-1/+1
don't render on top of them
2014-03-24Fixes #13037: add text-align: left; to prevent alignment change in dropdownsMark Otto1-1/+1
2014-03-24gruntMark Otto1-1/+1
2014-03-24Fixes #13141: Add a max-width: 100%; to label elements so IE8 wraps textMark Otto1-1/+1
2014-03-24Fixes #13079: Scope .open class in button variant mixin to immediate childrenMark Otto1-1/+1
2014-03-20grunt distChris Rebert1-1/+1
2014-03-16buildfat1-1/+1
2014-03-11Run usebanner before cssmin.XhmikosR1-3/+1
2014-03-10Fixes #13003: Move padding on radio and checkbox options from the ↵Mark Otto1-1/+1
surrounding div to the label to remove the no-click deadzone caused by negative margin
2014-03-09gruntMark Otto1-1/+1
2014-03-09Fixes #12759Mark Otto1-1/+1
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 Otto1-1/+1
* 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-1/+1
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/+1
IE8+'s misaslignment of text within date inputs
2014-03-08Merge branch 'master' into sr-only-focusableMark Otto1-2/+2
Conflicts: dist/css/bootstrap.css
2014-03-08gruntMark Otto1-1/+1
2014-03-07Do csscomb earlier in build phaseBas Bosman1-1/+1
2014-03-07Fixes #12748mrmrs1-1/+1
2014-03-07G R U N TMark Otto1-1/+1
2014-03-07grunt for daysMark Otto1-1/+1
2014-03-07Fixes #12937: Darken active button states just a smidge moreMark Otto1-1/+1
2014-03-06Moving the embed to it's own CSS file, moving the docs to the Components ↵Mark Otto1-1/+1
page with an example, fixing a Glyhpicons list problem in the docs
2014-03-06Merge branch 'master' into boulox-responsive-embedMark Otto1-2/+2
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/+1
because it apparently serves no purpose and cuts off nested dropdown menus.
2014-03-06Rewrite the disabled list group items to simplify stylesMark Otto1-1/+1
2014-03-06Merge branch 'master' into pr/12490Mark Otto1-2/+2
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 #12824: Remove white-space: nowrap from code elementsMark Otto1-1/+1