aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-30Explain issue/PR bots in CONTRIBUTING.mdChris Rebert1-0/+11
[skip sauce] [skip validator]
2014-10-30Replace deprecated uses of .pull-left & .pull-right in .media docsChris Rebert1-5/+5
Refs https://github.com/twbs/bootlint/pull/153 [skip sauce]
2014-10-30Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1hillai1-1/+1
Closes #14941
2014-10-30Fix #14936: Use correct left/right and margin on tooltip arrowsJulian Thilo1-4/+8
2014-10-30fix typo in commentChris Rebert1-1/+1
2014-10-30Merge pull request #14931 from twbs/fix-ios-unit-test-failuresHeinrich Fenkart1-0/+7
Fix the iOS 8 unit test failures
2014-10-30Fix the iOS 8 unit test failuresHeinrich Fenkart1-0/+7
Resolves #14919.
2014-10-30Merge pull request #14930 from twbs/use-jsdelivr-cdn-urlsHeinrich Fenkart1-3/+3
Use jsDelivr CDN until BootstrapCDN gets updated
2014-10-30Use jsDelivr CDN until BootstrapCDN gets updatedHeinrich Fenkart1-3/+3
2014-10-30Examples: Make use of the `footer` tag instead of a `div`.XhmikosR5-10/+10
2014-10-30gruntHeinrich Fenkart6-8/+8
2014-10-30Merge pull request #14925 from twbs/button-focus-use-regexpHeinrich Fenkart1-1/+1
Use RegExp for button plugin's focus shim
2014-10-30Use RegExp for button plugin's focus shimHeinrich Fenkart1-1/+1
Fixes #14923.
2014-10-29Merge pull request #14922 from twbs/ios-cursor-scrollChris Rebert1-0/+6
Add Wall of Browser Bugs entry for #14708
2014-10-29Add Wall of Browser Bugs entry for #14708Chris Rebert1-0/+6
Closes #14708
2014-10-30Update grid-framework.lessBass Jobsen1-2/+2
The `when (@index = 1)` guards are not needed cause the mixins already only match on arity.
2014-10-29Merge pull request #14920 from twbs/safari-print-font-sizeChris Rebert1-0/+6
Add Wall of Browser Bugs entry for #14868
2014-10-29Add Wall of Browser Bugs entry for #14868Chris Rebert1-0/+6
Closes #14868
2014-10-29Merge branch 'master' into v3.3.0v3.3.0Mark Otto9-7/+67
Conflicts: docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js
2014-10-29gruntMark Otto1-1/+1
2014-10-29Update shrinkwrap.XhmikosR1-2/+48
2014-10-29fixes #14913: badges in list group shouldn't have text shadowMark Otto8-5/+19
2014-10-29new homepage imagesMark Otto1-9/+9
2014-10-29gruntMark Otto1-1/+1
2014-10-29Merge branch 'master' into v3.3.0Mark Otto3-194/+308
2014-10-29fixes #14911: bump dependencies to fix customizer text from being cut shorMark Otto3-194/+308
2014-10-29gruntMark Otto5-5/+5
2014-10-29version bumpMark Otto37-108/+108
2014-10-29gruntMark Otto1-1/+1
2014-10-28Merge pull request #14907 from twbs/justified-nav-wallChris Rebert1-2/+2
Add WebKit bug for #9774 to Wall of Browser Bugs
2014-10-28Add WebKit bug for #9774 to Wall of Browser BugsChris Rebert1-2/+2
[skip sauce]
2014-10-28gruntMark Otto4-3/+8
2014-10-28Merge pull request #14891 from twbs/cursor_varMark Otto8-10/+13
Add variable for default cursor
2014-10-28indentation and commentMark Otto1-17/+24
2014-10-28Merge pull request #14904 from twbs/customize-min-filesMark Otto2-0/+11
Customizer: include the minified files only on GitHub pages.
2014-10-28change back to not allowed cursorMark Otto1-1/+1
2014-10-28Merge branch 'master' into cursor_varMark Otto29-302/+470
2014-10-28Reverts #14848, the overflow scrolling in the docs sidebar /cc @hnrch02Mark Otto2-3/+1
2014-10-29Customizer: include the minified files only on GitHub pages.XhmikosR2-0/+11
2014-10-29Merge pull request #14903 from twbs/fix-#14750XhmikosR2-3/+3
Fix customizer download with Firefox.
2014-10-29Fix customizer download with Firefox.Heinrich Fenkart2-3/+3
2014-10-28Merge pull request #14902 from twbs/safari-justified-navChris Rebert2-2/+2
Safari v8.0 still suffers from Justified Nav rendering bug
2014-10-28Safari v8.0 still suffers from Justified Nav rendering bugChris Rebert2-2/+2
2014-10-29gruntHeinrich Fenkart6-16/+36
2014-10-29Independently delegate data-api selectorsBen-Russell3-5/+15
Fixes #14462. Closes #14463 by merging it.
2014-10-29gruntHeinrich Fenkart6-38/+104
2014-10-29Merge pull request #14686 from twbs/collapsed-class-manual-invocationHeinrich Fenkart2-38/+99
Handle `collapsed` class on triggers even when manually invoked
2014-10-29Handle `collapsed` class on triggers even when manually invokedHeinrich Fenkart2-38/+99
Fixes #13636.
2014-10-29gruntHeinrich Fenkart6-160/+160
2014-10-29Merge pull request #14457 from hnrch02/button-set-val-after-event-loopHeinrich Fenkart2-7/+7
Change value of stateful button after event loop