[interchange-cvs] interchange - brevp modified dist/foundation/templates/foundation/theme.cfg

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Mon Oct 8 14:17:01 2001


User:      brevp
Date:      2001-10-08 18:16:15 GMT
Modified:  dist/foundation/templates/foundation theme.cfg
Log:
A little fix in the stylesheets, so that Netscape 4.X will display
bold as actual bold.

Revision  Changes    Path
2.1       +4 -0      interchange/dist/foundation/templates/foundation/theme.cfg


rev 2.1, prev_rev 2.0
Index: theme.cfg
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/foundation/templates/foundation/theme.cfg,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- theme.cfg	2001/07/18 02:21:36	2.0
+++ theme.cfg	2001/10/08 18:16:14	2.1
@@ -57,6 +57,10 @@
   font-size: __MAINCONTENT_FONTSIZE__;
 }
 
+B {
+  font-weight: bold;
+}
+
 A:link, A:active, A:visited {
   color: __LINK__;
   font-family: __MAINCONTENT_FONT__;