You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use https://tdwg.github.io/ltc/static/custom/css/print.css as inspiration. The advantage is that all print related elements are together. The disadvantage is that when updating a certain element (like the navbar), it is easy to forget the print related changes too.
As reported by tdwg/website#524, more could be done to make Petridish websites print friendly. There are two main approaches:
assets/css/print.css
(or scss) and call it in head with:Use https://tdwg.github.io/ltc/static/custom/css/print.css as inspiration. The advantage is that all print related elements are together. The disadvantage is that when updating a certain element (like the
navbar
), it is easy to forget the print related changes too.@media print
rules in context:The advantage is that all css is kept in context.
I think I prefer the latter approach. If done so, than efb9a64 could be updated to make use of
@media
elements.The text was updated successfully, but these errors were encountered: