aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-03-12rework docs copy: inputs-without-labels are likely the more common caseChris Rebert1-1/+1
2014-03-11add role="alert" to Alert examples, to improve accessibilityChris Rebert4-28/+28
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/d8fcbcd3fe86f0cb47fda0ffe269b2c7a2131f07/README.md#alert
2014-03-11Run usebanner before cssmin.XhmikosR4-10/+4
2014-03-11Fixed typo at docs/examples/rtl/index.phpORiON-1-1/+1
The filename generated at dist/css/ called 'bootstrap-rtl.min.css'.
2014-03-10moar gruntMark Otto3-3/+3
2014-03-10Merge branch 'master' of github.com:twbs/bootstrapMark Otto4-4/+4
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 Otto4-4/+4
surrounding div to the label to remove the no-click deadzone caused by negative margin
2014-03-10even more gruntMark Otto4-4/+4
2014-03-10Merge branch 'master' into modular-the-mixinsMark Otto1-0/+1
2014-03-10Merge pull request #13002 from ZDroid/hashJulian Thilo1-0/+1
Add missing customizer comment
2014-03-10Add missing customizer commentZlatan Vasović1-0/+1
2014-03-10Merge branch 'master' into modular-the-mixinsMark Otto4-4/+4
Conflicts: dist/css/bootstrap.css.map docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map
2014-03-09gruntMark Otto2-2/+2
2014-03-09Add recompiled assets after nuking toc in mixins.less.mrmrs1-1/+1
2014-03-09Add consistent newline at end of files in less/mixinsmrmrs3-3/+3
2014-03-09Merge branch 'master' into modular-the-mixinsmrmrs9-57/+95
* 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.mrmrs4-4/+4
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 pull request #12204 from twbs/fix-8869Mark Otto9-52/+84
replace .visible-{size} with .visible-{size}-{display}
2014-03-09Replace some images on the Carousel example with some base64 encoded 1x1 gifsMark Otto1-6/+6
2014-03-09ugh gruntMark Otto1-1/+1
2014-03-09moar gruntMark Otto1-1/+1
2014-03-09mo copyMark Otto1-1/+1
2014-03-09http://www.youtube.com/watch?v=AJWtLf4-WWsMark Otto1-1/+1
2014-03-09gruntMark Otto5-5/+5
2014-03-09Copy changeMark Otto1-2/+2
2014-03-09Merge branch 'master' into fix-8869Mark Otto48-161/+1222
2014-03-09Fixes #12759Mark Otto4-3/+9
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 Otto4-4/+4
IE8+'s misaslignment of text within date inputs
2014-03-09Reorganize mixins and G R U N TMark Otto4-4/+4
2014-03-09Merge branch 'master' into mixin-table-of-contentsmrmrs4-6/+10
* master: Fix bad grunt merge and then G R U N T Reorder the Gruntfile a bit Fixes #12892: Link to one of the SO articles on Bootstrap modals and YouTube Remove unneeded quotes. Rename generateRawFilesJs to generateRawFiles Remove redundant parens Conflicts: docs/assets/js/raw-files.min.js test-infra/npm-shrinkwrap.canonical.json
2014-03-09Adjusts some section titles to be more explicit.mrmrs4-4/+4
FIXES #12992
2014-03-09Fix bad grunt merge and then G R U N TMark Otto1-1/+1
2014-03-09Changes compiled assets after changing mixins.lessmrmrs3-3/+3
2014-03-10Merge pull request #12986 from twbs/unneeded-quotesXhmikosR1-3/+3
Remove unneeded quotes.
2014-03-09Fixes #12892: Link to one of the SO articles on Bootstrap modals and YouTubeMark Otto1-1/+5
2014-03-09Moves IE8 justified button border mention to docs section, not the browser ↵Mark Otto2-6/+5
bugs page /cc @cvrebert
2014-03-09Fixes #12487: Document required use of position relative for scrollspyMark Otto1-1/+9
2014-03-09Document shitty situation of multiple .navbar-right classes in #12951Mark Otto1-0/+5
2014-03-09Document #12476 bug in the wall of bugsMark Otto1-0/+6
2014-03-09gruntMark Otto1-1/+1
2014-03-09Merge branch 'master' into sr-only-focusableMark Otto1-16/+23
2014-03-09Remove unneeded quotes.XhmikosR1-3/+3
2014-03-08document position relative firefox bug; cleanup some stuff in the browser ↵Mark Otto1-16/+23
bugs page
2014-03-08Merge branch 'master' into sr-only-focusableMark Otto66-2984/+1883
Conflicts: dist/css/bootstrap.css
2014-03-08gruntMark Otto1-1/+1
2014-03-08fixes #9836fat2-2/+2
2014-03-08gruntMark Otto1-1/+1
2014-03-08fix #9342fat2-2/+2