Skip to content
Snippets Groups Projects
Commit 783eb233 authored by khawkins98's avatar khawkins98
Browse files

better deal with print styles

parent 89a21074
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,19 @@
@media print {
a, a:visited { border-bottom: none; }
#skip-to,
.masthead-black-bar nav,
.masthead nav,
form#local-search,
.global-footer,
#search_ebi,
#shortcuts,
#ebi_search_results { display: none; }
body { font-size: .9rem; } // slightly decrease font for print
// don't print main navigation links
.masthead-black-bar nav a[href]:after,
.masthead nav a[href]:after,
.masthead-inner a[href]:after {
content: " ";
}
// print at full width of page
.row { max-width: 100%; }
}
}
......@@ -129,3 +129,11 @@ ul.breadcrumbs { padding-top: 1rem; }
.medium-3 .panels-ipe-portlet-content > .with-overlay {
margin-bottom: .75rem;
}
/* print tweaks */
@media print {
body.logged-in ul.button-group,
body.logged-in > .toolbar {
display: none;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment