Skip to content
Snippets Groups Projects
Commit be647e08 authored by khawkins's avatar khawkins
Browse files

Remove old PDF icon

parent a500b0be
No related branches found
No related tags found
No related merge requests found
......@@ -778,18 +778,6 @@ a.more:after {
font-size: .85em; }
/* icon to indicate link is a PDF file */
a span.link-pdf {
background: url(http://www.ebi.ac.uk/inc/images/icon_pdf.gif) right center no-repeat;
padding: 0 18px 0 0; }
h1 a span.link-pdf,
h2 a span.link-pdf,
h3 a span.link-pdf,
h4 a span.link-pdf,
h5 a span.link-pdf,
h6 a span.link-pdf {
display: none; }
/* print styles */
@media print {
a, a:visited {
......
This diff is collapsed.
......@@ -756,13 +756,13 @@ a.more:after {
}
/* icon to indicate link is a PDF file */
a span.link-pdf { background: url(http://www.ebi.ac.uk/inc/images/icon_pdf.gif) right center no-repeat; padding: 0 18px 0 0; }
h1 a span.link-pdf,
h2 a span.link-pdf,
h3 a span.link-pdf,
h4 a span.link-pdf,
h5 a span.link-pdf,
h6 a span.link-pdf { display:none; }
// a span.link-pdf { background: url(http://www.ebi.ac.uk/inc/images/icon_pdf.gif) right center no-repeat; padding: 0 18px 0 0; }
// h1 a span.link-pdf,
// h2 a span.link-pdf,
// h3 a span.link-pdf,
// h4 a span.link-pdf,
// h5 a span.link-pdf,
// h6 a span.link-pdf { display:none; }
/* print styles */
@media print {
......
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