Skip to content

Commit 50f529d

Browse files
lamATnginxnginx-jack
authored andcommitted
removed other classes from print doc
1 parent 4e2f40a commit 50f529d

File tree

1 file changed

+34
-31
lines changed

1 file changed

+34
-31
lines changed

assets/css/f5-hugo.css

Lines changed: 34 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,38 +1672,41 @@ div.QSIUserDefinedHTML * {
16721672
}
16731673

16741674
@media print {
1675-
.qualtrics-feedback {
1675+
body {
1676+
visibility: hidden;
1677+
height: 0;
1678+
}
1679+
1680+
footer {
1681+
display: none;
1682+
}
1683+
1684+
h1,
1685+
.next-prev-icon,
1686+
.qualtrics-feedback,
1687+
.last-modified {
16761688
visibility: hidden;
16771689
}
16781690

1679-
body {
1680-
visibility: hidden;
1681-
height: 0;
1682-
}
1683-
1684-
footer {
1685-
display: none;
1686-
}
1687-
1688-
#calculator {
1689-
visibility: visible;
1690-
position: absolute;
1691-
top: 20px;
1692-
1693-
margin: 0 auto;
1694-
1695-
width: 100%;
1696-
}
1697-
1698-
#calculator h3#calculator-section-heading {
1699-
justify-content: left;
1700-
}
1701-
1702-
#calculator h3#calculator-section-heading button {
1703-
visibility: hidden;
1704-
}
1705-
1706-
#calculator-section-heading::before {
1707-
content: "NGINX as a Service for Azure\00a0"
1708-
}
1691+
#calculator {
1692+
visibility: visible;
1693+
position: absolute;
1694+
top: 20px;
1695+
1696+
margin: 0 auto;
1697+
1698+
width: 100%;
1699+
}
1700+
1701+
#calculator h3#calculator-section-heading {
1702+
justify-content: left;
1703+
}
1704+
1705+
#calculator h3#calculator-section-heading button {
1706+
visibility: hidden;
1707+
}
1708+
1709+
#calculator-section-heading::before {
1710+
content: "NGINX as a Service for Azure\00a0"
1711+
}
17091712
}

0 commit comments

Comments
 (0)