aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-19don't ignore the assets/js/src/ because then it doesn't make it to the ↵Mark Otto1-1/+1
generated site
2014-12-19restore configbridge to footer files, update pathsMark Otto2-6/+6
2014-12-19fix paths and baseurl actionMark Otto3-15/+15
2014-12-18rewrite all table styles to remove in selectorsMark Otto8-237/+107
2014-12-18migration to layout and navMark Otto3-4/+7
2014-12-18gruntMark Otto11-51/+43
2014-12-18replace html tables with markdown in migrationMark Otto4-46/+51
2014-12-18Remove .hidden and .show classesChris Rebert2-30/+5
.hidden is incompatible with jQuery's $(...).hide()
2014-12-18Merge pull request #15407 from twbs/close-15205Chris Rebert1-7/+17
Add Wall of Browser Bugs entry for #15205
2014-12-18Add Wall of Browser Bugs entry for #15205Chris Rebert1-0/+10
Closes #15205
2014-12-18group Safari browser bugs by OSChris Rebert1-8/+8
2014-12-18Merge pull request #37 from twbs/migration-stubMark Otto1-0/+66
add stub v3 => v4 migration docs page
2014-12-18Merge pull request #42 from twbs/pagerChris Rebert2-19/+19
rename .previous => .pager-prev , .next => .pager-next
2014-12-18Merge pull request #41 from twbs/carousel-itemChris Rebert7-96/+96
rename .item => .carousel-item
2014-12-18carousel.md: remove stray `</h3>`Chris Rebert1-1/+1
2014-12-17Merge pull request #36 from twbs/trim-config-bridgeChris Rebert2-28/+19
Move stuff out of configBridge.json now that the Customizer is kaput
2014-12-18Modal: Work around IE scrollbars not taking up page widthHeinrich Fenkart1-1/+6
Fixes #15353.
2014-12-17rename .item => .carousel-itemChris Rebert7-96/+96
2014-12-17rename .previous => .pager-prev , .next => .pager-nextChris Rebert2-19/+19
2014-12-17grunt distChris Rebert6-16/+5
2014-12-17Merge pull request #38 from twbs/customizer-remnantsChris Rebert10-2279/+0
remove remaining remnants of the Customizer
2014-12-17remove remaining remnants of the CustomizerChris Rebert10-2279/+0
2014-12-17Merge pull request #15395 from twbs/firefox-customizer-warningChris Rebert1-0/+5
Add warning to Customizer about Firefox bug
2014-12-17Add warning to Customizer about Firefox bug; refs #15016Chris Rebert1-0/+5
[skip sauce]
2014-12-17Merge pull request #32 from twbs/old-firefox-docsMark Otto2-2/+1
Remove docs notes about old Firefoxes
2014-12-17Merge pull request #33 from twbs/rm-android-workaroundMark Otto2-2/+0
Remove defunct `background-image: none` Firefox-on-Android workaround
2014-12-17Merge pull request #35 from twbs/rm-chrome-osx-print-workaroundMark Otto1-6/+0
Remove defunct OS X Chrome <select> printing bug workaround
2014-12-17Merge pull request #29 from twbs/ie9-minimum-docsMark Otto6-12/+12
Remove ancillary references to IE<9 in comments+docs
2014-12-17Fixes #14990: Media bodies take up full widthNicole Sullivan1-0/+4
Signed-off-by: Beatrice Peng <[email protected]>
2014-12-16add stub v3 => v4 migration docs pageChris Rebert1-0/+66
2014-12-16Move stuff out of configBridge.json now that the Customizer is kaputChris Rebert2-28/+19
2014-12-16Remove defunct OS X Chrome <select> printing bug workaroundChris Rebert1-6/+0
Chrome fixed the bug as of v37: https://code.google.com/p/chromium/issues/detail?id=282918
2014-12-16Merge pull request #34 from twbs/sauce-android-notesChris Rebert1-3/+3
update Android comments in sauce_browsers.yml
2014-12-16update Android comments in sauce_browsers.ymlChris Rebert1-3/+3
2014-12-16Remove defunct `background-image: none` Firefox-on-Android workaroundChris Rebert2-2/+0
Mozilla fixed the bug circa Firefox 33-35: https://bugzilla.mozilla.org/show_bug.cgi?id=763671 Firefox 34 is the current version. Firefox 35 should be current by the time Bootstrap v4 is released.
2014-12-16Remove docs notes about old FirefoxesChris Rebert2-2/+1
2014-12-16Merge pull request #31 from twbs/nuke-ie8-sauceChris Rebert1-11/+0
remove IE8 from Sauce tests
2014-12-16remove IE8 from Sauce testsChris Rebert1-11/+0
2014-12-16Remove ancillary references to IE<9 in comments+docsChris Rebert6-12/+12
2014-12-16Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto14-81/+8
2014-12-15Merge pull request #23 from twbs/autoprefixer-FF-ESRChris Rebert1-2/+2
bump min Firefox in Autoprefixer config to v31 (latest ESR)
2014-12-15bump min Firefox in Autoprefixer config to v31 (latest ESR)Chris Rebert1-2/+2
2014-12-15Merge pull request #24 from twbs/autoprefixer-drop-IE8Chris Rebert1-1/+1
bump min IE in Autoprefixer config to v9
2014-12-15bump min IE in Autoprefixer config to v9Chris Rebert1-1/+1
2014-12-15Use .alert-heading instead of hardcoding <h4>Chris Rebert2-3/+3
2014-12-15remove deprecated tooltip placementsChris Rebert1-29/+0
2014-12-15Port c66e3029df84f55a31f785 over from hosted docsChris Rebert1-0/+5
2014-12-15Merge pull request #15373 from twbs/doc-15340Chris Rebert1-0/+1
Add docs for #15340
2014-12-15Merge branch 'master' of https://github.com/twbs/bootstrapMark Otto4-4/+5
2014-12-15Add docs for #15340Chris Rebert1-0/+1
border-radius CSS property doesn't affect <select>s in some browsers. Hence, @input-border-radius doesn't affect <select class="form-control"> in some browsers. Closes #15340. [skip sauce] [skip validator]