summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2014-02-13 19:41:33 +0100
committerStefan Sauer <ensonic@users.sf.net>2014-02-13 19:41:33 +0100
commit803bb807d5500980197ed50697ecdcdd80e36b40 (patch)
tree732b03153ec80849d0e96c00be96f37f300b2906 /style
parent4c5cf8f022d665300a3f189b02eb1b7161c4c85d (diff)
downloadgtk-doc-803bb807d5500980197ed50697ecdcdd80e36b40.tar.gz
mkdb: use tables for "types and values" too
Convert the remaining synopsis to the new style.
Diffstat (limited to 'style')
-rw-r--r--style/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style/style.css b/style/style.css
index 67b7dcb..61ce839 100644
--- a/style/style.css
+++ b/style/style.css
@@ -195,7 +195,9 @@ div.informaltable table td, div.informaltable table th
.signal_type,
.parameter_name,
.struct_member_name,
-.union_member_name
+.union_member_name,
+.define_keyword,
+.datatype_keyword
{
text-align: right;
}
@@ -205,6 +207,8 @@ div.informaltable table td, div.informaltable table th
.function_type,
.property_type,
.signal_type,
+.define_keyword,
+.datatype_keyword,
.property_flags,
.signal_flags,
.parameter_annotations,