Skip to content

Commit

Permalink
[BUGFIX] fix aligning of news pagination and news tags while text is …
Browse files Browse the repository at this point in the history
…short
  • Loading branch information
dmh committed Jan 24, 2017
1 parent 3a2379a commit 931b94f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev/styles/main/plugins/news/news.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

.news .article .news-img-wrap {
float: left;
margin: 3px 12px 5px 0;
margin: 3px 12px 11px 0;
background: #fff;
}

Expand Down Expand Up @@ -106,6 +106,10 @@
font-style: italic;
}

.news .page-navigation {
margin-top: 24px;
}

.news .page-navigation p {
float: left;
}
Expand Down Expand Up @@ -333,6 +337,7 @@
background: none;
border: none;
margin-top: 20px;
clear: both;
}

.news-article-footer p > span{
Expand Down

0 comments on commit 931b94f

Please sign in to comment.