Skip to content

Commit a1f0ea6

Browse files
authored
Merge branch 'master' into patch-9
2 parents ce0b592 + 3077216 commit a1f0ea6

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docgen/xml/xs3p.xsl

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,10 @@
715715
<xsl:template name="DocumentCSSStyles">
716716
<xsl:text disable-output-escaping="yes">
717717
/* XS3P specific CSS */
718+
html {
719+
scroll-padding-top: 110px;
720+
}
721+
718722
body {
719723
font: 16px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif;
720724
color: #222;
@@ -808,19 +812,11 @@ code {
808812
a {
809813
color: #2157c4;
810814
}
811-
a.name {
812-
padding-top: 110px;
813-
}
814815

815816
h3.xs3p-subsection-heading {
816817
margin-bottom: 30px;
817818
}
818819

819-
section, #top {
820-
margin-top: -110px;
821-
padding-top: 110px;
822-
}
823-
824820
pre {
825821
padding: 5px;
826822
}

0 commit comments

Comments
 (0)