[Zope-Checkins] CVS: Zope2 - manage_page_style.css.dtml:1.6

Brian Lloyd brian@digicool.com
Tue, 10 Apr 2001 10:51:16 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/App/dtml
In directory korak:/home/brian/temp/mainline_test/lib/python/App/dtml

Modified Files:
	manage_page_style.css.dtml 
Log Message:
Merged minor css fixup



--- Updated File manage_page_style.css.dtml in package Zope2 --
--- manage_page_style.css.dtml	2001/01/17 15:12:03	1.5
+++ manage_page_style.css.dtml	2001/04/10 14:51:15	1.6
@@ -51,6 +51,7 @@
 }
 
 .form-help {
+  font-family: Verdana, Helvetica, sans-serif;
   font-size: 10pt;
   color: #333333;
 }
@@ -70,6 +71,14 @@
 .location-bar {
   background-color: #efefef;
   border: none;
+}
+
+.strong-header {
+  font-family: Verdana, Helvetica, sans-serif;
+  font-size: 12pt;
+  font-weight: bold;
+  background-color: #000000;
+  color: #ffffff;
 }
 
 .list-header {