gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] navidoc/navidoc mp/uml.mp writers/xhtml11.py


From: Asko Soukka
Subject: [Gzz-commits] navidoc/navidoc mp/uml.mp writers/xhtml11.py
Date: Mon, 26 May 2003 12:20:22 -0400

CVSROOT:        /cvsroot/navidoc
Module name:    navidoc
Changes by:     Asko Soukka <address@hidden>    03/05/26 12:20:20

Modified files:
        navidoc/mp     : uml.mp 
        navidoc/writers: xhtml11.py 

Log message:
        default css to None

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/navidoc/mp/uml.mp.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/navidoc/writers/xhtml11.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: navidoc/navidoc/mp/uml.mp
diff -u navidoc/navidoc/mp/uml.mp:1.9 navidoc/navidoc/mp/uml.mp:1.10
--- navidoc/navidoc/mp/uml.mp:1.9       Fri May 23 09:41:40 2003
+++ navidoc/navidoc/mp/uml.mp   Mon May 26 12:20:20 2003
@@ -19,7 +19,7 @@
 % MA  02111-1307  USA
 % 
 
-% $Id: uml.mp,v 1.9 2003/05/23 13:41:40 humppake Exp $
+% $Id: uml.mp,v 1.10 2003/05/26 16:20:20 humppake Exp $
 
 %
 % Written by Tuomas Lukka
@@ -425,7 +425,7 @@
     draw classTitle("BROKEN LINK") shifted ulcorner(p) withcolor (1, 0, 0);
 enddef;
 vardef showfocus(expr target, title, p) =
-    fill p withcolor (9, 0.8, 0.7);
+    fill p withcolor (1, 0.8, 0.7);
     showlinksize(target, title, p);
 enddef;
 vardef showlinksize(expr target, title, p) =
Index: navidoc/navidoc/writers/xhtml11.py
diff -u navidoc/navidoc/writers/xhtml11.py:1.2 
navidoc/navidoc/writers/xhtml11.py:1.3
--- navidoc/navidoc/writers/xhtml11.py:1.2      Fri May 23 09:41:40 2003
+++ navidoc/navidoc/writers/xhtml11.py  Mon May 26 12:20:20 2003
@@ -19,7 +19,7 @@
 # MA  02111-1307  USA
 # 
 
-# $Id: xhtml11.py,v 1.2 2003/05/23 13:41:40 humppake Exp $
+# $Id: xhtml11.py,v 1.3 2003/05/26 16:20:20 humppake Exp $
 
 #
 # Modified by Asko Soukka
@@ -27,8 +27,8 @@
 
 # Author: David Goodger (hacked by Navidoc to create xhtml11)
 # Contact: address@hidden
-# Revision: $Revision: 1.2 $
-# Date: $Date: 2003/05/23 13:41:40 $
+# Revision: $Revision: 1.3 $
+# Date: $Date: 2003/05/26 16:20:20 $
 # Copyright: This module has been placed in the public domain.
 
 """
@@ -63,7 +63,7 @@
         (('Specify a stylesheet URL, used verbatim.  Default is '
           '"default.css".  Overridden by --stylesheet-path.',
           ['--stylesheet'],
-          {'default': 'default.css', 'metavar': '<URL>'}),
+          {'default': None, 'metavar': '<URL>'}),
          ('Specify a stylesheet file, relative to the current working '
           'directory.  The path is adjusted relative to the output HTML '
           'file.  Overrides --stylesheet.',




reply via email to

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