[gtk-doc] Dim the link text in non-primary columns



commit a8a7cea133a426874de062041422c7dc33a2655c
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Feb 11 10:02:50 2014 -0500

    Dim the link text in non-primary columns
    
    This helps the primary column stand out a bit more.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724099

 style/style.css |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/style/style.css b/style/style.css
index ed51dfa..cd18587 100644
--- a/style/style.css
+++ b/style/style.css
@@ -176,6 +176,22 @@ div.informaltable table td, div.informaltable table th
   color: #555753;
 }
 
+.function_type a,
+.function_type a:visited,
+.function_type a:hover,
+.property_type a,
+.property_type a:visited,
+.property_type a:hover,
+.signal_type a,
+.signal_type a:visited,
+.signal_type a:hover
+.signal_flags a,
+.signal_flags a:visited,
+.signal_flags a:hover
+{
+ color: #729fcf;
+}
+
 div.table table
 {
   border-collapse: collapse;


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