aboutsummaryrefslogtreecommitdiff
path: root/scss
AgeCommit message (Collapse)AuthorFilesLines
2015-04-15fix spacer varsMark Otto2-2/+5
2015-04-14more utilitiesMark Otto1-8/+96
2015-04-14nuke shadows for nowMark Otto1-2/+2
2015-04-13redo sidenavMark Otto2-0/+13
2015-04-13Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto1-13/+0
2015-04-13remove pre styles -- see #4547Mark Otto1-3/+0
2015-04-13Merge pull request #105 from twbs/beautiful-colorsChris Rebert1-2/+0
Print with all the colors of the wind
2015-04-11Remove half-assed inclusion of link URLs (hrefs) when printingChris Rebert1-11/+0
* Relative URLs were output as-is, which is suboptimal or even confusing for end-users * Ditto for fragment identifiers * Outputting long URLs inline with prose isn't good UX JavaScript could potentially help with this (e.g. http://alistapart.com/article/improvingprint). However, we're not currently interested in trying to tackle the hard problem of fancy print stylesheets/views (particularly given the level of cross-browser inconsistency when it comes to printing). So let's just keep things simple, vanilla, and unsurprising, which should also make it easy for others to add their own print fanciness on top of Bootstrap.
2015-04-11Print with all the colors of the windChris Rebert1-2/+0
Forcing black-and-white text & backgrounds is too harsh. Printing speed isn't everything. Users or authors can easily enable grayscale themselves if need be.
2015-03-30Remove grid sizing styles on tablesMark Otto1-22/+0
2015-03-30rewrite table modifiers to use .table- prefixMark Otto1-19/+7
2015-03-30Fixes #13583: Move .sr-only and .sr-only-focusable to mixins, then use them ↵Mark Otto4-31/+41
to create classes in _utilities.scss
2015-03-29fix orderMark Otto1-1/+1
2015-03-29fixesMark Otto2-9/+6
2015-03-29Merge branch 'master' into v4Mark Otto11-12/+33
Conflicts: .gitignore Gruntfile.js _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_includes/components/navbar.html docs/_includes/components/progress-bars.html docs/_includes/css/grid.html docs/_includes/css/overview.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/license.html docs/_includes/getting-started/third-party-support.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_includes/nav/main.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/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/migration.html js/affix.js js/alert.js js/button.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tests/visual/modal.html js/tooltip.js less/component-animations.less less/jumbotron.less less/mixins/background-variant.less less/mixins/buttons.less less/mixins/responsive-visibility.less less/mixins/text-emphasis.less less/navbar.less less/navs.less less/scaffolding.less less/tooltip.less less/utilities.less less/variables.less package.json scss/_buttons.scss scss/_forms.scss scss/_modal.scss
2015-03-28Revert "Images are responsive by default"Chris Rebert3-6/+23
This reverts commit d29f851e827db27fb42573f14003bb018c037342. Making <img>s responsive by-default without opt-in can severely break third-party widgets such as Google Maps. This was an acknowledged problem in Bootstrap v2 (see https://github.com/twbs/bootstrap/issues/1506 ) and was fixed in v3 by requiring the .img-responsive class for explicit opt-in (see 09cdee2f03aaad5c5a767fbec2e3896ad3d1f980). The situation hasn't really changed since then. The responsive-by-default approach hasn't become any more suitable in the intervening time. So let's avoid having this regress in v4. :-)
2015-03-11Images are responsive by defaultMark Otto3-23/+6
2015-03-09remove justified button groupsMark Otto1-26/+0
2015-03-09remove all customizer comments from variables fileMark Otto1-214/+56
2015-03-01fix validation, run grunt distMark Otto3-5/+8
2015-03-01Merge branch 'master' into v4Mark Otto3-12/+19
Conflicts: .travis.yml Gruntfile.js bower.json dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_data/glyphicons.yml 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/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navs.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/forms.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/browser-device-support.html docs/_includes/getting-started/community.html docs/_includes/getting-started/examples.html docs/_includes/getting-started/grunt.html docs/_includes/getting-started/license.html docs/_includes/getting-started/template.html docs/_includes/header.html docs/_includes/js/affix.html docs/_includes/js/alerts.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/dropdowns.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/scrollspy.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/js/transitions.html docs/_includes/nav/javascript.html docs/_layouts/default.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js docs/assets/js/raw-files.min.js docs/assets/js/vendor/FileSaver.js docs/assets/js/vendor/autoprefixer.js docs/assets/js/vendor/uglify.min.js docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.min.js docs/examples/blog/index.html docs/examples/carousel/index.html docs/examples/cover/index.html docs/examples/dashboard/index.html docs/examples/narrow-jumbotron/narrow-jumbotron.css docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/non-responsive/non-responsive.css docs/examples/theme/index.html grunt/configBridge.json js/affix.js js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/popover.js js/scrollspy.js js/tab.js js/tests/unit/affix.js js/tests/unit/button.js js/tests/unit/carousel.js js/tests/unit/modal.js js/tests/unit/tooltip.js js/tooltip.js less/badges.less less/glyphicons.less less/type.less less/variables.less package.json scss/_dropdown.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
2015-02-04account for mq4-hover-shim's renaming & org moveChris Rebert1-1/+1
2015-01-22add $use-hover-media-query to control @media (hover:hover) usageChris Rebert2-13/+46
2015-01-22put all :hover styles within @media (hover: hover)Chris Rebert26-189/+210
2015-01-21Merge pull request #65 from twbs/precisionMark Otto1-1/+1
Use expressions for thirds to avoid precision issues
2015-01-21Use expressions for thirds to avoid precision issuesChris Rebert1-1/+1
2015-01-21Reorg @viewport now that we don't need to worry about non-responsive layoutsChris Rebert2-20/+20
2015-01-19Merge pull request #52 from twbs/normalize-figureChris Rebert1-10/+0
Let Normalize.css normalize <figure>'s margin
2015-01-19properly reset button.close stylesMark Otto1-11/+11
2015-01-19fix broken breadcrumb dividerMark Otto1-1/+1
2015-01-19fix border color on inverse tablesMark Otto1-1/+2
2015-01-19fix invalid cssMark Otto1-1/+0
2015-01-19Merge branch 'master' into v4Mark Otto6-6/+23
Conflicts: _config.yml 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/_includes/components/thumbnails.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/customizer-variables.html docs/_includes/footer.html docs/_includes/getting-started/download.html docs/_includes/getting-started/template.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/assets/css/docs.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/theme/index.html grunt/configBridge.json less/alerts.less less/badges.less less/jumbotron.less less/panels.less less/tables.less less/theme.less less/variables.less package.json scss/_button-group.scss scss/_buttons.scss scss/_forms.scss
2015-01-18Temporarily revert "Rename scss/bootstrap.scss -> scss/_bootstrap.scss"Chris Rebert1-0/+0
This reverts commit 2916ac43ed57baacc49d2cc7550b8d1dfe87b261. This reverts commit 3d635f30795deb11ee7feaea5595b78c70221389. This reverts commit 61a21205575aa03b4fbbacee2052d20bf75941d4. This change broke the Grunt build.
2015-01-15Rename scss/bootstrap.scss -> scss/_bootstrap.scssGleb Mazovetskiy1-0/+0
This is required for Compass compatibility. See https://github.com/twbs/bootstrap-sass/issues/694 Also updates bower.json and package.json references to the main Sass file.
2015-01-08Remove libsass @media nesting bug workaroundChris Rebert1-14/+2
https://github.com/sass/libsass/issues/185 has been fixed. Refs #48
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-07Remove libsass @media nesting bug workaroundChris Rebert1-14/+2
https://github.com/sass/libsass/issues/185 has been fixed. Refs #48
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-05Use improved box sizing resetChris Rebert1-1/+6
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-05Remove affix from docs & CSS; add migration guidanceChris Rebert1-5/+0
2015-01-03fix broke shit, recompileMark Otto1-3/+3
2015-01-03Merge branch 'master' into v4Mark Otto6-21/+23
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-01override the box-shadows on active, checked, and indeterminate statesMark Otto1-0/+3
2015-01-01add indeterminate checkbox supportMark Otto1-8/+5
2015-01-01fix typo in commentChris Rebert1-1/+1
2014-12-31Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto16-306/+288