www-commits
[Top][All Lists]
Advanced

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

www style.css


From: Pavel Kharitonov
Subject: www style.css
Date: Tue, 01 Apr 2014 05:51:39 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Pavel Kharitonov <ineiev>       14/04/01 05:51:39

Modified files:
        .              : style.css 

Log message:
        Override body background RT #905307.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/style.css?cvsroot=www&r1=1.38&r2=1.39

Patches:
Index: style.css
===================================================================
RCS file: /web/www/www/style.css,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- style.css   31 Mar 2014 06:10:58 -0000      1.38
+++ style.css   1 Apr 2014 05:51:38 -0000       1.39
@@ -1,8 +1,11 @@
 /* this stylesheet is used by older resources, as well as manuals. */
 
 @import url('/combo.css');
address@hidden url('layout.css');
address@hidden url('/layout.css');
 
 /* some very basic styling for the pages that still use this. */
 
 body { margin: auto; width: 99%; max-width:74.92em; }
+html, body {
+   background-color: white;
+}



reply via email to

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