most notable change:
- fixes print/print preview crash in IE11 (caused by `*:first-line`
selector)
*::before,
*::after,
*::first-letter,
- *::first-line {
+ p::first-line,
+ div::first-line,
+ blockquote::first-line,
+ li::first-line {
// Bootstrap specific; comment out `color` and `background`
//color: #000 !important; // Black prints faster:
// http://www.sanbeiji.com/archives/953
}
a,
- a:visited {
+ a::visited {
text-decoration: underline;
}
//
//a[href^="#"]::after,
- //a[href^="javascript:"]::after {
- // content: "";
+ //a[href^="javascript:"]:after {
+ // content: "";
//}
+ pre {
+ white-space: pre-wrap !important;
+ }
pre,
blockquote {
border: $border-width solid #999; // Bootstrap custom code; using `$border-width` instead of 1px