aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-18 19:11:16 -0400
committerDavid Robillard <d@drobilla.net>2016-09-18 19:11:16 -0400
commitf5f32abbb39aad6fae4c4a3e8a9670f2f0362f69 (patch)
treeb8b52f31146857a870bb4036970684d3af3a6963 /doc
parent34d5cb311a893937f5507a6bfe208af819beb955 (diff)
downloadlv2-f5f32abbb39aad6fae4c4a3e8a9670f2f0362f69.tar.xz
Tidy up API documentation font sizes and spacing
Diffstat (limited to 'doc')
-rw-r--r--doc/doxy-style.css16
1 files changed, 6 insertions, 10 deletions
diff --git a/doc/doxy-style.css b/doc/doxy-style.css
index 56a8716..f6ff8bb 100644
--- a/doc/doxy-style.css
+++ b/doc/doxy-style.css
@@ -70,12 +70,12 @@ caption {
}
span.legend {
- font-size: 70%;
+ font-size: small;
text-align: center;
}
h3.version {
- font-size: 90%;
+ font-size: small;
text-align: center;
}
@@ -130,7 +130,6 @@ dl.el {
.fragment {
font-family: monospace, fixed;
- font-size: 105%;
}
pre.fragment {
@@ -139,7 +138,6 @@ pre.fragment {
padding: 4px 6px;
margin: 4px 8px 4px 2px;
overflow: auto;
- font-size: 9pt;
line-height: 125%;
}
@@ -266,7 +264,7 @@ span.vhdllogic {
/* @end */
td.tiny {
- font-size: 75%;
+ font-size: x-small;
}
.dirtab {
@@ -297,7 +295,7 @@ table.memberdecls {
}
h2.groupheader {
- margin: 1em 0 0.5em 0;
+ margin: 0.5em 0 0.25em 0;
}
.mdescLeft,.mdescRight,.memItemLeft,.memItemRight,.memTemplItemLeft,.memTemplItemRight,.memTemplParams {
@@ -311,8 +309,7 @@ h2.groupheader {
.memItemLeft,.memItemRight,.memTemplParams {
border: 0;
- font-family: monospace;
- font-size: 90%;
+ font-family: monospace, fixed;
}
.memItemLeft,.memTemplItemLeft {
@@ -348,7 +345,6 @@ td.mlabels-right {
/* @group Member Details */
/* Styles for detailed member documentation */
.memtemplate {
- font-size: 80%;
color: #4665A2;
font-weight: bold;
}
@@ -369,7 +365,6 @@ td.mlabels-right {
.memproto {
padding: 0;
- font-size: 110%;
font-weight: bold;
color: #000;
}
@@ -414,6 +409,7 @@ td.fieldname {
td.fieldtype {
vertical-align: top;
color: #444;
+ padding-right: 0.5em;
}
td.fielddoc p {