[PHPLIB-DEV] cvs commit From: ssilk (phplib-dev <email protected>)
Date: 03/19/00

From: ssilk
Date: Mon Mar 20 02:12:21 2000
Modified files:
      php-lib/php/layout_html.inc

Log message:
I just had seen, that the default stylesheet of Layout is horrible.
Perhaps, this is also not the best - the best would be to use no
stylesheet or only user-defined. But I think it's a good compromise.

Index: php-lib/php/layout_html.inc
diff -u php-lib/php/layout_html.inc:1.2 php-lib/php/layout_html.inc:1.3
--- php-lib/php/layout_html.inc:1.2 Sun Jul 25 08:08:14 1999
+++ php-lib/php/layout_html.inc Mon Mar 20 02:11:50 2000
@@ -4,7 +4,7 @@
  *
  * Jan 1999 Alexander Aulbach for Main Media
  *
- * $Id: layout_html.inc,v 1.2 1999/07/25 06:08:14 ssilk Exp $
+ * $Id: layout_html.inc,v 1.3 2000/03/20 01:11:50 ssilk Exp $
  *
  * This Lib is used for the default representation of a page.
  * It has to be extended for own layout-design
@@ -100,20 +100,11 @@
                 'stylesheet' =>
 ' <style type="text/css">
  <!--
- body { font-size: 20pt font-family: geneva,Arial,Helvetica,helv,swiss; }
- td { font-family: geneva,Arial,Helvetica,helv,swiss; }
- a:visited { text-decoration: none; }
- a:link { text-decoration: none; }
- a:active { text-decoration: none; }
- p { font-size: 20pt ; line-height: 10pt;
- font-family: geneva,Arial,Helvetica,helv,swiss;
- fontfamily: geneva,Arial,Helvetica,helv,swiss;
- }
- lighthead { font-size: 12pt ; line-height: 10pt;
- font-family: geneva,Arial,Helvetica,helv,swiss;
- fontfamily: geneva,Arial,Helvetica,helv,swiss;
- color: #EEEEEE
- }
+ body { font-family: geneva,Arial,Helvetica,helv,swiss; }
+ td,dl,ol,ul { font-family: geneva,Arial,Helvetica,helv,swiss; }
+ p,div { font-family: geneva,Arial,Helvetica,helv,swiss; }
+ h1,h2,h3,h4 { font-family: geneva,Arial,Helvetica,helv,swiss; }
+ a:visited,a:link,a:active { text-decoration: none; }
  -->
  </style>');
 

-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.