<em>@bertlmike 259130 wrote:</em><blockquote>Can someone help me figure out, why there is a line after every other item in my contacts list?
http://www.aapr.org/joomla/index.php/team/aerztinnen
I have noticed the same problem, when listing all weblinks within a category.
Any help would be greatly appreciated!
– Michael</blockquote>
Hey Michael,
In:
http://www.aapr.org/joomla/t3-assets/cssb5dce.css?v=20
Delete the following CSS style:
.cat-list-row1, .cat-list-row12, tr.cat-list-row1 td, tr.cat-list-row2 td {
border-bottom: 1px solid #CCC; <-- this one
padding: 5px;
}
so that you have:
.cat-list-row1, .cat-list-row12, tr.cat-list-row1 td, tr.cat-list-row2 td {
padding: 5px;
}