I am trying to combine some of my CSS and it is kind of an easy questions but I am kind of having some trouble, i have this code:
h2.post-title, h2.post-title a{
display:block;
background-color:#000;
padding:3px;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
font:lighter 130% Georgia, Arial;
}
Do I need to have both of those selectors there? The only time I will be using the h2.post-title
it will be a link. Any suggestions, I tried removing the first one, but it made it HUGE.
Thoughts?
Thanks,
Ryan