Scope ::first-letter selector for print styles

`*::first-letter` causes problems in IE11 - only prints first page of a
multi-page document
This commit is contained in:
Patrick H. Lauke 2016-11-06 21:02:29 +00:00
parent c8ec89a496
commit 2b73773953
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@
*,
*::before,
*::after,
*::first-letter,
p::first-letter,
div::first-letter,
blockquote::first-letter,
li::first-letter,
p::first-line,
div::first-line,
blockquote::first-line,