Commit f45c05a9 authored by Mark Otto's avatar Mark Otto

fixes #11151: remove unused h5bp class from print CSS

parent ecadbe56
...@@ -232,7 +232,6 @@ table { ...@@ -232,7 +232,6 @@ table {
abbr[title]:after { abbr[title]:after {
content: " (" attr(title) ")"; content: " (" attr(title) ")";
} }
.ir a:after,
a[href^="javascript:"]:after, a[href^="javascript:"]:after,
a[href^="#"]:after { a[href^="#"]:after {
content: ""; content: "";
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
} }
// Don't show links for images, or javascript/internal links // Don't show links for images, or javascript/internal links
.ir a:after,
a[href^="javascript:"]:after, a[href^="javascript:"]:after,
a[href^="#"]:after { a[href^="#"]:after {
content: ""; content: "";
......
Markdown is supported
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