[Zope3-checkins] SVN:
Zope3/trunk/src/zope/app/onlinehelp/browser/onlinehelp.css
Reported a bug in show different font size in onlinhelp by Tonic.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Feb 19 05:21:36 EST 2005
On Friday 18 February 2005 20:52, Roger Ineichen wrote:
> 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;
Did you really intend to make pre and code a Times New Roman font? Should it
not be some monospace font?
Regards,
Stephan
--
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
More information about the Zope3-Checkins
mailing list