diff --git a/xdocs/css/new-style.css b/xdocs/css/new-style.css
index 93ea76e71b..d650bde0a6 100644
--- a/xdocs/css/new-style.css
+++ b/xdocs/css/new-style.css
@@ -27,7 +27,7 @@ img {
}
.menu, h1, h2, h3, h4, h5, .go-top, .title {
- font-family: "Special Elite";
+ font-family: "Sorts Mill Goudy";
}
h1, h2, h3, h4, h5, .title {
@@ -70,6 +70,7 @@ h1, h2, h3, h4, h5, .title {
.banner>iframe {
width: 140px;
+ height: 140px;
}
body {
@@ -203,7 +204,7 @@ body {
th {
border-bottom: 1px solid black;
- font-family: "Special Elite";
+ font-family: "Sorts Mill Goudy";
text-align: left;
}
@@ -237,10 +238,10 @@ table {
.header {
clear: both;
display: table;
- margin-bottom: 2em;
+ margin-bottom: 1rem;
width: 100%;
box-shadow: 0px 5px 33px 0px rgba(0, 0, 0, 0.2);
- padding: 1em 0em 2em;
+ padding: 0.1rem 0em 0.2rem;
border-bottom: 1px solid gray;
}
@@ -280,11 +281,11 @@ table {
.pagelinks li {
display: inline-block;
margin: 1em;
- font-family: "Special Elite";
+ font-family: "Sorts Mill Goudy";
}
.section-index {
- font-family: "Special Elite";
+ font-family: "Sorts Mill Goudy";
margin:;
list-style: none;
}
@@ -369,4 +370,4 @@ table {
.section-index li:hover>ul {
display: block;
}
-}
\ No newline at end of file
+}
diff --git a/xdocs/stylesheets/website-style.xsl b/xdocs/stylesheets/website-style.xsl
index 4284479c60..c34ea2bd71 100644
--- a/xdocs/stylesheets/website-style.xsl
+++ b/xdocs/stylesheets/website-style.xsl
@@ -51,7 +51,7 @@