aboutsummaryrefslogtreecommitdiff
path: root/scss/_print.scss
AgeCommit message (Collapse)AuthorFilesLines
2019-05-09v5: Drop all print styles and classes (#28339)Mark Otto1-141/+0
2019-05-04Fix broken link to css-discuss.incutio.com/wiki/Printing_Tables (#28637)Christian Oliff1-1/+1
Instead now pointing to the most recent Wayback Machine archive copy.
2019-01-08Space fixes (#27997)Martijn Cuppens1-1/+1
2018-04-23Print color fix dark tables and dark theads (#26193)Martijn Cuppens1-0/+17
2018-04-02Fix broken URI fragments and redirects.XhmikosR1-1/+1
2018-04-02Use https when possible.XhmikosR1-1/+1
2018-03-12Replace "loose" HEX values with their respective variables (#25672)Jacob Müller1-5/+5
2018-01-03Print tweaks (#25164)Mark Otto1-3/+17
* Add min-width to body when printing This should address some inconsistencies between browsers when printing. It applies a min-width to the body so that the content better resembles what your might see on your screen. I've made it a variable for easy customizing, too. * Don't underline buttons when printing * Add basic print styles for page and body size to create a semi-consistent print experience across browsers
2017-10-02Switch to stylelint. (#23572)XhmikosR1-3/+2
2017-07-11Remove ::first-letter and ::first-line selectors from print stylesPatrick H. Lauke1-9/+1
Bootstrap itself doesn't use any `::first-letter` or `::first-line` styles. These selectors also cause(d) problems in IE11 (see https://github.com/h5bp/html5-boilerplate/pull/1799) and currently cause a nasty rendering bug in Chrome where the first letter is vertically shifted (see https://github.com/twbs/bootstrap/issues/21771) As h5bp has now removed these as well, no need to keep and comment them out. See https://github.com/h5bp/html5-boilerplate/issues/1961 / https://github.com/h5bp/html5-boilerplate/pull/1962
2017-01-03Drop .carete (#21525)Quy1-6/+0
2016-11-13Change .tag print styles to .badge.Bardi Harborow1-1/+1
2016-11-06Scope ::first-letter selector for print stylesPatrick H. Lauke1-1/+4
`*::first-letter` causes problems in IE11 - only prints first page of a multi-page document
2016-10-03Follow-up fix to #20821Patrick H. Lauke1-3/+3
With apologies, copy/paste error following on from trying to fix conflicting Hound/Travis checks for https://github.com/twbs/bootstrap/pull/20821/ slipped through before I noticed them.
2016-10-02Update print styles borrowed from h5bpPatrick H. Lauke1-4/+10
most notable change: - fixes print/print preview crash in IE11 (caused by `*:first-line` selector)
2016-09-04Disable important flag on Sass linter (#20627)Mark Otto1-1/+1
2016-02-11Rename .label class to .tagAmeya Pandilwar1-1/+1
2016-02-06Add $enable-print-styles variable for _print.scss; fixes #19101Chris Rebert1-86/+88
[skip sauce]
2016-02-06linter overhaulMark Otto1-0/+2
2016-01-26Update print styles to v5.3.0 of html5 boilerplate.XhmikosR1-4/+32
2016-01-21Remove print-specific img max-width:100%; style so that Google Maps and ↵Chris Rebert1-4/+0
other widgets print correctly See https://github.com/h5bp/html5-boilerplate/issues/1741 X-Ref: #1506
2015-11-14Use $border-width in misc border print stylesChris Rebert1-2/+2
[skip sauce]
2015-08-24Use double colons for psuedo elementsKevin Kirsche1-3/+3
Fix #17052
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.
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-11fix all validation, turn off some settings, add sort orderMark Otto1-99/+99
2014-12-02convert to scssMark Otto1-0/+107