mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
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:
parent
c8ec89a496
commit
2b73773953
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@
|
||||||
*,
|
*,
|
||||||
*::before,
|
*::before,
|
||||||
*::after,
|
*::after,
|
||||||
*::first-letter,
|
p::first-letter,
|
||||||
|
div::first-letter,
|
||||||
|
blockquote::first-letter,
|
||||||
|
li::first-letter,
|
||||||
p::first-line,
|
p::first-line,
|
||||||
div::first-line,
|
div::first-line,
|
||||||
blockquote::first-line,
|
blockquote::first-line,
|
||||||
|
|
Loading…
Add table
Reference in a new issue