I'd like to separate articles in the blog-layout by a line. But I don't find the css-class to do it. I know it changed from joomla 2 to 3. Before it was something like
- Code: Select all
.item-separator {
- Code: Select all
.article-separator {
.item-separator {
.article-separator {
section article {
clear: both;
border-bottom: 4px dotted #1078b9;
padding: 30px 0px 20px 0px;
}