summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-style.css
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-style.css')
-rw-r--r--documentation/ref-manual/ref-style.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-style.css b/documentation/ref-manual/ref-style.css
index e04b5006b4..e77ba718b3 100644
--- a/documentation/ref-manual/ref-style.css
+++ b/documentation/ref-manual/ref-style.css
@@ -201,8 +201,17 @@ div.variablelist dl {
201.variablelist dl dt, 201.variablelist dl dt,
202.variablelist dl dt span.term { 202.variablelist dl dt span.term {
203 font-weight: normal; 203 font-weight: normal;
204 width: 20em; 204 width: 0em;
205 text-align: right; 205 text-align: right;
206 margin-top: 4em;
207 margin-left: .5em;
208 margin-bottom: 0em;
209 -webkit-column-count: 2; /* Chrome, Safari, Opera */
210 -moz-column-count: 2; /* Firefox */
211 column-count: 2;
212 -webkit-column-gap: 4px; /* Chrome, Safari, Opera */
213 -moz-column-gap: 4px; /* Firefox */
214 column-gap: 4px;
206} 215}
207 216
208.variablelist dl dt { 217.variablelist dl dt {
@@ -211,8 +220,8 @@ div.variablelist dl {
211 220
212.glossary dl dd, 221.glossary dl dd,
213.variablelist dl dd { 222.variablelist dl dd {
214 margin-top: -1em; 223 margin-top: -3.5em;
215 margin-left: 25.5em; 224 margin-left: 15.5em;
216} 225}
217 226
218.glossary dd p, 227.glossary dd p,