I know there has to be a simple answer for this, but I am trying to get some rounded edge borders around my slideshow images. I have the code I use for my rounded borders on images; I just can't figure out how to incorporate it into the slideshow code. I tried adding it to the .nivo_slider img class in nivo-slider.css and also in the html ID that I set for the slider in the short code. I didn't think it would be in the actual nggallery.css code (since that plugin is required for the slider plugin), but if it is, then what class or ID do I put it under?
I'm sure I could figure this out, but this is for work, and time is money. I refuse to use my personal time with my new baby boy to figure this out! It's just taking me a lot longer than it should, and I need some help with it.
The code I'm using for my borders looks like this:
img {
padding:4px;
border:1px #717171 solid;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
}
Any help would be greatly appreciated!