If you go to:
http://rksdesignstudios.com/clients/cvcompost/?p=about - I am trying to get this CSS:
#pLeft ul{
margin:0 0 0 25px;
list-style-type: none;
}
#pLeft ul li.sub{
margin:5px;
font-size:13px;
font-weight: lighter;
color:#d6dec9;
padding:0 0 4px 0;
text-decoration: none;
border-bottom: 1px dashed #80A11C;
}
To be the style of the links for the class li.sub, but cant seem to get it, I have my <a> in there and am confused on what to add to make it attach that style.
So I am trying to get my links to look like the li.sub style, like it is now, but with no text underline and white for a color, not black..any idea?
And anyway to get the border to stretch across to touch the right side?
Thanks so much!
Ryan
Start Free Trial