A way to shorten the CSS
Hey, here is an example with links:Code:---------#mainbody .large a {font-size: 18px;}#mainbody .large a:link, .large a:visited {color:#60545a;}#mainbody .large a:hover, .large a:active {color:#AA4D4D;}---------I have so many things Im messing with I cant tell if that works or not :(
|