texinfo-commits
[Top][All Lists]
Advanced

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

[6116] update css preamble per what tp currently generates


From: karl
Subject: [6116] update css preamble per what tp currently generates
Date: Tue, 10 Feb 2015 19:06:32 +0000

Revision: 6116
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6116
Author:   karl
Date:     2015-02-10 19:06:31 +0000 (Tue, 10 Feb 2015)
Log Message:
-----------
update css preamble per what tp currently generates

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/t/test_utils.pl

Property Changed:
----------------
    trunk/tp/t/test_utils.pl

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-02-10 19:03:48 UTC (rev 6115)
+++ trunk/ChangeLog     2015-02-10 19:06:31 UTC (rev 6116)
@@ -1,3 +1,7 @@
+2015-02-10  Karl Berry  <address@hidden>
+
+       * tp/t/test_utils.pl (%outfile_preamble) <html_text>: update css.
+
 2015-02-10  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Report.pm (Module documentation section): Minor 

Modified: trunk/tp/t/test_utils.pl
===================================================================
--- trunk/tp/t/test_utils.pl    2015-02-10 19:03:48 UTC (rev 6115)
+++ trunk/tp/t/test_utils.pl    2015-02-10 19:06:31 UTC (rev 6116)
@@ -1,3 +1,24 @@
+# $Id$
+# t/* test support for the Perl modules.
+#
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015
+# Free Software Foundation, Inc.
+# 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License,
+# or (at your option) any later version.
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# 
+# Original author: Patrice Dumas <address@hidden>
+
 use strict;
 
 use 5.006;
@@ -150,6 +171,8 @@
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
 blockquote.smallquotation {font-size: smaller}
 div.display {margin-left: 3.2em}
 div.example {margin-left: 3.2em}
@@ -157,26 +180,25 @@
 div.smalldisplay {margin-left: 3.2em}
 div.smallexample {margin-left: 3.2em}
 div.smalllisp {margin-left: 3.2em}
-div.indentedblock {margin-left: 3.2em}
-div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
 pre.menu-comment {font-family: serif}
 pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
 pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
 pre.smalllisp {font-size: smaller}
-span.nocodebreak {white-space:pre}
-span.nolinebreak {white-space:pre}
-span.roman {font-family:serif; font-weight:normal}
-span.sansserif {font-family:sans-serif; font-weight:normal}
+span.nocodebreak {white-space: nowrap}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: serif; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
 ul.no-bullet {list-style: none}
 -->
 </style>
 </head>
 
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
+<body>
 ',
 '</body>
 </html>


Property changes on: trunk/tp/t/test_utils.pl
___________________________________________________________________
Added: svn:keywords
   + Date Author Id




reply via email to

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