User forums > General (but related to Code::Blocks)
Teletype font tooooooo small
tiwag:
--- Quote from: thomas on December 13, 2005, 12:12:14 pm ---...I may assume you haven't inadvertedly set a small zoom factor? ...
--- End quote ---
the zoom-factor is fine - see the screen-shot there you can see the proportions 1:1
and on all other websites and /or forums i don't have the problems with teletype font
for some reason which i don't know (till now) it happens only in this forum.
thomas:
Probably because the css says so:
--- Code: ---.code
{
color: #000000;
background-color: #cccccc;
border: 1px solid #000000;
padding: 1px;
font-family: "courier new", helvetica, "times new roman", serif;
font-size: small;
/* font-size: x-small; */
width: 99%;
margin: 1px auto 1px auto;
white-space: nowrap;
overflow: auto;
}
--- End code ---
The IE engine likely assigns something which is rather unhealthy to "small".
Yiannis, can you insert a conditional comment into the forum page template so it looks something like this?
--- Code: ---<head>
....
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="ie.css">
<![endif]-->
</head>
--- End code ---
and have ie.css like so:
--- Code: ---tt, .code {font-size: normal;}
--- End code ---
Yes, yes... telling Daddy where the children come from ;)
mandrav:
--- Quote from: thomas on December 13, 2005, 12:26:28 pm ---Yiannis, can you insert a conditional comment into the forum page template so it looks something like this?
--- End quote ---
Rick is the web admin ;)
Rick?
rickg22:
Oh, i see :) I'll fix it tonight when I get home.
rickg22:
Fixed! :) ... I think... :?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version