|
From: Dieter S. <dsi...@sq...> - 2001-08-20 15:37:50
|
stylesheets are not implemented yet. there are a couple of lines of code missing and the stylesheet itself. I'll make the variables for a stylesheet and charset available in the next patch level. the members file is the master file. It is only read in when there is no conf file or when you make changes. Dieter Simader http://www.sql-ledger.org (780) 472-8161 DWS Systems Inc. Accounting Software Fax: 478-5281 =========== On a clear disk you can seek forever =========== On Sun, 19 Aug 2001, Jeff Kowalczyk wrote: > I have a mycompany.css file in the sql-ledger directory. In the > myname.conf file, I've edited the line: > > stylesheet => 'mycompany.css', > > and when that didn't work, the line > > stylesheet=mycompany.css > > in members. Neither method yeilds any visible stylesheet substitution; > e.g. from frame "Accounting Menu": > > <head> > <title>Accounting Menu</title> > > > </head> > > <body bgcolor="#FBFFE7"> > > What am I missing here? Also, in general, why do the .conf and members > files duplicate information, and which takes precedence? Which is the > 'master'? > > > BTW: A change to bin/mozilla/menu.pl > <FRAME NAME="bottom_menu" SCROLLING="no" SRC="..." > elminates the awkward text visibility of the bottom bar. I'm going to go > through and add CSS class attributes to tables, headers and whatnot over > the next week. That should make it easier for a CSS file to customize > the display. > > What's the preferred method to submit semi-trivial formatting revisions > to the maintainer for consideration as improvements? > > > |