|
Posted by John Salerno on 10/06/06 19:14
Beauregard T. Shagnasty wrote:
> Did you remove the Verdana? I don't have that on my computer. (It's not
> Windows.)
No, I keep that there for the default on Macs.
> If it is supposed to be a tad smaller than main content, set it to 90%.
> Also, do you need to set the line-height? That's not normally done.
I think this looks ok. Is it proper?
body {
font: 100%/1.5em Verdana, Helvetica, Arial, sans-serif;
}
h1 {
text-align: center;
}
..codeblock {
font: 100%/1.5em monospace;
border: thin dotted gray;
background: #ebe5e5;
}
[Back to original message]
|