summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-09 19:08:21 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-12 09:43:15 -0500
commit3469633a71c52984f7119de88cb246f7725260ff (patch)
tree77bd9482daf5110d9702250fe5430f9d9af311b1 /style
parent2cb1164ea2bccedd951e6294ea152e35122fcc93 (diff)
downloadgtk-doc-3469633a71c52984f7119de88cb246f7725260ff.tar.gz
Use a table for signal synopsis
https://bugzilla.gnome.org/show_bug.cgi?id=723991
Diffstat (limited to 'style')
-rw-r--r--style/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/style/style.css b/style/style.css
index f067c93..42d0824 100644
--- a/style/style.css
+++ b/style/style.css
@@ -163,6 +163,16 @@ div.informaltable table td, div.informaltable table th
color: #555753;
}
+.signal_type
+{
+ text-align: right;
+}
+
+.signal_flags
+{
+ color: #555753;
+}
+
div.table table
{
border-collapse: collapse;