summaryrefslogtreecommitdiffstats
path: root/secret-service/html
diff options
context:
space:
mode:
authorMichael Leupold <lemma@leunet.de>2009-08-01 17:06:47 +0200
committerStef Walter <stefw@collabora.co.uk>2010-12-04 16:11:41 +0000
commit71b33da854c43d89147075fb5d06673b52d0bd1c (patch)
treed56503df065e711edfe351c3229cf9892a2c74ac /secret-service/html
parent01d37dc2d31277bc6d55fa2a7c689a681443e1e7 (diff)
downloadxdg-specs-71b33da854c43d89147075fb5d06673b52d0bd1c.tar.xz
Adapt style, hide "Name" of reference pages.
Diffstat (limited to 'secret-service/html')
-rw-r--r--secret-service/html/style.css27
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 {