| Jun. 5th, 2005 @ 09:17 pm (no subject) |
|---|
I've got a feeling I've seen this question posted in here before, so I apologise for repeating it, but I searched and really couldn't find the entry, so...
I'm using Unearthed on my journal and have successfully changed the font size in the actual entries, using:
function appended_to_stylesheet() { println """ .Box { font-size: 13px !important; font-family: arial, verdana !important; } """; }
However, I can't figure out how to change the font size in the comments so it's the same as in the entries themselves. I'm possibly just missing something incredibly obvious, but... yeah, I'm stuck. Is there a way to change it?
[Edit: Yep, I was missing something incredibly obvious - changed ".Box" to ".Box, td, tr, table" and that seems to have fixed it.] |