Page is a not externally linkable
greencode - 5:59 pm on Dec 6, 2012 (gmt 0)
Actually just realised why this wasn't working in Chrome
Had things the wrong way around. Should be…
a.remove {
display: block;
height: 16px;
width: 16px;
background: url(images/cross.png);
-moz-background-size: 16px 16px;
-webkit-background-size: 16px 16px;
background-size: 16px 16px;
}