Adjusting font size?
Can I make the text and link font the same size in my twitter badge? I don't want the "2 days ago" font to be smaller. What is the css to do so?
3
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?I added this to the end of my css (I'm not sure which one did it for me, and I'm too lazy to find out). You can change font size to whatever number you prefer:
.twitter_update_list, div, td, body {font-size:10px;}
...however, this might mess up some of the other css on your page.
Loading Profile...


