aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-03-17Merge branch 'ZDroid-grunt-glyphicons'Chris Rebert2-3/+10
2014-03-17Add build-glyphicons-data logZlatan Vasović2-3/+10
Closes #12987
2014-03-17pass grunt into generateRawFilesJs instead of require()ing itChris Rebert2-3/+2
2014-03-17Merge pull request #13064 from ZDroid/descriptionChris Rebert1-0/+1
Add Bower package description
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-16Merge pull request #12773 from twbs/customizer-compatChris Rebert3-17/+39
Use @ssorallen's blob support test in customizer
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 Otto5-7/+5
2014-03-16Merge branch 'master' of github.com:twbs/bootstrapMark Otto8-13/+12
2014-03-16move sauce_browsers.yml into /grunt/; fixes #13065Chris Rebert3-2/+3
2014-03-16Merge branch 'hnrch02-modal-toggle'Chris Rebert2-2/+2
2014-03-16Fix #12845 - Modal#hide should only be called with an event argumentHeinrich Fenkart2-2/+2
Closes #12850
2014-03-16Merge pull request #12862 from sultano/patch-1Jacob1-3/+1
Fixed flickering and simplified calculations
2014-03-16Fix #12375: stop using document.body.scrollTop as it's deprecated in the ↵Zlatan Vasović2-2/+2
strict mode Closes #12377
2014-03-16correct event naming of `scroll` and `load' eventTobias Lindig2-4/+4
closes #12337
2014-03-16Rename and organize nav partials for cleaner file structureMark Otto10-9/+9
2014-03-16Merge branch 'master' of github.com:twbs/bootstrapMark Otto17-25/+95
Conflicts: dist/js/bootstrap.min.js docs/dist/js/bootstrap.min.js
2014-03-16Break up docs into includesMark Otto67-9534/+9239
2014-03-16Merge pull request #13086 from twbs/fat-fix-12983Jacob15-25/+95
Fat fix 12983
2014-03-16buildfat13-19/+57
2014-03-16fixes #9855fat2-6/+38
2014-03-16Fixes #13055: Mention outdenting moreMark Otto1-0/+1
2014-03-16Merge branch 'master' of github.com:twbs/bootstrapMark Otto3-5/+6
2014-03-16Removed unnecessary percentage sign for 3D translationHayden Bleasel2-5/+5
2014-03-16Update dependencies.XhmikosR2-5/+5
2014-03-15Merge pull request #13081 from ZDroid/blankMark Otto1-0/+1
Add missing blank line
2014-03-15Add missing blank lineZlatan Vasović1-0/+1
2014-03-15relative not absoluteMark Otto1-1/+1
2014-03-15Utilised mixins rather than specific WebKit propertiesHayden Bleasel2-6/+47
2014-03-15WebKit CSS3 carousel transforms for supported devicesHayden Bleasel1-0/+23
2014-03-14Fix JSHint errorsJulian Thilo1-36/+35
X-Ref: https://github.com/twbs/bootstrap/commit/8c9739d4773c268b114296d90e61b5f4e2932517
2014-03-14Add Bower package descriptionZlatan Vasović1-0/+1
2014-03-13Merge pull request #13060 from twbs/role-tooltipChris Rebert1-1/+1
add role="tooltip" to tooltips by default to improve accessibility
2014-03-13Merge pull request #11937 from IHomer/masterJacob1-1/+1
Fix: IE10 or lower incorrectly determines the scrollheight of the body. ...
2014-03-13Merge pull request #11453 from moodyroto/patch-1Jacob1-0/+37
fix scrollspy for targets within tabs
2014-03-13add role="tooltip" to tooltips by default to improve accessibilityChris Rebert1-1/+1
See https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tooltip
2014-03-12Merge pull request #13048 from twbs/grunt-css-flip-0.2.0Chris Rebert3-5/+4
upgrade to grunt-css-flip v0.2.0
2014-03-12upgrade to grunt-css-flip v0.2.0Chris Rebert3-4/+4
2014-03-12remove unnecessary direct devDependency on css-flipChris Rebert1-1/+0
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-12use stricter error checking in uncached-npm-install.shChris Rebert1-0/+1
Closes #13045
2014-03-12Update dependencies.XhmikosR3-6/+6
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