[CMF-checkins] CVS: CMF - standard_html_header.dtml:1.4
andrew@digicool.com
andrew@digicool.com
Tue, 5 Jun 2001 11:39:39 -0400 (EDT)
Update of /cvs-repository/CMF/CMFDefault/skins/generic
In directory korak.digicool.com:/tmp/cvs-serv8485
Modified Files:
standard_html_header.dtml
Log Message:
*Removed the base_font_color from the body tag, as it broke those
views using the no css skin.
--- Updated File standard_html_header.dtml in package CMF --
--- standard_html_header.dtml 2001/06/01 19:51:30 1.3
+++ standard_html_header.dtml 2001/06/05 15:39:38 1.4
@@ -13,9 +13,7 @@
<base href="&dtml-absolute_url;" />
</dtml-if>
</head>
-<dtml-with stylesheet_properties>
-<body text="&dtml-base_font_color;">
-</dtml-with>
+<body>
<dtml-var standard_top_bar>
<table width="100%" border="0" cellpadding="0" cellspacing="0">