aboutsummaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Collapse)AuthorFilesLines
2013-12-09Undo merge of #11778 and use cleancss min optionMark Otto2-2/+16
2013-12-08Merge branch 'pr/11778' into drop_recess_for_lessMark Otto2-16/+2
Conflicts: Gruntfile.js dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css
2013-12-08Switch to `&:extend(.clearfix all)` for clearfix mixinMark Otto2-227/+42
Original discussion: https://github.com/less/less.js/issues/1437#issuecomment-21383639. Since we’re switching to `grunt-contrib-less`, we can take advantage of newer LESS features than what RECESS supported. Included in that is the ability to `:extend`, and not only that, but `:extend(.mixin-name all)`. By doing so, we remove duplicate CSS for all our elements that were being clearfix-ed. Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686, #9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652. (dem issues, tho)
2013-12-08Merge branch 'master' into drop_recess_for_lessMark Otto2-1/+3
Conflicts: dist/css/bootstrap.min.css
2013-12-08more closely align property order with recessMark Otto2-324/+324
2013-12-08specify block indent as numeral to prevent fubared media query outputMark Otto1-689/+689
2013-12-08single array == no rogue spacesMark Otto1-411/+0
2013-12-08derp, don't sort min /cc @cvrebertMark Otto2-6009/+2
2013-12-08merge, compileMark Otto4-2578/+7764
2013-12-08Fixes #11786: Nest media queries within print utilities for mixin-friendlinessMark Otto2-1/+4
2013-12-08Minify css with clean-css.XhmikosR2-2/+4
2013-12-08Use single quotes consistently.XhmikosR1-13/+13
2013-12-08Fixes #11741: Don't set headings font-family again, just use inheritMark Otto2-2/+2
2013-12-08Merge branch 'master' into pr/11744Mark Otto3-109/+300
Conflicts: dist/css/bootstrap.min.css
2013-12-08add vertical-align back to where it's necessary since we reset from block to ↵Mark Otto2-1/+5
inline-block on several inputs
2013-12-08Merge branch 'master' into pr/11750Mark Otto3-79/+254
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.min.css
2013-12-07Add .container-fluid variation for full-width containers and layoutsMark Otto2-4/+36
/cc #10711 #9862
2013-12-07Merge branch 'pr/11138'Mark Otto2-1/+109
Conflicts: dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs-assets/js/raw-files.js
2013-12-07Contextual list group cleanupMark Otto3-32/+110
* Adds nav link to sidebar for contextual classes * Refactors to use prefixed classes, like .list-group-item-info, instead of chained classes * Adds default and linked variations to example in docs
2013-12-07grunt dist after adding .text-justifyMark Otto2-1/+5
2013-12-07Fixes #11193: Add kbd element styles to indicate user input via keyboardMark Otto2-1/+10
2013-12-07Fixes #10884: Adds .info variant to contextual table classesMark Otto2-1/+19
2013-12-07Reorder button and table variants for consistent orderMark Otto2-65/+65
2013-12-07Fixes #11766: Use color var for background on badges in buttons to restore ↵Mark Otto2-7/+7
proper background to default button badge
2013-12-07grunt distMark Otto1-3/+3
2013-12-07Merge pull request #11757 from ZDroid/darken-toggleMark Otto2-2/+2
Darken navbar toggle icon bar to meet WCAG
2013-12-07Remove incompatible properties.XhmikosR2-5/+1
2013-12-06Merge pull request #11745 from XhmikosR/function-spacesChris Rebert1-2/+2
Be consistent with function () spaces
2013-12-06Darken icon bar to meet WCAGZlatan Vasović2-2/+2
2013-12-06gruntChris Rebert1-1/+1
2013-12-06reverted changes in commit 96109d3 which seemed to break conditional classes ↵Luke Noel-Storr3-50/+66
in striped tables (ignoring the comment above that the previous rules were needed for just this purpose) fixes issue twbs/bootstrap#11728
2013-12-06Use a space after function consistently.XhmikosR1-2/+2
2013-12-04Merge branch 'master' into gradient-prefix-cleanupMark Otto4-6/+79
Conflicts: dist/css/bootstrap.min.css docs-assets/js/raw-files.js
2013-12-04Fixes #11712: Better support for .table-responsive within .panel'sMark Otto3-2/+7
2013-12-03Merge branch 'master' into responsive-visibility-tableMark Otto3-5/+6
Conflicts: dist/css/bootstrap.min.css
2013-12-03fix .btn-group-xs portion of #10979Chris Rebert2-4/+5
2013-12-03-moz and old webkit syntax removed for gradients based onawebdeveloper4-76/+2
http://caniuse.com/#search=grad
2013-12-03add <table> case to responsive-visibility mixin; see #10056Chris Rebert2-1/+68
2013-12-03gruntChris Rebert3-3/+4
2013-12-02Reduce size of the visibility stylesZlatan Vasović2-317/+4
2013-12-01Merge branch 'master' into pr/11412Mark Otto6-404/+360
Conflicts: dist/js/bootstrap.min.js
2013-12-01grunt distMark Otto1-1/+1
2013-12-01bump version numbers to 3.0.3Mark Otto6-18/+18
2013-12-01Rework navbar padding and margins for right aligned last-child elementsMark Otto2-9/+15
This slight reworking of the navbar spacing was brought about by a problem noted in #11530: use of `.navbar-form.navbar-right` leaves an extra 15px of space on the right. Here’s what’s new: * Removed the `padding` on `.navbar-collapse` within static top, fixed top, and fixed bottom navbars. Meaning, it’s still there for the default navbar. This was the root cause of the extra 15px padding for navbar forms. * As part of this, I also replaced the existing negative margin overrides for last-child elements with more contextual ones within their sub-components. Overall not too different, but should be more effective now and easier to work with now. For example of new changes, see http://jsbin.com/odeSiSo/1/.
2013-12-01Fixes #11357: Vertically center sm and xs buttons in the navbarMark Otto2-1/+11
2013-12-01Fixes #10941: Fix Glyphicons path for those importing bootstrap.less from ↵Mark Otto2-2/+2
another directory
2013-11-30Merge branch 'master' into pr/11536Mark Otto6-350/+297
Conflicts: dist/css/bootstrap.min.css
2013-11-30Fixes #11658: Increase min-height of .radio and .checkbox for horizontal ↵Mark Otto2-1/+6
forms to ensure alignment of content below
2013-11-30Remove browser default top margin from dl elementsMark Otto2-1/+2
2013-11-30Fixes #11623: Reset position to static for grid columns within tables to ↵Mark Otto2-1/+2
unfuck borders in IE9/10 and Firefox