10/28/2013 at 12:24 pm
#272499
Keymaster
@ Ray
Actually, I do not think it’ll be possible without editing the core PHP file for the template. The reason is the photo and details are floated to render the two column layout. When items are floated, they actually have no height. In this instance the appearance of height come from the float being cleared before the next entry. The border if added would only go around the entry name, rule and detail toggle.
If you’d like to give a try the correct CSS selector would be:
#cn-slim-plus .cn-entry {
border: 2px solid red;
}
