How do i get the FONT size to be the same? that is - i 'd like it to look the Same {size,weight,face} in the POST and in the Topic/last post/author area.
The Post font seems like it's in BOLD.help.thanks.
| Author | Comment | |||
|---|---|---|---|---|
autumn oakley |
Font Size |
Lead | ||
|
http://happytrails68468.yuku.com/forums/5
How do i get the FONT size to be the same? that is - i 'd like it to look the Same {size,weight,face} in the POST and in the Topic/last post/author area. The Post font seems like it's in BOLD.help.thanks.
Last Edited By: autumn oakley 1 Jul, 2009 03:28.
Edited 1 time.
|
||||
|
|
||||
m0zaic |
#1 | |||
|
That's an odd one Autumn. They look the same to me. There is a Firefox bug that affects the font in tables. It may be that and this would do no harm
anyway. Try adding the following line to your Advanced CSS and see if it fixes it for you.
table { font-size: inherit; }
|
||||
|
|
||||
autumn oakley |
#2 | |||
|
Alrighty will do , and thanks m0zaic!
|
||||
|
|
||||
m0zaic |
#3 | |||
|
Let me know how you get on.
|
||||
|
|
||||
1992casey |
#4 | |||
|
Unlike the usual suggestion--placing new code at the end of the Advanced CSS, I like to suggest that m0saic's code go at the beginning (or at least before
any other font stuff).
In this case, you're not trying to make sure that current code isn't interfering with your new line. Rather, you're trying to avoid a situation where the new code doesn't interfere with what's already there. |
||||
|
|
||||