Page is a not externally linkable
Marshall - 1:12 am on Apr 26, 2012 (gmt 0)
You can simply add display: block to the <a>
Using shingokko's markup,
.lb a {text-decoration: none; display: block;}
Don't add extra markup like span's if not necessary.
Marshall