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

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


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

Modified Files:
      Tag: zope-2_3-branch
	manage_page_style.css.dtml 
Log Message:
Added a fix to the management stylesheet



--- Updated File manage_page_style.css.dtml in package Zope2 --
--- manage_page_style.css.dtml	2001/01/17 15:09:06	1.3.6.2
+++ manage_page_style.css.dtml	2001/04/10 14:50:48	1.3.6.3
@@ -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 {