[Zope-Checkins] CVS: Zope/lib/python/App/dtml - manage_page_style.css.dtml:1.7

Martijn Faassen m.faassen@vet.uu.nl
Fri, 9 Nov 2001 10:00:01 -0500


Update of /cvs-repository/Zope/lib/python/App/dtml
In directory cvs.zope.org:/tmp/cvs-serv4266/dtml

Modified Files:
	manage_page_style.css.dtml 
Log Message:
Merge in faassen-breadcrumb-branch. The last breadcrumb in the ZMI path on
top is now is a link as well (underlined).


=== Zope/lib/python/App/dtml/manage_page_style.css.dtml 1.6 => 1.7 ===
 }
 
+a.strong-link {
+  font-family: Verdana, Helvetica, sans-serif;
+  text-decoration: underline;
+  color: #000099;
+}
+
 p {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 10pt;