CVSROOT: /web/www Module name: www Changes by: Waclaw Jacek <wwj> 10/11/16 05:18:38
Modified files: . : layout.css Log message: adding a just-in-case value for a default background color CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.104&r2=1.105 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.104 retrieving revision 1.105 diff -u -b -r1.104 -r1.105 --- layout.css 16 Nov 2010 04:59:12 -0000 1.104 +++ layout.css 16 Nov 2010 05:18:35 -0000 1.105 @@ -23,6 +23,7 @@ html, body{ padding: 0; margin: 0; + background-color: #fff; color: #35382a; text-align: inherit; font-size: 100%;