I've been developing an E-Commerce store for a client and I've gotten to a junction of which I cannot find a solution for. If you look at the first row of products in the link, below each product picture are the product name, description and then (from right to left) the word "price" (hebrew), the actual price (NIS/ILS) and then the words "per kilo" (hebrew. What I want to do is have the border that currently only surrounds the product price will surround the product price and the words "per kilo". I tried this for example :
span.amount, span.amount > span.amount:after{
background: #f7f7f7;
border: 1px solid #eaeaea;
border-style: solid;
border-radius: 3px 0px 0px 3px;
}
Any ideas?