aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-05 07:25:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-05 07:25:41 +0200
commitb9f554f81e737f05474410ff9379bb3ba66f92c4 (patch)
tree1c2e054fde5afc7d00d41973c43233196936df6b
parente464da5870259d53db6f1d5625dead3519c33694 (diff)
Update HTML style to work with new CLI
Specifically, now each option class gets its own <dl> so use margin instead of padding to make it look like one continuous list.
-rw-r--r--doc/xsde-prologue.xhtml10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/xsde-prologue.xhtml b/doc/xsde-prologue.xhtml
index 99a7387..ec9d767 100644
--- a/doc/xsde-prologue.xhtml
+++ b/doc/xsde-prologue.xhtml
@@ -31,14 +31,16 @@
padding-left : 2em;
}
+ .options {
+ margin: 1em 0 1em 0;
+ }
+
.options dt {
- padding-top : 0.4em;
+ margin: 1em 0 0 0;
}
.options dd {
- padding-top : 0.1em;
- padding-bottom : 0.4em;
- padding-left : 1.4em;
+ margin: .1em 0 0 4.5em;
}
</style>