Visual Studio 2008 released

J

Jon Skeet [C# MVP]

Peter Duniho said:
Ah. I guess beauty's in the eye of the beholder, but personally, I'd
prefer all the inline boxes to be the same width. Whether they are all
exactly the width of the layout box in which they're contained or some
specific proportion is less important, but especially where you have
several close to each other I think consistent widths would look nicer.
:)

Fair enough. I've removed the property now - could you check that it
looks okay for everything you use? It's fine on my browsers. I haven't
updated my main web site or the book's web site yet... I'll wait 'til
we're finalized :)
[...]
It's possible you can work around that by specifying the size in
different units (e.g. pixels instead of points). Again, I've never
really cared enough to bother playing with it. :)

Unfortunately I believe that part is to do with some CSS that I *don't*
have control over. It's certainly not a problem in my normal website :(

Well, the font size is defined in the same class where you set the
"display" property for inline code. So obviously you could change it
there. :)

Sorry, I wasn't clear - it's not in the boxes that I've got the
problem.
I assume you're saying that there's actually something else in the CSS
that's interacting negatively with the font size defined for
"div.code". About that, I have no ideas. :(

The code in the boxes is fine - it's code which is inline in the text
which is too small in Firefox.
 
P

Peter Duniho

Fair enough. I've removed the property now - could you check that it
looks okay for everything you use?

Looks great now! :)
[...]
Well, the font size is defined in the same class where you set the
"display" property for inline code. So obviously you could change it
there. :)

Sorry, I wasn't clear - it's not in the boxes that I've got the
problem.

Oh, okay. I understand now, thanks.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top