mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 12:13:19 -06:00
Update hidden elements when printing
This commit is contained in:
parent
493ee2da96
commit
17918a5617
@ -760,10 +760,11 @@ li.disabled > .page-link:hover {
|
|||||||
/* Print compatibility */
|
/* Print compatibility */
|
||||||
@media print {
|
@media print {
|
||||||
.top,
|
.top,
|
||||||
.breadcrumb,
|
|
||||||
.section-header-link,
|
.section-header-link,
|
||||||
.prevnext,
|
.prevnext,
|
||||||
.comments {
|
.share-buttons,
|
||||||
|
.related-posts,
|
||||||
|
.latest-posts {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user