diff options
-rw-r--r-- | doc/doxy-style.css | 16 | ||||
-rw-r--r-- | plugins/eg-params.lv2/params.ttl | 2 |
2 files changed, 7 insertions, 11 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 { diff --git a/plugins/eg-params.lv2/params.ttl b/plugins/eg-params.lv2/params.ttl index 1767373..dbcf6aa 100644 --- a/plugins/eg-params.lv2/params.ttl +++ b/plugins/eg-params.lv2/params.ttl @@ -117,7 +117,7 @@ plug:spring plug:int 0 ; plug:long "0"^^xsd:long ; plug:float 0.1234 ; - plug:double "0.0"^^xsd:double ; + plug:double "0e0"^^xsd:double ; plug:bool false ; plug:string "Hello, world" ; plug:path <params.ttl> ; |