View Single Post
Old 11-23-2011, 05:55 AM   PM User | #9
Sammy12
Registered User

 
Join Date: Jun 2011
Posts: 1,063
Thanks: 12
Thanked 241 Times in 240 Posts
Sammy12 is on a distinguished road
some quick fixes

add this to the css:

Code:
.brush-links td {
   padding: 0;
}
Code:
.brush-links td a {
	text-decoration: none;
	color: #FFF !important;
	width: 150px;
	display: block;
	padding: 5px; /* increase this if you want more room around the text */
}
Sammy12 is offline   Reply With Quote