aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-03-24Switch to `icon` instead of `shortcut icon` to fix the HTML validation tests.XhmikosR20-20/+20
2014-03-23Merge pull request #12328 from benogle/bo-tooltip-adjustMark Otto1-0/+8
Add tooltip `viewport` option, respect bounds of the viewport
2014-03-23Update JSZip to v2.2.0.XhmikosR2-8/+8
2014-03-21Add tooltip `viewport` option, respect bounds of the viewportBen Ogle1-0/+8
2014-03-20Merge pull request #13101 from twbs/ie8-responsive-file-warningChris Rebert1-0/+0
Move ie8-responsive-file-warning.js one dir up.
2014-03-20grunt distChris Rebert3-3/+3
2014-03-18Merge pull request #13095 from twbs/translation_dataMark Otto2-7/+37
Generate Translations list from YAML
2014-03-18[trivial] Updated datesLewis Cowper1-2/+2
2014-03-17Generate Translations list from YAMLJulian Thilo2-7/+37
2014-03-17Move ie8-responsive-file-warning.js one dir up.XhmikosR1-0/+0
This is a regression of d08bbdc6ec50baca9e34d2aa6e8bcfc8d6135217.
2014-03-17Separate JS includes for alerts and popoversJulian Thilo3-76/+72
/cc @mdo
2014-03-17fix description of <mark>Chris Rebert1-1/+1
#12956 errata
2014-03-17fix <mark> raw source to match live exampleChris Rebert1-1/+1
#12956 errata
2014-03-17copyedit responsive-embed.htmlChris Rebert1-1/+1
2014-03-17Mozilla is trying to fix the <input> line-height bug; Yay!Chris Rebert1-1/+1
See https://bugzilla.mozilla.org/show_bug.cgi?id=697451#c43
2014-03-17more precise description of browser bugChris Rebert1-1/+1
2014-03-16regenerate customize.min.jsChris Rebert1-2/+2
2014-03-16use @ssorallen's blob support test in customizer; fixes #12617Chris Rebert2-15/+37
2014-03-16gruntMark Otto1-1/+1
2014-03-16Update gruntfile to point to new customizer nav, run gruntMark Otto2-2/+2
2014-03-16Rename and organize nav partials for cleaner file structureMark Otto10-9/+9
2014-03-16Merge branch 'master' of github.com:twbs/bootstrapMark Otto7-8/+8
Conflicts: dist/js/bootstrap.min.js docs/dist/js/bootstrap.min.js
2014-03-16Break up docs into includesMark Otto65-9531/+9236
2014-03-16buildfat5-6/+6
2014-03-16Fixes #13055: Mention outdenting moreMark Otto1-0/+1
2014-03-16Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-0/+1
2014-03-15Add missing blank lineZlatan Vasović1-0/+1
2014-03-15relative not absoluteMark Otto1-1/+1
2014-03-12Merge pull request #13039 from twbs/dropdown-pull-right-deprecMark Otto1-4/+4
comply with .dropdown-menu.pull-right deprecation in docs
2014-03-12Update dependencies.XhmikosR1-1/+1
2014-03-12comply with .dropdown-menu.pull-right deprecation in docsChris Rebert1-4/+4
2014-03-12Merge pull request #13024 from twbs/role-alertMark Otto4-28/+28
add role="alert" to Alert examples, to improve accessibility
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}