default/css/index.css
Bul:
/* Styling for BBC tags */
.bbc_link:link, .bbc_link:visited
{
border-bottom: 1px solid #A8B6CF;
}
.bbc_link:hover
{
text-decoration: none;
border-bottom: 1px solid #346;
}
Değiştir:
/* Styling for BBC tags */
.bbc_link:link, .bbc_link:visited
{
border: 0;
}
.bbc_link:hover
{
text-decoration: none;
border: 0;
}