View Single Post
  #2  
Old July 18th, 2006, 09:27 AM
minckster's Avatar
minckster minckster is offline
Registered User
 
Join Date: Jan 2006
Location: New York
Posts: 120
Thanks: 0
Thanked 0 Times in 0 Posts
minckster is on a distinguished road
I just overrode the underlines. In Firefox's userContent.css, these lines work
Code:
@-moz-document domain(macosx.com) {
	div[id="container"] a { text-decoration: none !important; }
}
Reply With Quote