changes
This commit is contained in:
@@ -85,7 +85,21 @@ a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media print {
|
||||
h1 {
|
||||
page-break-before: always;
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
pre, blockquote, table {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
|
||||
Reference in New Issue
Block a user