Skip to content

Commit 9d9f2a0

Browse files
authored
Merge pull request #50579 from aireilly/css-tweak
2 parents 88203b0 + aff7927 commit 9d9f2a0

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

_stylesheets/print.css

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,6 @@ a {
345345
break-inside: avoid
346346
}
347347

348-
$a:after>img {
349-
content: "";
350-
}
351-
352348
.entry iframe,
353349
ins {
354350
display: none;
@@ -452,12 +448,13 @@ div.title {
452448
display: none !important;
453449
}
454450

455-
overflow-y: hidden;
456-
overflow-x: hidden;
457-
458451
* {
459452
-webkit-box-shadow: none !important;
460453
-webkit-print-color-adjust: exact;
461454
box-shadow: none !important;
462455
text-shadow: none !important;
463-
}
456+
}
457+
458+
.breadcrumb {
459+
display: none;
460+
}

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
</div>
237237
</div>
238238
</div>
239-
<div class="print-logo">
239+
<div class="print-logo" style="display:none;">
240240
<img src="https://www.redhat.com/cms/managed-files/Logo-Red_Hat-OpenShift-A-Standard-RGB_0_0.svg" alt="print logo"/>
241241
</div>
242242
<div class="col-xs-12 col-sm-9 col-md-9 main">

0 commit comments

Comments
 (0)