Where is userContent.css suppose to be in Linux? I have it in my
~/.mozilla/default/*.slk/chrome directory but it doesn't seem to be
working. I'm trying to set a font size regardless of what the web page
specifies. Am I doing somthing wrong? In userContent.css I have:
body,td {
font-size : 14pt !important;
}
