The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Make MSDN2 Render Better on Firefox

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Darrell Norton

Posts: 876
Nickname: dnorton
Registered: Mar, 2004

Darrell Norton is a consultant for CapTech Ventures.
Make MSDN2 Render Better on Firefox Posted: May 9, 2006 8:28 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Darrell Norton.
Original Post: Make MSDN2 Render Better on Firefox
Feed Title: Darrell Norton's Blog
Feed URL: /error.htm?aspxerrorpath=/blogs/darrell.norton/Rss.aspx
Feed Description: Agile Software Development: Scrum, XP, et al with .NET
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Darrell Norton
Latest Posts From Darrell Norton's Blog

Advertisement
Want to make MSDN2 look better in Firefox? Me too.

The worst part about the documentation on, say, this page, is the fact that the names and descriptions of classes, interfaces, delegates, and enumerations are way too tiny to read.

Here's the hack.  Add the following code to your userContent.css file (I highly recommend chromEdit for editing user files):

/* Make MSDN2 a little more readable */
div.ContentArea table th, div.ContentArea table td
{
    font-size: 90% !important;
}

That's it. Note that there is the chance that this will override some other web pages' styles, but oh well. They would need to have the exact same style names applied to tables inside divs.
Share this post: Email it! | bookmark it! | digg it! | reddit!

Read: Make MSDN2 Render Better on Firefox

Topic: [Blog] Readability Test Previous Topic   Next Topic Topic: Discussing VB, scripting, dynamism and such

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use