💻💪 Improve print stylesheet #100DaysOfCode R1D36

This commit is contained in:
Dan Jones 2018-02-08 18:48:26 +00:00
commit 66a55ad492
2 changed files with 4 additions and 4 deletions

View file

@ -53,7 +53,7 @@ dl {
@media print {
.noprint { display: none; }
.site-header { display: none; }
.site-header, .site-sidebar, .site-footer { display: none; }
.hentry { margin-bottom: 0; }
p, dl, ul, ol { margin-bottom: 1em; }
}