[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/onlinehelp/browser/onlinehelp.css Reported a bug in show different font size in onlinhelp by Tonic.

Roger Ineichen roger at projekt01.ch
Fri Feb 18 20:52:22 EST 2005


Log message for revision 29221:
  Reported a bug in show different font size in onlinhelp by Tonic.
  Thanks Tonico, for checking the onlinehelp styles and tree against 
  the following browsers:
  
  > - Moz 1.0       ok
  > - Moz 1.4       ok
  > - Moz 1.7       ok
  > - IE 5          degraded, open tree without Icons
  > - IE 5.5        ok, text cursor over icons
  > - IE 6          ok
  > - Opera 7.53    ok
  > - Opera 5       degraded, open tree without Icons
  > - Opera 6	  degraded, open tree without Icons
  > - Netscape 4    degraded, without JavaScript-Error, no css
  >                 tree is not on top on long pages
  > - Lynks         ok
  > - W3m           tree is not on top on long pages

Changed:
  U   Zope3/trunk/src/zope/app/onlinehelp/browser/onlinehelp.css

-=-
Modified: Zope3/trunk/src/zope/app/onlinehelp/browser/onlinehelp.css
===================================================================
--- Zope3/trunk/src/zope/app/onlinehelp/browser/onlinehelp.css	2005-02-19 01:34:22 UTC (rev 29220)
+++ Zope3/trunk/src/zope/app/onlinehelp/browser/onlinehelp.css	2005-02-19 01:52:22 UTC (rev 29221)
@@ -137,13 +137,15 @@
 }
 
 code {
+    font-family: Times, "Times New Roman", serif;
     font-size: 100%;
     color: Black;
     background-color: #FFD900;
 }
 
 pre {
-    font-size: 90%;
+    font-family: Times, "Times New Roman", serif;
+    font-size: 100%;
     padding: 1em;
     border: 1px solid #A0A0A0;
     color: Black;



More information about the Zope3-Checkins mailing list