Skip to content

Commit

Permalink
[FIX] related items position in News (Podio bug_23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jul 7, 2016
1 parent c9ac1db commit 349cbb6
Showing 1 changed file with 8 additions and 32 deletions.
40 changes: 8 additions & 32 deletions dev/styles/main/plugins/news/news.less
Original file line number Diff line number Diff line change
Expand Up @@ -180,46 +180,22 @@

/* related news + files */
.news-related-wrap {
display: table;
margin-top: 20px;
width: 100%;
margin-top: 30px;
margin-bottom: 30px;
}

.news-related {
width: 50%;
padding: 6px;
border: 1px solid #eee;
display: table-cell;
}

.news-related ul li {
line-height: 1em;
margin-bottom: 12px;
}

.news-related ul li span {
border-right: 1px solid #DDDDDD;
display: inline-block;
margin-right: 8px;
padding-right: 8px;
color: #888;
.news-related ul {
list-style: none;
padding-left: 20px;
}

.news-related ul li span:last-child {
border-right: 0;
padding-right: 0;
.news-related ul li a {
display: block;
}

.news-related h4 {
margin-bottom: 10px;
}

.news-related-files ul li {
margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
background-position: 0 0;
margin-top: 30px;
}

.news-clear {
Expand Down

0 comments on commit 349cbb6

Please sign in to comment.