[gtk-doc] Group classes with the same styles



commit 167024b4e52f40c6f1c0566b77119104f71d4df2
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Feb 11 09:10:28 2014 -0500

    Group classes with the same styles
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724099

 style/style.css |   58 ++++++++++++------------------------------------------
 1 files changed, 13 insertions(+), 45 deletions(-)
---
diff --git a/style/style.css b/style/style.css
index 6b5085e..7e8fc54 100644
--- a/style/style.css
+++ b/style/style.css
@@ -152,56 +152,24 @@ div.informaltable table td, div.informaltable table th
   vertical-align: top;
 }
 
-.function_type
-{
-  text-align: right;
-}
-
-.property_type
-{
-  text-align: right;
-}
-
-.property_flags
-{
-  color: #555753;
-}
-
-.signal_type
-{
-  text-align: right;
-}
-
-.signal_flags
-{
-  color: #555753;
-}
-
-.parameter_name
-{
-  text-align: right;
-}
-
-.enum_member_annotations
-{
-  color: #555753;
-}
-
-.struct_member_name
-{
-  text-align: right;
-}
-
-.struct_member_annotations
-{
-  color: #555753;
-}
-
+.function_type,
+.property_type,
+.signal_type,
+.parameter_name,
+.struct_member_name,
 .union_member_name
 {
   text-align: right;
 }
 
+/* dim non-primary columns */
+.function_type,
+.property_type,
+.signal_type,
+.property_flags,
+.signal_flags,
+.enum_member_annotations,
+.struct_member_annotations,
 .union_member_annotations
 {
   color: #555753;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]