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

andrew@digicool.com andrew@digicool.com
Thu, 14 Jun 2001 15:03:29 -0400 (EDT)


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

Modified Files:
	standard_html_header.dtml 
Log Message:

*Added base_font_color to the no_css stylesheet_properties to
support the wrapping of the body tag to enforce the default font
color using base_font_color -- Hack for Netscape.



--- Updated File standard_html_header.dtml in package CMF --
--- standard_html_header.dtml	2001/06/05 15:39:38	1.4
+++ standard_html_header.dtml	2001/06/14 19:02:58	1.5
@@ -13,7 +13,9 @@
    <base href="&dtml-absolute_url;" />
   </dtml-if>
  </head>
-<body>
+<dtml-with stylesheet_properties>
+<body font="&dtml-base_font_color;">
+</dtml-with>
 <dtml-var standard_top_bar>
 
 <table width="100%" border="0" cellpadding="0" cellspacing="0">