[gtk-doc] Don't show aux details in the synopsis when constrained
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] Don't show aux details in the synopsis when constrained
- Date: Wed, 12 Feb 2014 20:29:31 +0000 (UTC)
commit 858878c76d54a2d1058402a614b0ef6b185f7ae7
Author: William Jon McCann <william jon mccann gmail com>
Date: Wed Feb 12 14:18:59 2014 -0500
Don't show aux details in the synopsis when constrained
Instead of compromising the space of the most important
columns, simply hide the aux data. It should be displayed
in the details anyway.
style/style.css | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/style/style.css b/style/style.css
index 002fc94..4358dd9 100644
--- a/style/style.css
+++ b/style/style.css
@@ -111,6 +111,11 @@ body
#nav_style_properties { display: none; }
#nav_index { display: none; }
#nav_glossary { display: none; }
+ .property_flags { display: none; }
+ .signal_flags { display: none; }
+ .enum_member_annotations { display: none; }
+ .struct_member_annotations { display: none; }
+ .union_member_annotations { display: none; }
}
@media print {
table.navigation {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]