diff options
Diffstat (limited to 'secret-service/html/style.css')
-rw-r--r-- | secret-service/html/style.css | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/secret-service/html/style.css b/secret-service/html/style.css index 6566fc0..f8a03b0 100644 --- a/secret-service/html/style.css +++ b/secret-service/html/style.css @@ -78,10 +78,35 @@ div.informalexample pre { font-size: 2em; } -div.funcsynopsis { +div.funcsynopsis, code.fieldsynopsis, +div.refsect2 div.refsynopsisdiv { padding: 0.5em; background-color: #F4F4F4; border: 1px solid gray; + display: block; + width: 80%; +} + +div.refsynopsisdiv code.fieldsynopsis { + padding: 0; + border: 0; +} + +code.fieldsynopsis span.modifier { + min-width: 8em; + display: inline-block; +} + +code.fieldsynopsis span.type { + min-width: 11em; + display: inline-block; +} + +code.fieldsynopsis span.varname { + min-width: 11em; + display: inline-block; + font-size: 1.1em; + font-weight: bold; } div.funcprototype-spacer { |