diff --git a/doc/reference/src/styles/html.css b/doc/reference/src/styles/html.css
index cfd5d178..d1a0f9a3 100644
--- a/doc/reference/src/styles/html.css
+++ b/doc/reference/src/styles/html.css
@@ -82,6 +82,11 @@ blockquote {
margin-right: 0px;
}
+.title {
+ font-size: 110%;
+ font-weight: 800;
+}
+
h1, h2, h3, h4, h6, H6 {
color: #000000;
font-weight: 500;
@@ -201,10 +206,14 @@ pre {
background-color: #F4F4F4;
}
-ul, ol, li {
+ul {
list-style: disc;
}
+ol {
+ list-style: decimal;
+}
+
hr {
width: 100%;
height: 1px;
@@ -248,14 +257,21 @@ hr {
font-family: "Courier New", Courier, monospace;
}
+code {
+ font-family: "Courier New", Courier, monospace;
+ /*font-size-adjust: 0.47;*/
+ font-size: 110%;
+}
+
+/*
a code {
font-family: Verdana, Arial;
- font-size: 12px;
}
td code {
font-size: 110%;
}
+*/
div.note * td,
div.tip * td,