aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-09remove more Glyphicon references from the docsChris Rebert2-11/+5
2015-01-09remove unused font filesThomas McDonald2-41/+0
2015-01-08Revert "Remove libsass @media nesting bug workaround"Gleb Mazovetskiy1-2/+14
This reverts commit d6a5ebf438080a71bc78b561be20160afc12e6ec. There has not been a release of libsass with this fix yet, sorry!
2015-01-08Merge pull request #58 from twbs/libsass-185Gleb Mazovetskiy1-14/+2
Remove libsass @media nesting bug workaround
2015-01-08docs: fix typo in media-queries.mdGleb Mazovetskiy1-2/+2
2015-01-07Remove libsass @media nesting bug workaroundChris Rebert1-14/+2
https://github.com/sass/libsass/issues/185 has been fixed. Refs #48
2015-01-07Merge pull request #25 from twbs/autoprefixer-bump-chromeChris Rebert1-1/+1
bump min Chrome in Autoprefixer to v35
2015-01-07bump min Chrome in Autoprefixer to v35Chris Rebert1-1/+1
2015-01-07gruntChris Rebert8-137/+70
2015-01-06Merge pull request #54 from twbs/overhaul-responsive-visibilityChris Rebert16-311/+212
Overhaul of responsive visibility classes
2015-01-06update responsive utility docs post-overhaulChris Rebert4-172/+173
2015-01-06add migration guidance regarding responsive visibility classesChris Rebert1-0/+2
2015-01-06Overhaul responsive visibility classesChris Rebert1-92/+13
Thanks to @glebm for help refactoring this to use the breakpoint mixins.
2015-01-06Kill scss/mixins/_media-queries.scssChris Rebert9-57/+31
replaced media-xs => media-breakpoint-down(xs) replaced media-sm => media-breakpoint-up(sm) replaced media-sm-max => media-breakpoint-only(sm) replaced media-md => media-breakpoint-up(md) replaced media-md-max => media-breakpoint-only(md) replaced media-lg => media-breakpoint-up(lg)
2015-01-06rename media-breakpoint-{min,max} => media-breakpoint-{up,down}Chris Rebert4-10/+13
2015-01-06fix numerical typo in grid docsChris Rebert1-1/+1
2015-01-06Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto17-215/+574
2015-01-06streamline homepage navMark Otto4-27/+18
2015-01-06formatting of htmlMark Otto1-1/+5
2015-01-06Merge pull request #59 from twbs/probably-slightly-better-best-practiceChris Rebert2-38/+12
Use improved box sizing reset
2015-01-05Use improved box sizing resetChris Rebert2-38/+12
Based on http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ This allows us to significantly simplify the relevant part of the docs.
2015-01-05grunt distChris Rebert8-12/+558
2015-01-05Merge pull request #40 from twbs/bye-affixChris Rebert5-157/+3
Remove affix from docs & CSS; add migration guidance
2015-01-05Remove affix from docs & CSS; add migration guidanceChris Rebert5-157/+3
2015-01-05Merge pull request #26 from twbs/autoprefixer-bump-mac-safariChris Rebert2-8/+1
bump min OS X Safari in Autoprefixer config to v7.1
2015-01-03fix broke shit, recompileMark Otto14-53/+49
2015-01-03Merge branch 'master' into v4Mark Otto53-1604/+1508
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs/_data/glyphicons.yml docs/_includes/components/alerts.html docs/_includes/components/badges.html docs/_includes/components/breadcrumbs.html docs/_includes/components/button-dropdowns.html docs/_includes/components/button-groups.html docs/_includes/components/dropdowns.html docs/_includes/components/glyphicons.html docs/_includes/components/input-groups.html docs/_includes/components/jumbotron.html docs/_includes/components/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navbar.html docs/_includes/components/navs.html docs/_includes/components/page-header.html docs/_includes/components/pagination.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/responsive-embed.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/code.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/css/tables.html docs/_includes/css/type.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/whats-included.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/nav/components.html docs/_includes/nav/javascript.html docs/_jade/customizer-variables.jade docs/_layouts/default.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/customize.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css less/glyphicons.less less/mixins/vendor-prefixes.less less/navbar.less less/popovers.less less/tables.less less/theme.less less/tooltip.less less/variables.less package.json scss/_carousel.scss scss/_close.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
2015-01-03Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto1-1/+1
2015-01-01gruntMark Otto6-4/+12
2015-01-01override the box-shadows on active, checked, and indeterminate statesMark Otto1-0/+3
2015-01-01grunt distMark Otto13-127/+127
2015-01-01add indeterminate checkbox supportMark Otto3-9/+24
2015-01-01automatic grunt distBootstrap's Grunt bot1-12/+12
2015-01-01Merge pull request #15477 from ZDroid/2015Mark Otto15-15/+15
Happy New Year
2015-01-01fix typo in commentChris Rebert1-1/+1
2015-01-01automatic grunt distBootstrap's Grunt bot2-2/+2
2015-01-01Happy New Year :santa:Zlatan Vasović15-15/+15
2014-12-31Merge pull request #15472 from twbs/address-15288Chris Rebert1-0/+4
Document that responsive tables use `overflow-y: hidden`
2014-12-31Merge pull request #15473 from twbs/autoprefixer-docsChris Rebert1-0/+3
Document that Autoprefixer is required
2014-12-31Merge pull request #15464 from twbs/address-15419Chris Rebert5-11/+54
Address #15419
2015-01-01automatic grunt distBootstrap's Grunt bot6-6/+6
2014-12-31Merge pull request #55 from twbs/xl-sizeMark Otto1-20/+19
account for XL size tier in grid docs
2014-12-31change values, remove grid column size rowMark Otto1-17/+9
2014-12-31Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto49-469/+632
2014-12-31gruntMark Otto7-25/+29
2014-12-31larger hr border width so it shows upMark Otto1-1/+1
2014-12-31tweak and improve jumbotronsMark Otto2-18/+15
2014-12-31fix some source code for custom formsMark Otto1-3/+4
2014-12-31Merge pull request #15292 from twbs/customize-iconXhmikosR3-5/+9
Use a glyphicon instead of the unicode character.
2014-12-31Merge pull request #15474 from NateEag/patch-1Mark Otto1-1/+1
Remove extra word from disabling-responsiveness.html