2 john Jan 18, 2009 01:27QUick and dirty: In your associated style.css find h2 { color: #06a3c4; font-size: 160%; margin: 1ex; } change the 160% to 100% and see what you think. You could also find the <h2> for the date in your code and replace it with a different tag and a specific class.
QUick and dirty:
In your associated style.css find
h2 {
color: #06a3c4;
font-size: 160%;
margin: 1ex;
}
change the 160% to 100% and see what you think.
You could also find the <h2> for the date in your code and replace it with a different tag and a specific class.