Topic: Suggested addition to tripoli.base.ie.css
I've noticed that in IE my fonts and line-heights are ever so slightly bigger than they are in Firefox. I'm by no means a CSS jedi, but I thought this addition to the tripoli.base.ie.css style sheet might be appropriate:
.content
{
font-size:1.1em; /* tripoli.base.css is set to 1.2em */
line-height:1.5em; /* tripoli.base.css is set to 1.6em */
}