aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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]
2014-12-15Merge pull request #20 from twbs/visual-tests-kill-ie8Chris Rebert11-77/+0
Remove IE8 compat shims from JS visual tests
2014-12-15Merge pull request #18 from twbs/sacheChris Rebert1-0/+5
Add sache.json
2014-12-15Merge pull request #19 from twbs/ie8-clean-cssChris Rebert1-1/+0
Remove IE8 compatibility option from cssmin Grunt task config
2014-12-15Remove IE8 compat shims from JS visual testsChris Rebert11-77/+0
2014-12-15Remove IE8 compatibility option from cssmin Grunt task configChris Rebert1-1/+0
2014-12-15Add sache.jsonChris Rebert1-0/+5
Refs https://github.com/twbs/bootstrap-sass/issues/657
2014-12-15Merge pull request #15369 from bastienmoulia/woff2Chris Rebert1-1/+2
Add woff2 font in readme.md
2014-12-15Add woff2 font in readme.mdBastien1-1/+2
2014-12-14fixes #15340: mention in docs that most selects can't change border-radiusMark Otto1-0/+1
2014-12-15automatic grunt distBootstrap's Grunt bot3-3/+3
2014-12-14Merge pull request #15348 from bastienmoulia/masterMark Otto6-4/+6
Correction in the documentation, add the brand-primary true color in comment and woff2 glyphicons
2014-12-14Merge pull request #15363 from patrickhlauke/docs-nicer-skip-linkPatrick H. Lauke4-4/+25
Make skip link look less "bare bones"
2014-12-14Expand/clarify advice about skip linksPatrick H. Lauke1-2/+3
2014-12-14Make skip link look less "bare bones"Patrick H. Lauke3-2/+22
Additional markup for the skip link (to ensure it has the same effective width as the main content, and to provide an outline around just the link text) plus some basic styles...make it look a bit more in keeping with the overall look and feel of the docs.
2014-12-12Merge pull request #15357 from twbs/update-saucelabsChris Rebert2-3/+3
bump grunt-saucelabs to ~8.4.0
2014-12-12update shrinkwrapChris Rebert1-2/+2
[skip validator]
2014-12-12bump grunt-saucelabs to ~8.4.0Chris Rebert1-1/+1
[skip validator]
2014-12-12Merge pull request #15356 from twbs/remarkableChris Rebert2-171/+351
bump remarkable to ~1.5.0
2014-12-12update shrinkwrapChris Rebert1-170/+350
[skip sauce] [skip validator]
2014-12-12bump remarkable to ~1.5.0Chris Rebert1-1/+1
2014-12-12Merge pull request #15355 from twbs/fix-15279Chris Rebert2-32/+222
use npm-shrinkwrap ^200.0.0
2014-12-12update shrinkwrapChris Rebert1-31/+221
2014-12-12use npm-shrinkwrap ^200.0.0 ; fixes #15279Chris Rebert1-1/+1
2014-12-12automatic grunt distBootstrap's Grunt bot3-3/+3
2014-12-12Merge pull request #15351 from twbs/revert-15350-patch-1Julian Thilo1-1/+1
Revert "fix typo in carousel doc"
2014-12-12Revert "fix typo in carousel doc"Julian Thilo1-1/+1
2014-12-12Add glyphicons fonts in woff2Bastien3-1/+3
2014-12-12Merge pull request #15350 from emmanuelgautier/patch-1Patrick H. Lauke1-1/+1
fix typo in carousel doc
2014-12-12fix typoEmmanuel Gautier1-1/+1
2014-12-12Add new brand-primary color in the doc and the true color in commentBastien2-2/+2
2014-12-12200 to 260 glyphicons in the docBastien1-1/+1
2014-12-11Clean up some navbar.scss, drop the -float-breakpoint var entirelyMark Otto8-267/+19
2014-12-11docs tweak /cc @glebmMark Otto1-1/+1
2014-12-11nuke auto truncating messageMark Otto1-5/+0
2014-12-11Use grid classes or mixins on .dl-horizontal, update docs to include it, ↵Mark Otto12-73/+50
removes auto truncate and makes .text-overflow mixin into a .text-truncate class and mixin combo for better granularity