[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_generic - recent_news.pt:1.3 zpt_stylesheet.css:1.3

Amos Latteier amos@zope.com
Thu, 6 Dec 2001 21:04:05 -0500


Update of /cvs-repository/CMF/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv27727/zpt_generic

Modified Files:
	recent_news.pt zpt_stylesheet.css 
Log Message:
Improved the news item display on the current news page. At least it's fixed in Mozilla, but IE still isn't working right. Perhaps this is an IE CSS bug. Anyway the problem was the text color on the new items title was wrong. Now it should be correct. Need to do more research on IE CSS bugs.


=== CMF/CMFDefault/skins/zpt_generic/recent_news.pt 1.2 => 1.3 ===
  <tr>
   <td class="NewsListing" align="left" valign="top">
-      <a href=""
+      <a href="" class="NewsListing"
 	     tal:attributes="href newsitems/getURL"
 		 tal:content="newsitems/title">Title</a>
   </td>


=== CMF/CMFDefault/skins/zpt_generic/zpt_stylesheet.css 1.2 => 1.3 ===
 }
 
+a.NewsListing{
+    background-color: #336699;
+    color:  #FFFFFF;
+    font-weight: bold;
+}
+
 td.NewsByLine {
     background-color:  #CCCCCC;
     color:  #336699;