[gtk-doc] css: stronger selectors for programmlisting



commit 6e8de2c1673124413ae44e65ed06b3ac0580fd80
Author: Stefan Kost <ensonic users sf net>
Date:   Tue Dec 29 11:15:34 2009 +0200

    css: stronger selectors for programmlisting
    
    The selctors could before also apply easily to e.g. function sysnopsis

 style.css |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/style.css b/style.css
index e31596b..82115eb 100644
--- a/style.css
+++ b/style.css
@@ -211,19 +211,19 @@ h2 .extralinks, h3 .extralinks
 
 /* code listings */
 
-.programlisting .cbracket   { color: #a40000; } /* tango: scarlet red 3 */
-.programlisting .comment    { color: #a1a39d; } /* tango: aluminium 4 */
-.programlisting .function   { color: #000000; font-weight: bold; }
-.programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
-.programlisting .keyword    { color: #4e9a06; } /* tango: chameleon 3  */
-.programlisting .linenum    { color: #babdb6; } /* tango: aluminium 3 */
-.programlisting .normal     { color: #000000; }
-.programlisting .number     { color: #75507b; } /* tango: plum 2 */
-.programlisting .preproc    { color: #204a87; } /* tango: sky blue 3  */
-.programlisting .string     { color: #c17d11; } /* tango: chocolate 2 */
-.programlisting .type       { color: #000000; }
-.programlisting .type a     { color: #11326b; } /* tango: sky blue 4 */
-.programlisting .symbol     { color: #ce5c00; } /* tango: orange 3 */
+.listing_code .programlisting .cbracket   { color: #a40000; } /* tango: scarlet red 3 */
+.listing_code .programlisting .comment    { color: #a1a39d; } /* tango: aluminium 4 */
+.listing_code .programlisting .function   { color: #000000; font-weight: bold; }
+.listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
+.listing_code .programlisting .keyword    { color: #4e9a06; } /* tango: chameleon 3  */
+.listing_code .programlisting .linenum    { color: #babdb6; } /* tango: aluminium 3 */
+.listing_code .programlisting .normal     { color: #000000; }
+.listing_code .programlisting .number     { color: #75507b; } /* tango: plum 2 */
+.listing_code .programlisting .preproc    { color: #204a87; } /* tango: sky blue 3  */
+.listing_code .programlisting .string     { color: #c17d11; } /* tango: chocolate 2 */
+.listing_code .programlisting .type       { color: #000000; }
+.listing_code .programlisting .type a     { color: #11326b; } /* tango: sky blue 4 */
+.listing_code .programlisting .symbol     { color: #ce5c00; } /* tango: orange 3 */
 
 .listing_frame {
   /* tango:sky blue 1 */



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