www-commits
[Top][All Lists]
Advanced

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

www layout.css


From: Therese Godefroy
Subject: www layout.css
Date: Fri, 8 Sep 2017 03:55:37 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 17/09/08 03:55:37

Modified files:
        .              : layout.css 

Log message:
        Light background under <code>.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.232&r2=1.233

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/layout.css,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -b -r1.232 -r1.233
--- layout.css  21 Jun 2017 20:36:32 -0000      1.232
+++ layout.css  8 Sep 2017 07:55:37 -0000       1.233
@@ -57,7 +57,7 @@
    #eee     #edu-navigation, submit, #join-fsf
    #f3f3f3  .announcement gradient
    #f5f5f5  #translations, #footer, .emph-box, .summary, .toc, .lyrics,
-            .listing, .announcement
+            .listing, .announcement, code
    white    body, .note, edu-note
 
    #a42e2b  red: #navigation
@@ -251,6 +251,9 @@
 blockquote i, blockquote em, blockquote cite,
  em i, em cite, cite i, cite em { font-style: normal; }
 
+code { background: #f5f5f5; }
+pre code { background-color: transparent; }
+
 /* The default color (black) is too dark for large text in
    bold font. */
 h3, h4 { color: #333; }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]