lemoynelibrary / lemoyne

Files used in setting up new web design in LibGuides v2 and elsewhere
5 stars 1 forks source link

Fix print style for LibraryH3lp FAQ #39

Closed tomkeays closed 6 years ago

tomkeays commented 6 years ago

This ought to do it -- add to right-sidebar.html template:

@media print {
  #s-lg-tabs-container {
    display: none;
  }
}