From: Fred L. D. Jr. <fd...@us...> - 2004-04-08 18:51:52
|
Update of /cvsroot/ht2html/ht2html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12285 Modified Files: DocsPDOGenerator.py Log Message: contrl the banner color; there's only the search box now Index: DocsPDOGenerator.py =================================================================== RCS file: /cvsroot/ht2html/ht2html/DocsPDOGenerator.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DocsPDOGenerator.py 8 Apr 2004 17:59:06 -0000 1.3 --- DocsPDOGenerator.py 8 Apr 2004 18:38:41 -0000 1.4 *************** *** 20,23 **** --- 20,26 ---- return SEARCHBOX + def get_banner_bgcolor(self): + return "#003366" + SEARCHBOX = \ |