File tree Expand file tree Collapse file tree 1 file changed +34
-31
lines changed Expand file tree Collapse file tree 1 file changed +34
-31
lines changed Original file line number Diff line number Diff line change @@ -1672,38 +1672,41 @@ div.QSIUserDefinedHTML * {
1672
1672
}
1673
1673
1674
1674
@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 {
1676
1688
visibility : hidden;
1677
1689
}
1678
1690
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
+ }
1709
1712
}
You can’t perform that action at this time.
0 commit comments