summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2015-03-10 13:01:40 +0000
committerGraeme Geldenhuys <graemeg@gmail.com>2015-03-10 13:01:40 +0000
commita2f72a6bf0ffa6978bd862cfb3a0c81f2aebc578 (patch)
tree29fc2ecf533020948f249d549345d58f0cae855a
parent2698ee2037ebc12fa0c7f6d05cab0133a2ad4f90 (diff)
downloadfpGUI-a2f72a6bf0ffa6978bd862cfb3a0c81f2aebc578.tar.xz
fpdoc.css: Improves the layout of the definition list contents
-rw-r--r--docs/fpdoc.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/fpdoc.css b/docs/fpdoc.css
index 7fc3d450..87e90189 100644
--- a/docs/fpdoc.css
+++ b/docs/fpdoc.css
@@ -133,10 +133,6 @@ p.cmt {
max-width: 100%;
}
-dl dd {
- margin-left: 10px;
-}
-
/*
table, table td, table th {
border: 1px solid #EEE;
@@ -170,6 +166,15 @@ td b a {
color: #08860A;
}
+dt {
+ float: left;
+}
+
+dd {
+ margin: 0px 0px 0px 110px;
+ padding: 0px 0px 0.5em;
+ width: 80%;
+}
/* keywords in source fragments */
span.kw {