diff --git a/documentation/ref-manual/ref-style.css b/documentation/ref-manual/ref-style.css index f660a96859..a54083fc8a 100644 --- a/documentation/ref-manual/ref-style.css +++ b/documentation/ref-manual/ref-style.css @@ -211,7 +211,7 @@ div.variablelist dl { .glossary dl dd, .variablelist dl dd { - margin-top: -3.5em; + margin-top: 0em; margin-left: 15.5em; margin-bottom: 2em; } @@ -222,6 +222,10 @@ div.variablelist dl { margin-bottom: 1em; } +.glossdeffirst { + text-indent: -70px; +} + div.calloutlist table td { padding: 0em 0em 0em 0em; margin: 0em 0em 0em 0em;