[CMF-checkins] CVS: CMF - standard_html_header.dtml:1.3

andrew@digicool.com andrew@digicool.com
Fri, 1 Jun 2001 15:51:31 -0400 (EDT)


Update of /cvs-repository/CMF/CMFDefault/skins/generic
In directory korak.digicool.com:/tmp/cvs-serv27444

Modified Files:
	standard_html_header.dtml 
Log Message:

*Stylesheet bugfix handling for netscape 4
    wrapped the <body> with stylesheet_properties.



--- Updated File standard_html_header.dtml in package CMF --
--- standard_html_header.dtml	2001/05/25 17:53:18	1.2
+++ standard_html_header.dtml	2001/06/01 19:51:30	1.3
@@ -13,8 +13,9 @@
    <base href="&dtml-absolute_url;" />
   </dtml-if>
  </head>
-<body>
-
+<dtml-with stylesheet_properties>
+<body text="&dtml-base_font_color;">
+</dtml-with>
 <dtml-var standard_top_bar>
 
 <table width="100%" border="0" cellpadding="0" cellspacing="0">