groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ./ChangeLog doc/groff.css


From: Werner LEMBERG
Subject: [Groff-commit] groff ./ChangeLog doc/groff.css
Date: Wed, 08 Mar 2006 20:26:54 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 06/03/08 20:26:54

Modified files:
        .              : ChangeLog 
        doc            : groff.css 

Log message:
        * doc/groff.css (pre): Fix `background-color' value.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/groff/ChangeLog.diff?tr1=1.920&tr2=1.921&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/doc/groff.css.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: groff/ChangeLog
diff -u groff/ChangeLog:1.920 groff/ChangeLog:1.921
--- groff/ChangeLog:1.920       Sun Mar  5 17:03:39 2006
+++ groff/ChangeLog     Wed Mar  8 20:26:54 2006
@@ -1,3 +1,7 @@
+2006-03-08  Werner LEMBERG  <address@hidden>
+
+       * doc/groff.css (pre): Fix `background-color' value.
+
 2006-03-04  Larry Kollar  <address@hidden>
 
        * tmac/groff_ms.man: Document PT, HD, and BT.
Index: groff/doc/groff.css
diff -u groff/doc/groff.css:1.2 groff/doc/groff.css:1.3
--- groff/doc/groff.css:1.2     Mon Nov 28 08:40:23 2005
+++ groff/doc/groff.css Wed Mar  8 20:26:54 2006
@@ -9,7 +9,7 @@
 }
 
 pre {
-  background-color: lightgrey;
+  background-color: #E0E0E0;
   color: black;
   border: thin;
   border-style: solid;




reply via email to

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