groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ChangeLog src/devices/grohtml/post-html.cpp


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog src/devices/grohtml/post-html.cpp
Date: Sun, 30 Dec 2007 05:53:40 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     07/12/30 05:53:40

Modified files:
        .              : ChangeLog 
        src/devices/grohtml: post-html.cpp 

Log message:
        * src/devices/grohtml/post-html.cc
        (html_printer::writeHeadMetaStyle): Fix CSS output.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1116&r2=1.1117
http://cvs.savannah.gnu.org/viewcvs/groff/src/devices/grohtml/post-html.cpp?cvsroot=groff&r1=1.40&r2=1.41

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1116
retrieving revision 1.1117
diff -u -b -r1.1116 -r1.1117
--- ChangeLog   29 Dec 2007 14:38:51 -0000      1.1116
+++ ChangeLog   30 Dec 2007 05:53:39 -0000      1.1117
@@ -1,3 +1,8 @@
+2007-12-30  Bernhard Fisseni  <address@hidden
+
+       * src/devices/grohtml/post-html.cc
+       (html_printer::writeHeadMetaStyle): Fix CSS output.
+
 2007-12-29  Werner LEMBERG  <address@hidden>
 
        * tmac/ec.tmac: Add CM fonts to the .fspecial lines; those fonts

Index: src/devices/grohtml/post-html.cpp
===================================================================
RCS file: /cvsroot/groff/groff/src/devices/grohtml/post-html.cpp,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- src/devices/grohtml/post-html.cpp   25 Sep 2007 15:16:24 -0000      1.40
+++ src/devices/grohtml/post-html.cpp   30 Dec 2007 05:53:40 -0000      1.41
@@ -5105,11 +5105,11 @@
     fputs("       .right  { text-align: right }\n", stdout);
   }
   fputs("       p       { margin-top: 0; margin-bottom: 0; "
-       "vertical-align=\"top\" }\n", stdout);
+       "vertical-align: top }\n", stdout);
   fputs("       pre     { margin-top: 0; margin-bottom: 0; "
-       "vertical-align=\"top\" }\n", stdout);
+       "vertical-align: top }\n", stdout);
   fputs("       table   { margin-top: 0; margin-bottom: 0; "
-       "vertical-align=\"top\" }\n", stdout);
+       "vertical-align: top }\n", stdout);
   fputs("       h1      { text-align: center }\n", stdout);
   fputs("</style>\n", stdout);
 }




reply via email to

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