We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce0b592 + 3077216 commit a1f0ea6Copy full SHA for a1f0ea6
docgen/xml/xs3p.xsl
@@ -715,6 +715,10 @@
715
<xsl:template name="DocumentCSSStyles">
716
<xsl:text disable-output-escaping="yes">
717
/* XS3P specific CSS */
718
+html {
719
+ scroll-padding-top: 110px;
720
+}
721
+
722
body {
723
font: 16px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif;
724
color: #222;
@@ -808,19 +812,11 @@ code {
808
812
a {
809
813
color: #2157c4;
810
814
}
811
-a.name {
- padding-top: 110px;
-}
815
816
h3.xs3p-subsection-heading {
817
margin-bottom: 30px;
818
819
-section, #top {
820
- margin-top: -110px;
821
822
823
-
824
pre {
825
padding: 5px;
826
0 commit comments